From b161d18303053c806ac8511ef697a35c1c9a2921 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 17 Jan 2010 14:29:44 +0000 Subject: [PATCH] - Drop static lib (#556063) --- libcddb.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libcddb.spec b/libcddb.spec index 6495723..2d0ecea 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -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 - 1.3.2-3 +- Drop static lib (#556063) + * Fri Jul 24 2009 Fedora Release Engineering - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild