SHA256
1
0
forked from pool/libcddb
OBS User unknown 2007-09-11 16:24:59 +00:00 committed by Git OBS Bridge
parent 749e563a50
commit 32645b8f3d
2 changed files with 21 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 11 12:46:28 CEST 2007 - sbrabec@suse.cz
- Break build loop libcddb -> libcdio -> libcddb.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 20 15:26:57 CEST 2006 - sbrabec@suse.cz Fri Oct 20 15:26:57 CEST 2006 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package libcddb (Version 1.3.0) # spec file for package libcddb (Version 1.3.0)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,12 +11,19 @@
# norootforbuild # norootforbuild
Name: libcddb Name: libcddb
BuildRequires: libcdio-devel pkgconfig 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 Version: 1.3.0
Release: 1 Release: 55
URL: http://libcddb.sourceforge.net/ URL: http://libcddb.sourceforge.net/
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) License: LGPL v2 or later
Summary: CDDB Access Library Summary: CDDB Access Library
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Autoreqprov: on Autoreqprov: on
@ -24,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Libcddb is a library that implements the different protocols (CDDBP, Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
tries to be as cross-platform as possible. tries to be as cross-platform as possible.
@ -40,7 +47,7 @@ Requires: %{name} = %{version} glibc-devel
%description devel %description devel
Libcddb is a library that implements the different protocols (CDDBP, Libcddb is a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It HTTP, and SMTP) to access data on a CDDB server (http://freedb.org). It
tries to be as cross-platform as possible. tries to be as cross-platform as possible.
@ -81,7 +88,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/pkgconfig/*.pc /usr/%{_lib}/pkgconfig/*.pc
/usr/include/* /usr/include/*
%changelog -n libcddb %changelog
* Tue Sep 11 2007 - sbrabec@suse.cz
- Break build loop libcddb -> libcdio -> libcddb.
* Fri Oct 20 2006 - sbrabec@suse.cz * Fri Oct 20 2006 - sbrabec@suse.cz
- Updated to version 1.3.0: - Updated to version 1.3.0:
* Support for the 'album' command of the freedb2.org. * Support for the 'album' command of the freedb2.org.