SPECS: ruby-web.spec - pl

qboosh qboosh at pld-linux.org
Thu Oct 6 19:30:01 CEST 2005


Author: qboosh                       Date: Thu Oct  6 17:30:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   ruby-web.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/ruby-web.spec
diff -u SPECS/ruby-web.spec:1.2 SPECS/ruby-web.spec:1.3
--- SPECS/ruby-web.spec:1.2	Thu Oct  6 05:28:02 2005
+++ SPECS/ruby-web.spec	Thu Oct  6 19:29:56 2005
@@ -3,6 +3,7 @@
 %define	ruby_ridir	%(ruby -r rbconfig -e 'include Config; print File.join(CONFIG["datadir"], "ri", CONFIG["ruby_version"], "system")')
 %define ruby_rubylibdir %(ruby -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
 Summary:	A web platform for pages and applications
+Summary(pl):	Platforma WWW dla stron i aplikacji
 Name:		ruby-web
 Version:	1.1.0
 Release:	1
@@ -19,7 +20,19 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ruby-web is designed to create pages that scale to applications. ruby-web allows the use of an "application.rb" file to pull a site out of a directory of pages. There is extensive support for testing methods to help with the growing pains. Finally, ruby-web contains methods to support distribution of resources like images in a ruby library.
+ruby-web is designed to create pages that scale to applications.
+ruby-web allows the use of an "application.rb" file to pull a site out
+of a directory of pages. There is extensive support for testing
+methods to help with the growing pains. Finally, ruby-web contains
+methods to support distribution of resources like images in a ruby
+library.
+
+%description -l pl
+ruby-web został zaprojektowany do tworzenia stron skalujących się do
+aplikacji. Pozwala używać pliku "application.rb" do wyciągania serwisu
+z katalogu stron. Ma rozszerzalną obsługę metod testowania, aby pomóc
+programistom. Ponadto zawiera w bibliotece metody do obsługi
+dystrybucji zasobów takich jak obrazki.
 
 %prep
 %setup -q -n %{name}-%{version}.beta
@@ -43,7 +56,7 @@
 ruby setup.rb install \
 	--prefix=$RPM_BUILD_ROOT
 
-cp -a lib/web/resources/* $RPM_BUILD_ROOT/%{ruby_rubylibdir}/web/resources/
+cp -a lib/web/resources/* $RPM_BUILD_ROOT%{ruby_rubylibdir}/web/resources
 
 cp -a ri/ri/* $RPM_BUILD_ROOT%{ruby_ridir}
 rm $RPM_BUILD_ROOT%{ruby_ridir}/Array/cdesc-Array.yaml
@@ -66,9 +79,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/10/06 17:29:56  qboosh
+- pl
+
 Revision 1.2  2005/10/06 03:28:02  aredridel
 - fix broken build
 
 Revision 1.1  2005/10/05 06:27:30  aredridel
 - added
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby-web.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list