rpms/libxfcegui4/devel libxfcegui4.spec,1.8,1.9

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Nov 11 16:43:31 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/libxfcegui4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22682

Modified Files:
	libxfcegui4.spec 
Log Message:
disable-static instead of removing .a files



Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/extras/rpms/libxfcegui4/devel/libxfcegui4.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libxfcegui4.spec	10 Nov 2005 19:36:55 -0000	1.8
+++ libxfcegui4.spec	11 Nov 2005 16:43:29 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: GTK widgets for Xfce
 Name: libxfcegui4
 Version: 4.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/libxfcegui4-4.2.3.tar.gz
@@ -34,7 +34,7 @@
 %setup -q
 
 %build
-%configure --enable-xinerama
+%configure --enable-xinerama --disable-static
 
 make %{?_smp_mflags}
 
@@ -43,8 +43,6 @@
 make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/modules/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/modules/*.a
 
 %find_lang %{name}
 
@@ -69,6 +67,9 @@
 %{_datadir}/gtk-doc/html/libxfcegui4
 
 %changelog
+* Thu Nov 10 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.3-2.fc4
+- disable-static instead of removing .a files
+
 * Mon Nov  7 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.3-1.fc4
 - Update to 4.2.3
 - Added dist tag




More information about the fedora-extras-commits mailing list