SPECS: scatterchat.spec - fix .lang installation - added autoconf ...

shadzik shadzik at pld-linux.org
Wed Jul 26 02:44:17 CEST 2006


Author: shadzik                      Date: Wed Jul 26 00:44:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix .lang installation
- added autoconf in order not to run ./configure twice

---- Files affected:
SPECS:
   scatterchat.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/scatterchat.spec
diff -u SPECS/scatterchat.spec:1.8 SPECS/scatterchat.spec:1.9
--- SPECS/scatterchat.spec:1.8	Wed Jul 26 00:26:00 2006
+++ SPECS/scatterchat.spec	Wed Jul 26 02:44:11 2006
@@ -78,6 +78,7 @@
 
 cd %{name}-module-%{_modver}
 %{__aclocal}
+%{__autoconf}
 %{__automake}
 %configure \
 	--with-executable
@@ -90,7 +91,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang --all-name
+%find_lang %{name} --all-name
 
 %{__make} install \
 	-C %{name}-module-%{_modver} \
@@ -132,6 +133,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/07/26 00:44:11  shadzik
+- fix .lang installation
+- added autoconf in order not to run ./configure twice
+
 Revision 1.8  2006/07/25 22:26:00  glen
 - use perl macros, missing dirs, cosmetics
 - perllocal.pod and .packlist are not to be packaged
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scatterchat.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list