SPECS: xorg-driver-input-keyboard.spec, xorg-driver-input-mouse.sp...

qboosh qboosh at pld-linux.org
Sun Oct 23 21:26:35 CEST 2005


Author: qboosh                       Date: Sun Oct 23 19:26:35 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- --disable-static instead of creating and removing *.a

---- Files affected:
SPECS:
   xorg-driver-input-keyboard.spec (1.4 -> 1.5) , xorg-driver-input-mouse.spec (1.4 -> 1.5) , xorg-driver-video-ati.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/xorg-driver-input-keyboard.spec
diff -u SPECS/xorg-driver-input-keyboard.spec:1.4 SPECS/xorg-driver-input-keyboard.spec:1.5
--- SPECS/xorg-driver-input-keyboard.spec:1.4	Sat Oct 22 19:59:03 2005
+++ SPECS/xorg-driver-input-keyboard.spec	Sun Oct 23 21:26:29 2005
@@ -33,7 +33,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-static
 
 %{__make}
 
@@ -44,7 +45,7 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	drivermandir=%{_mandir}/man4
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +61,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/10/23 19:26:29  qboosh
+- --disable-static instead of creating and removing *.a
+
 Revision 1.4  2005/10/22 17:59:03  qboosh
 - pkgconfig epoch
 

================================================================
Index: SPECS/xorg-driver-input-mouse.spec
diff -u SPECS/xorg-driver-input-mouse.spec:1.4 SPECS/xorg-driver-input-mouse.spec:1.5
--- SPECS/xorg-driver-input-mouse.spec:1.4	Sat Oct 22 19:59:03 2005
+++ SPECS/xorg-driver-input-mouse.spec	Sun Oct 23 21:26:29 2005
@@ -33,7 +33,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-static
 
 %{__make}
 
@@ -44,7 +45,7 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	drivermandir=%{_mandir}/man4
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*{.la,.a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,6 +62,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/10/23 19:26:29  qboosh
+- --disable-static instead of creating and removing *.a
+
 Revision 1.4  2005/10/22 17:59:03  qboosh
 - pkgconfig epoch
 

================================================================
Index: SPECS/xorg-driver-video-ati.spec
diff -u SPECS/xorg-driver-video-ati.spec:1.3 SPECS/xorg-driver-video-ati.spec:1.4
--- SPECS/xorg-driver-video-ati.spec:1.3	Sat Oct 22 19:59:03 2005
+++ SPECS/xorg-driver-video-ati.spec	Sun Oct 23 21:26:29 2005
@@ -38,7 +38,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--disable-static
 
 %{__make}
 
@@ -49,7 +50,7 @@
 	DESTDIR=$RPM_BUILD_ROOT \
 	drivermandir=%{_mandir}/man4
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/10/23 19:26:29  qboosh
+- --disable-static instead of creating and removing *.a
+
 Revision 1.3  2005/10/22 17:59:03  qboosh
 - pkgconfig epoch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-driver-input-keyboard.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/xorg-driver-input-mouse.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/xorg-driver-video-ati.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list