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
This commit is contained in:
2011-05-31 09:55:44 +00:00
committed by Git OBS Bridge
parent 34900e3b3e
commit 6ca9a6cb48
2 changed files with 4 additions and 12 deletions

View File

@@ -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

View File

@@ -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