|
|
|
@ -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@redhat.com> - 1.3.2-3
|
|
|
|
|
- Drop static lib (#556063)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|