OBS User unknown 2008-04-10 21:05:31 +00:00 committed by Git OBS Bridge
parent 4d6f805c78
commit 0da74cb37e
2 changed files with 14 additions and 2 deletions

View File

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

View File

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