SPECS: ruby-FXRuby.spec - pl

qboosh qboosh at pld-linux.org
Wed Dec 21 00:05:40 CET 2005


Author: qboosh                       Date: Tue Dec 20 23:05:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   ruby-FXRuby.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/ruby-FXRuby.spec
diff -u SPECS/ruby-FXRuby.spec:1.1 SPECS/ruby-FXRuby.spec:1.2
--- SPECS/ruby-FXRuby.spec:1.1	Sat Dec 17 01:25:56 2005
+++ SPECS/ruby-FXRuby.spec	Wed Dec 21 00:05:34 2005
@@ -7,6 +7,7 @@
 %define		__ruby	/usr/bin/ruby
 #
 Summary:	FXRuby - the Ruby language bindings for the FOX GUI toolkit
+Summary(pl):	FXRuby - wiązania języka Ruby do toolkitu graficznego FOX
 Name:		ruby-%{_pnam}
 Version:	1.4.3	
 Release:	0.1
@@ -24,16 +25,26 @@
 %description
 FXRuby - the Ruby language bindings for the FOX GUI toolkit.
 
+%description -l pl
+FXRuby - wiązania języka Ruby do toolkitu graficznego interfejsu
+użytkownika FOX.
+
 %package apidocs
 Summary:	API documentation for FXRuby
+Summary(pl):	Dokumentacja API biblioteki FXRuby
 Group:		Documentation
 
 %description apidocs
 API documentation for FXRuby - the Ruby language bindings for the FOX
 GUI toolkit.
 
+%description apidocs -l pl
+Dokumentacja API biblioteki FXRuby - wiązań języka Ruby do toolkitu
+graficznego interfejsu użytkownika FOX.
+
 %package examples 
-Summary:	API documentation for FXRuby
+Summary:	Examples for FXRuby
+Summary(pl):	Przykłady do biblioteki FXRuby
 #TODO: new group Development/Languages/Ruby
 Group:		Development/Languages
 
@@ -41,17 +52,30 @@
 Example programs for FXRuby - the Ruby language bindings for the FOX
 GUI toolkit.
 
+%description examples -l pl
+Przykłady do biblioteki FXRuby - wiązań języka Ruby do toolkitu
+graficznego interfejsu użytkownika FOX.
+
+
 %prep
 %setup -q -n %{_pnam}-%{version}
 %patch0 -p1
 
 %build
-CC="%{__cc}" CXX="%{__cxx}" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcxxflags}" %{__ruby} install.rb config
-CC="%{__cc}" CXX="%{__cxx}" CFLAGS="%{rpmcflags}" CXXFLAGS="%{rpmcxxflags}" %{__ruby} install.rb setup
+CC="%{__cc}" \
+CXX="%{__cxx}" \
+CFLAGS="%{rpmcflags}" \
+CXXFLAGS="%{rpmcxxflags}" \
+%{__ruby} install.rb config
+
+CC="%{__cc}" \
+CXX="%{__cxx}" \
+CFLAGS="%{rpmcflags}" \
+CXXFLAGS="%{rpmcxxflags}" \
+%{__ruby} install.rb setup
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__ruby} install.rb install --prefix=$RPM_BUILD_ROOT
@@ -86,6 +110,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/12/20 23:05:34  qboosh
+- pl
+
 Revision 1.1  2005/12/17 00:25:56  twittner
 - added
-
================================================================

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



More information about the pld-cvs-commit mailing list