SPECS: ruby-wxruby2.spec - pl, redundant slashes from paths removed

twittner twittner at pld-linux.org
Mon Dec 19 23:18:27 CET 2005


Author: twittner                     Date: Mon Dec 19 22:18:27 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, redundant slashes from paths removed

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

---- Diffs:

================================================================
Index: SPECS/ruby-wxruby2.spec
diff -u SPECS/ruby-wxruby2.spec:1.1 SPECS/ruby-wxruby2.spec:1.2
--- SPECS/ruby-wxruby2.spec:1.1	Sun Dec 18 22:13:24 2005
+++ SPECS/ruby-wxruby2.spec	Mon Dec 19 23:18:22 2005
@@ -5,6 +5,7 @@
 %define _cvs	20051218	
 #
 Summary:	Ruby bindings for wxWidgets
+Summary(pl):	Wiązania Ruby dla wxWidgets
 Name:		ruby-%{_pnam}
 Version:	0.3.0
 Release:	0.%{_cvs}.%{_rel}
@@ -24,6 +25,9 @@
 %description
 Ruby bindings for wxWidgets.
 
+%description -l pl
+Wiązania Ruby dla wxWidgets.
+
 %package examples
 Summary:	Ruby bindings for wxWidgets examples
 Group:		X11/Libraries
@@ -31,6 +35,9 @@
 %description examples
 Ruby bindings for wxWidgets examples.
 
+%description examples -l pl
+Wiązania Ruby dla wxWidgets - przykłady.
+
 %prep
 %setup -q -n %{_pnam}
 #patch0 -p1
@@ -44,13 +51,13 @@
 rm -rf $RPM_BUILD_ROOT
 
 # `rake install' is broken - puts both wx.rb and wxruby2.so in ruby_sitearchdir
-install -d $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 install -d $RPM_BUILD_ROOT{%{ruby_sitelibdir},%{ruby_sitearchdir}}
 
 install lib/wx.rb $RPM_BUILD_ROOT%{ruby_sitelibdir}
 install lib/wxruby2.so $RPM_BUILD_ROOT%{ruby_sitearchdir}
 
-cp -R samples/* $RPM_BUILD_ROOT/%{_examplesdir}/%{name}-%{version} 
+cp -R samples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/12/19 22:18:22  twittner
+- pl, redundant slashes from paths removed
+
 Revision 1.1  2005/12/18 21:13:24  twittner
 - added wxruby2 cvs snap - for wxWidgets-2.6.x only cvs version is
   available. Some examples work, some segfault.
================================================================

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




More information about the pld-cvs-commit mailing list