rpms/libxfce4util/devel libxfce4util.spec,1.6,1.7

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Thu Nov 10 22:33:11 UTC 2005


Author: kevin

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

Modified Files:
	libxfce4util.spec 
Log Message:
disable-static instead of removing .a files.
sync release with FC-4 branch



Index: libxfce4util.spec
===================================================================
RCS file: /cvs/extras/rpms/libxfce4util/devel/libxfce4util.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxfce4util.spec	10 Nov 2005 19:30:44 -0000	1.6
+++ libxfce4util.spec	10 Nov 2005 22:33:09 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: Utility library for the Xfce4 desktop environment
 Name: libxfce4util
 Version: 4.2.3.1
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: BSD and LGPL
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/libxfce4util-4.2.3.1.tar.gz
@@ -29,7 +29,7 @@
 %setup -q
 
 %build
-%configure
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -37,7 +37,6 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +59,10 @@
 %doc %{_datadir}/gtk-doc/html/libxfce4util
 
 %changelog
+* Thu Nov 10 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.3.1-3.fc5
+- disable-static instead of removing .a files. 
+- sync release with FC-4 branch
+
 * Mon Nov  7 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.3.1-1.fc5
 - Update to 4.2.3.1
 - Added dist tag




More information about the fedora-extras-commits mailing list