automatic rebuild by autodist [release 1.3.2-2mamba;Thu Jan 14 2010]

This commit is contained in:
Automatic Build System 2024-01-06 03:57:56 +01:00
parent 157ae1c6e8
commit 8542271441
2 changed files with 98 additions and 0 deletions

View File

@ -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.

92
libcddb.spec Normal file
View File

@ -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 <aleph0@openmamba.org>
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 <autodist@mambasoft.it> 1.3.2-2mamba
- automatic rebuild by autodist
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic update by autodist
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
- automatic update by autodist
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-3mamba
- automatic rebuild by autodist
* Thu Jun 14 2007 Aleph0 <aleph0@openmamba.org> 1.3.0-2mamba
- new package mantainer
- do not build the static library
* Fri Jan 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1qilnx
- update to version 1.3.0 by autospec
* Tue Apr 26 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.1-1qilnx
- update to version 1.0.1 by autospec
* Thu Nov 18 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.9.6-1qilnx
- package created by autospec