From 0da74cb37e45901dea385b4d4fdc937f68186f1b6b22772cd7d6ed64fe9906c4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 21:05:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taglib?expand=0&rev=6 --- taglib.changes | 5 +++++ taglib.spec | 11 +++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/taglib.changes b/taglib.changes index a198a7d..51d2731 100644 --- a/taglib.changes +++ b/taglib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 10 14:58:25 CEST 2008 - dmueller@suse.de + +- fix build for older distros + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/taglib.spec b/taglib.spec index beb28eb..4f16aa4 100644 --- a/taglib.spec +++ b/taglib.spec @@ -12,13 +12,16 @@ Name: taglib -BuildRequires: cmake doxygen fdupes gcc-c++ graphviz update-desktop-files zlib-devel +BuildRequires: cmake doxygen gcc-c++ graphviz update-desktop-files zlib-devel +%if %suse_version > 1020 +BuildRequires: fdupes +%endif License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: Development/Libraries/C and C++ Summary: C++ Library to Parse Metadata in Media Files Url: http://ktown.kde.org/~wheeler/taglib/ Version: 1.5 -Release: 17 +Release: 18 Source0: %name-%version.tar.bz2 Source1: %name.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,7 +74,9 @@ doxygen taglib.doxygen %{__mkdir_p} %{buildroot}%_defaultdocdir/%name %{__cp} -a AUTHORS doc/html \ %{buildroot}%_defaultdocdir/%name/ +%if %suse_version > 1020 %fdupes %{buildroot} +%endif %check # check the library @@ -100,6 +105,8 @@ doxygen taglib.doxygen %{_libdir}/pkgconfig/*.pc %changelog +* Thu Apr 10 2008 dmueller@suse.de +- fix build for older distros * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support