From 32645b8f3d7b7511abd7b4076e2a0a19d288c4a2d8e550b36069993928a84a04 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 11 Sep 2007 16:24:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcddb?expand=0&rev=2 --- libcddb.changes | 5 +++++ libcddb.spec | 23 ++++++++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/libcddb.changes b/libcddb.changes index e4a7d34..b7ee636 100644 --- a/libcddb.changes +++ b/libcddb.changes @@ -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 diff --git a/libcddb.spec b/libcddb.spec index 00f9ef7..ff03ca0 100644 --- a/libcddb.spec +++ b/libcddb.spec @@ -1,7 +1,7 @@ # # 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 # package are under the same license as the package itself. # @@ -11,12 +11,19 @@ # norootforbuild 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 -Release: 1 +Release: 55 URL: http://libcddb.sourceforge.net/ 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 Source: %{name}-%{version}.tar.bz2 Autoreqprov: on @@ -24,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description 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. @@ -40,7 +47,7 @@ Requires: %{name} = %{version} glibc-devel %description devel 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. @@ -81,7 +88,9 @@ rm -rf $RPM_BUILD_ROOT /usr/%{_lib}/pkgconfig/*.pc /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 - Updated to version 1.3.0: * Support for the 'album' command of the freedb2.org.