|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Library (C API) for accessing CDDB servers
|
|
|
|
|
Name: libcddb
|
|
|
|
|
Version: 1.2.1
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 1.2.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://libcddb.sourceforge.net/
|
|
|
|
@ -33,6 +33,9 @@ for libcddb.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
# 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
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -66,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Oct 1 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.2-1
|
|
|
|
|
- New upstream release 1.2.2
|
|
|
|
|
|
|
|
|
|
* Sun Sep 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.2.1-5
|
|
|
|
|
- Rebuild for new libcdio
|
|
|
|
|
|
|
|
|
|