|
|
|
Summary: Library (C API) for accessing CDDB servers
|
|
|
|
Name: libcddb
|
|
|
|
Version: 1.0.2
|
|
|
|
Release: 2
|
|
|
|
|
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://libcddb.sourceforge.net/
|
|
|
|
Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
|
|
|
BuildRequires: pkgconfig libcdio-devel >= 0.67
|
|
|
|
|
|
|
|
%description
|
|
|
|
Libcddb is a library that implements the different protocols (CDDBP,
|
|
|
|
HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libcddb
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libcddb is a library that implements the different protocols (CDDBP,
|
|
|
|
HTTP, SMTP) to access data on a CDDB server (e.g http://freedb.org/).
|
|
|
|
This package contains development files (static libraries, headers)
|
|
|
|
for libcddb.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO
|
|
|
|
%{_libdir}/libcddb.so.*
|
|
|
|
%{_bindir}/cddb_query
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libcddb.so
|
|
|
|
%{_libdir}/libcddb.a
|
|
|
|
%{_includedir}/cddb
|
|
|
|
%{_libdir}/pkgconfig/libcddb.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 1.0.2-2
|
|
|
|
- rebuild on all arches
|
|
|
|
|
|
|
|
* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1.4
|
|
|
|
- Rebuilt for FC4
|
|
|
|
|
|
|
|
* Wed May 11 2005 Dams <anvil[AT]livna.org> - 0:1.0.2-1
|
|
|
|
- Added libcdio and pkgconfig buildreq
|
|
|
|
- Updated to 1.0.2
|
|
|
|
- Fixed URL in Source0
|
|
|
|
|
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Sat Jul 3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2
|
|
|
|
- added missing scriptlets
|
|
|
|
- Added URL in Source0
|
|
|
|
- Added additionnal files as doc
|
|
|
|
|
|
|
|
* Tue Mar 9 2004 Dams <anvil[AT]livna.org>
|
|
|
|
- Initial build.
|