This commit is contained in:
parent
0da74cb37e
commit
55b7d00c8e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 14:58:25 CEST 2008 - dmueller@suse.de
|
||||
|
||||
|
39
taglib.spec
39
taglib.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package taglib (Version 1.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -20,8 +27,13 @@ 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/
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: taglib-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.5
|
||||
Release: 18
|
||||
Release: 79
|
||||
Source0: %name-%version.tar.bz2
|
||||
Source1: %name.desktop
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -41,6 +53,11 @@ Group: Development/Libraries/C and C++
|
||||
License: LGPL v2.1 or later
|
||||
Summary: C++ Library to Parse Metadata in media files
|
||||
Requires: taglib = %{version} libstdc++-devel
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: taglib-devel-64bit
|
||||
%endif
|
||||
#
|
||||
|
||||
%description devel
|
||||
libtag provides a C++ interface for reading additional data (stored in
|
||||
@ -105,12 +122,14 @@ doxygen taglib.doxygen
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jan 07 2009 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* 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
|
||||
* Sat Feb 23 2008 crrodriguez@suse.de
|
||||
* Fri Feb 22 2008 crrodriguez@suse.de
|
||||
- build using Cmake
|
||||
- update to version 1.5
|
||||
* Support for Mac OS X and Microsoft Windows
|
||||
@ -139,7 +158,7 @@ doxygen taglib.doxygen
|
||||
* Added a function to check Latin1 compatibility of strings
|
||||
* Wed Nov 07 2007 meissner@suse.de
|
||||
- fixed gcc4.3 build
|
||||
* Wed Aug 08 2007 crrodriguez@suse.de
|
||||
* Tue Aug 07 2007 crrodriguez@suse.de
|
||||
- fix more issues:
|
||||
- this package does NOT require libjpeg-devel for build
|
||||
- after adding missing zlib-devel on BuildRequires in the
|
||||
@ -155,17 +174,17 @@ doxygen taglib.doxygen
|
||||
- fix include's in installed headers
|
||||
* Mon Jul 03 2006 cthiel@suse.de
|
||||
- fix build
|
||||
* Thu Jun 15 2006 dmueller@suse.de
|
||||
* Wed Jun 14 2006 dmueller@suse.de
|
||||
- build parallel
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Nov 29 2005 ro@suse.de
|
||||
- added fontconfig to nfb
|
||||
* Tue Sep 27 2005 mls@suse.de
|
||||
* Mon Sep 26 2005 mls@suse.de
|
||||
- make devel package require base package
|
||||
* Wed Aug 10 2005 dmueller@suse.de
|
||||
* Tue Aug 09 2005 dmueller@suse.de
|
||||
- fix filelist
|
||||
* Wed Aug 10 2005 dmueller@suse.de
|
||||
* Tue Aug 09 2005 dmueller@suse.de
|
||||
- don't package empty TODO file
|
||||
* Thu Jul 28 2005 adrian@suse.de
|
||||
- update to version 1.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user