forked from pool/libcddb
122 lines
3.1 KiB
RPMSpec
122 lines
3.1 KiB
RPMSpec
#
|
|
# spec file for package libcddb (Version 1.3.0)
|
|
#
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
Name: libcddb
|
|
BuildRequires: pkg-config
|
|
# In automatic build systems, use feature-limited version of libcdio to break build loop.
|
|
%if 0%{?opensuse_bs}%{?suse_abuild}
|
|
BuildRequires: libcdio-mini-devel
|
|
%else
|
|
# Otherwise, build against full version.
|
|
BuildRequires: libcdio-devel
|
|
%endif
|
|
Version: 1.3.0
|
|
Release: 55
|
|
URL: http://libcddb.sourceforge.net/
|
|
Group: Productivity/Multimedia/Other
|
|
License: LGPL v2 or later
|
|
Summary: CDDB Access Library
|
|
Source: %{name}-%{version}.tar.bz2
|
|
Autoreqprov: on
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Libcddb is a library that implements the different protocols (CDDBP,
|
|
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
|
tries to be as cross-platform as possible.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Kris Verbeeck <airborne@advalvas.be>
|
|
|
|
%package devel
|
|
Group: Productivity/Multimedia/Other
|
|
Summary: CDDB Access Library
|
|
Requires: %{name} = %{version} glibc-devel
|
|
|
|
%description devel
|
|
Libcddb is a library that implements the different protocols (CDDBP,
|
|
HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
|
|
tries to be as cross-platform as possible.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Kris Verbeeck <airborne@advalvas.be>
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
%configure
|
|
make %{?jobs:-j%jobs}
|
|
|
|
%install
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
%run_ldconfig
|
|
|
|
%postun
|
|
%run_ldconfig
|
|
|
|
%files
|
|
%defattr (-, root, root)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
|
/usr/%{_lib}/*.so.*
|
|
/usr/bin/*
|
|
|
|
%files devel
|
|
%defattr (-, root, root)
|
|
/usr/%{_lib}/*.so
|
|
/usr/%{_lib}/*.*a
|
|
/usr/%{_lib}/pkgconfig/*.pc
|
|
/usr/include/*
|
|
|
|
%changelog
|
|
* Tue Sep 11 2007 - sbrabec@suse.cz
|
|
- Break build loop libcddb -> libcdio -> libcddb.
|
|
* Fri Oct 20 2006 - sbrabec@suse.cz
|
|
- Updated to version 1.3.0:
|
|
* Support for the 'album' command of the freedb2.org.
|
|
* Functions to set or reset some flags.
|
|
* Fri Oct 06 2006 - sbrabec@suse.cz
|
|
- Updated to version 1.2.2:
|
|
* Correct character set is specified when submitting data.
|
|
* Fri Jun 30 2006 - sbrabec@suse.cz
|
|
- Fixed cyclic dependencies in a correct way.
|
|
* Thu Jun 22 2006 - sbrabec@suse.cz
|
|
- Simpler solution of cyclic dependencies.
|
|
* Tue Jan 31 2006 - sbrabec@suse.cz
|
|
- Enabled parallel build.
|
|
- Fixed devel splitting.
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
- converted neededforbuild to BuildRequires
|
|
* Wed Oct 26 2005 - sbrabec@suse.cz
|
|
- Build with libcdio-0.76.
|
|
* Fri Aug 05 2005 - sbrabec@suse.cz
|
|
- Updated to version 1.2.1.
|
|
* Fri Jul 29 2005 - sbrabec@suse.cz
|
|
- Updated to version 1.2.0.
|
|
* Mon May 09 2005 - sbrabec@suse.cz
|
|
- Updated to version 1.0.2.
|
|
* Tue Apr 26 2005 - sbrabec@suse.cz
|
|
- Updated to version 1.0.1.
|
|
* Tue Nov 09 2004 - sbrabec@suse.cz
|
|
- New SuSE package, version 0.9.6.
|