This commit is contained in:
parent
4d6f805c78
commit
0da74cb37e
@ -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
|
||||
|
||||
|
11
taglib.spec
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user