rpms/libupnp/devel libupnp.spec,1.19,1.20

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Fri Jan 4 22:03:32 UTC 2008


Author: tanguy

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

Modified Files:
	libupnp.spec 
Log Message:



Index: libupnp.spec
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libupnp.spec	30 Dec 2007 15:25:41 -0000	1.19
+++ libupnp.spec	4 Jan 2008 22:02:49 -0000	1.20
@@ -1,7 +1,7 @@
 Version: 1.6.3
 Summary: Universal Plug and Play (UPnP) SDK
 Name: libupnp
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.libupnp.org/
@@ -29,7 +29,7 @@
 %setup -q
 
 %build
-%configure --with-documentation
+%configure --with-documentation --enable-static=no
 make %{?_smp_mflags}
 
 %install
@@ -69,15 +69,15 @@
 %{_libdir}/libixml.so
 %{_libdir}/libthreadutil.so
 %{_libdir}/libupnp.so
-%{_libdir}/libixml.a
-%{_libdir}/libthreadutil.a
-%{_libdir}/libupnp.a
 %{_libdir}/pkgconfig/libupnp.pc
 
 %clean
 rm -rf %{buildroot}
 
 %changelog
+* Fri Jan 04 2008 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.6.3-3
+- No more building static library
+
 * Sun Dec 30 2007 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.6.3-2
 - Spec file cleanup
 




More information about the fedora-extras-commits mailing list