rpms/libcddb/devel libcddb.spec,1.30,1.31

Hans de Goede jwrdegoede at fedoraproject.org
Sun Jan 17 14:29:44 UTC 2010


Author: jwrdegoede

Update of /cvs/pkgs/rpms/libcddb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5931

Modified Files:
	libcddb.spec 
Log Message:
* Sun Jan 17 2010 Hans de Goede <hdegoede at redhat.com> - 1.3.2-3
- Drop static lib (#556063)



Index: libcddb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libcddb/devel/libcddb.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- libcddb.spec	25 Jul 2009 05:25:24 -0000	1.30
+++ libcddb.spec	17 Jan 2010 14:29:44 -0000	1.31
@@ -1,7 +1,7 @@
 Summary:	Library (C API) for accessing CDDB servers
 Name:		libcddb
 Version:	1.3.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 License: 	LGPLv2+
 Group: 		System Environment/Libraries
 URL: 		http://libcddb.sourceforge.net/
@@ -40,7 +40,7 @@ mv ChangeLog.tmp ChangeLog
 
 
 %build
-%configure
+%configure --disable-static
 # Don't use rpath!
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -71,12 +71,14 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libcddb.so
-%{_libdir}/libcddb.a
 %{_includedir}/cddb
 %{_libdir}/pkgconfig/libcddb.pc
 
 
 %changelog
+* Sun Jan 17 2010 Hans de Goede <hdegoede at redhat.com> - 1.3.2-3
+- Drop static lib (#556063)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list