[packages/ruby-rake-compiler] - pl

qboosh qboosh at pld-linux.org
Sun Jan 22 20:50:18 CET 2017


commit b9ebaa3df8e2fb1b2713f0a05e4df1339cda655b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 22 20:51:41 2017 +0100

    - pl

 ruby-rake-compiler.spec | 26 ++++++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)
---
diff --git a/ruby-rake-compiler.spec b/ruby-rake-compiler.spec
index a29ede7..0b8a665 100644
--- a/ruby-rake-compiler.spec
+++ b/ruby-rake-compiler.spec
@@ -4,6 +4,7 @@
 
 %define gemname rake-compiler
 Summary:	Rake-based Ruby C Extension task generator
+Summary(pl.UTF-8):	Generator zadań Rake'a do budowania rozszerzeń języka Ruby napisanych w C
 Name:		ruby-%{gemname}
 Version:	0.8.3
 Release:	2
@@ -36,18 +37,35 @@ extensions, simplifiying the code and reducing the duplication.
 It follows *convention over configuration* and set an standarized
 structure to build and package C extensions in your gems.
 
-This is the result of expriences dealing with several Gems that
+This is the result of experiences dealing with several Gems that
 required native extensions across platforms and different user
 configurations where details like portability and clarity of code were
 lacking.
 
+%description -l pl.UTF-8
+rake-compiler ma na celu pomoc twórcom rozszerzeń Gem przy obsłudze
+rozszerzeń języka Ruby napisanych w C, upraszczając kod i zmniejszając
+duplikację.
+
+Jest zgodny z paradygmatem "konwencja ponad konfiguracją" i tworzy
+ustandaryzowaną strukturę do budowania i pakietowania rozszerzeń w C
+do plików gem.
+
+Moduł jest wynikiem doświadczeń przy różnych Gemach, wymagających
+natywnych rozszerzeń na różnych platformach, z różną konfiguracją
+użytkownika, gdzie zabrakło przenośności i czytelności kodu.
+
 %package doc
-Summary:	Documentation for %{name}
+Summary:	Documentation for Ruby rake-compiler module
+Summary(pl.UTF-8):	Dokumentacja modułu języka Ruby rake-compiler
 Group:		Documentation
 Requires:	%{name} = %{version}-%{release}
 
 %description doc
-This package contains documentation for %{name}.
+This package contains documentation for Ruby rake-compiler module.
+
+%description doc -l pl.UTF-8
+Ten pakiet zawiera dokumentację do modułu języka Ruby rake-compiler.
 
 %prep
 %setup -q -n %{gemname}-%{version}
@@ -66,7 +84,7 @@ sed -i -e 's|gem |# gem|' Isolate
 ruby -Ilib -S rspec spec/
 
 # back to the original
-mv -f Isolate{.orig,}
+%{__mv} Isolate{.orig,}
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-rake-compiler.git/commitdiff/b9ebaa3df8e2fb1b2713f0a05e4df1339cda655b



More information about the pld-cvs-commit mailing list