From 8542271441556a93d12dc6c2a6a04e4aa8c9e03d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 03:57:56 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.3.2-2mamba;Thu Jan 14 2010] --- README.md | 6 ++++ libcddb.spec | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 libcddb.spec diff --git a/README.md b/README.md index 89edce8..d513da6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # libcddb +Libcddb is a C library to access data on a CDDB server. +It allows you to: +* search the database for possible CD matches; +* retrieve detailed information about a specific CD; +* submit new CD entries to the database. + diff --git a/libcddb.spec b/libcddb.spec new file mode 100644 index 0000000..b78183b --- /dev/null +++ b/libcddb.spec @@ -0,0 +1,92 @@ +Name: libcddb +Version: 1.3.2 +Release: 2mamba +Summary: Libcddb is a C library to access data on a CDDB server +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://libcddb.sourceforge.net/ +Source: http://downloads.sourceforge.net/libcddb/libcddb-%{version}.tar.bz2 +License: LGPL +BuildRequires: pkgconfig +BuildRequires: libcdio-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Libcddb is a C library to access data on a CDDB server. +It allows you to: +* search the database for possible CD matches; +* retrieve detailed information about a specific CD; +* submit new CD entries to the database. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{version} + +%description devel +Libcddb is a C library to access data on a CDDB server. +It allows you to: +* search the database for possible CD matches; +* retrieve detailed information about a specific CD; +* submit new CD entries to the database. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure --enable-shared --disable-static +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_bindir}/cddb_query +%{_libdir}/libcddb.so.* +%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/cddb +%{_includedir}/cddb/*.h +%{_libdir}/libcddb.la +%{_libdir}/libcddb.so +%{_libdir}/pkgconfig/libcddb.pc + +%changelog +* Thu Jan 14 2010 Automatic Build System 1.3.2-2mamba +- automatic rebuild by autodist + +* Fri Jul 10 2009 Automatic Build System 1.3.2-1mamba +- automatic update by autodist + +* Mon Mar 02 2009 Silvan Calarco 1.3.1-1mamba +- automatic update by autodist + +* Fri Jan 02 2009 Silvan Calarco 1.3.0-3mamba +- automatic rebuild by autodist + +* Thu Jun 14 2007 Aleph0 1.3.0-2mamba +- new package mantainer +- do not build the static library + +* Fri Jan 26 2007 Silvan Calarco 1.3.0-1qilnx +- update to version 1.3.0 by autospec + +* Tue Apr 26 2005 Davide Madrisan 1.0.1-1qilnx +- update to version 1.0.1 by autospec + +* Thu Nov 18 2004 Alessandro Ramazzina 0.9.6-1qilnx +- package created by autospec