From 6ca9a6cb483a2fd9ee9cfc1e76d97d2a7bf130be258095582e421e1cd9b23080 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 31 May 2011 09:55:44 +0000 Subject: [PATCH] Accepting request 72239 from home:plater Added version to taglib requires OBS-URL: https://build.opensuse.org/request/show/72239 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=31 --- taglib.changes | 9 --------- taglib.spec | 7 ++++--- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/taglib.changes b/taglib.changes index 84b124e..eabb9aa 100644 --- a/taglib.changes +++ b/taglib.changes @@ -13,15 +13,6 @@ Sat May 28 04:31:40 UTC 2011 - davejplater@gmail.com taglib-devel where the main package contained the libraries. - taglib is the name of the srcrpm, moved docs to devel subpackage. -------------------------------------------------------------------- -Sat May 28 04:31:40 UTC 2011 - davejplater@gmail.com - -- Conflict the last version of taglib that contained the libraries - from the library subpackages. -- Make sure the devel package obsoletes the last version of - taglib-devel where the main package contained the libraries. -- taglib is the name of the srcrpm, moved docs to devel subpackage. - ------------------------------------------------------------------- Wed May 25 14:19:41 UTC 2011 - coolo@novell.com diff --git a/taglib.spec b/taglib.spec index 22d658c..f476967 100644 --- a/taglib.spec +++ b/taglib.spec @@ -34,15 +34,15 @@ BuildRequires: cmake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: graphviz +BuildRequires: graphviz-gnome BuildRequires: libcppunit-devel BuildRequires: pkg-config %if 0%{?suse_version} BuildRequires: update-desktop-files %endif BuildRequires: zlib-devel -Requires: libtag1 -Requires: libtag_c0 +Requires: libtag1 = %{version} +Requires: libtag_c0 = %{version} %description TagLib is a library for reading and editing the meta-data of several popular @@ -106,6 +106,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON -DLIB_SUFFIX=$_lib make %{?_smp_mflags} VERBOSE=1 cd .. +doxygen -u doxygen %install