2008-01-02 13:29:13 +00:00
|
|
|
|
|
|
|
# cvsadmin: http://bugzilla.redhat.com/418271
|
|
|
|
|
2005-01-18 19:13:31 +00:00
|
|
|
Name: taglib
|
2007-09-24 13:36:35 +00:00
|
|
|
Version: 1.5
|
2009-02-25 18:20:14 +00:00
|
|
|
Release: 4%{?dist}
|
2005-03-05 19:43:17 +00:00
|
|
|
Summary: Audio Meta-Data Library
|
2004-11-08 05:24:27 +00:00
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2007-08-26 10:06:15 +00:00
|
|
|
License: LGPLv2
|
2008-02-21 02:44:59 +00:00
|
|
|
URL: http://developer.kde.org/~wheeler/taglib.html
|
|
|
|
Source0: http://developer.kde.org/~wheeler/files/src/taglib-%{version}.tar.gz
|
2008-02-04 15:16:57 +00:00
|
|
|
#Source0: taglib-%{svn}.tar.gz
|
|
|
|
# The svn tarball is generated with the following script
|
2007-09-24 13:36:35 +00:00
|
|
|
Source1: taglib-svn.sh
|
2004-11-08 05:24:27 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2008-01-16 13:12:22 +00:00
|
|
|
# http://bugzilla.redhat.com/343241
|
2008-02-13 12:45:45 +00:00
|
|
|
# try 1, use pkg-config
|
2008-02-04 15:16:57 +00:00
|
|
|
Patch1: taglib-1.5b1-multilib.patch
|
2008-02-13 12:45:45 +00:00
|
|
|
# try 2, kiss omit -L%_libdir
|
|
|
|
Patch2: taglib-1.5rc1-multilib.patch
|
2004-11-08 05:24:27 +00:00
|
|
|
|
2008-10-06 20:54:30 +00:00
|
|
|
## upstream patches
|
|
|
|
Patch100: taglib-1.5-kde#161721.patch
|
|
|
|
|
2007-09-27 20:12:07 +00:00
|
|
|
BuildRequires: cmake
|
2008-12-12 20:20:32 +00:00
|
|
|
BuildRequires: pkgconfig
|
2007-09-27 20:25:47 +00:00
|
|
|
BuildRequires: zlib-devel
|
2007-09-24 14:01:05 +00:00
|
|
|
|
2004-11-08 05:24:27 +00:00
|
|
|
%description
|
2005-03-05 19:43:17 +00:00
|
|
|
TagLib is a library for reading and editing the meta-data of several
|
|
|
|
popular audio formats. Currently it supports both ID3v1 and ID3v2 for
|
|
|
|
MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in
|
2004-11-08 05:24:27 +00:00
|
|
|
FLAC files.
|
|
|
|
|
|
|
|
%package devel
|
2008-02-21 02:48:39 +00:00
|
|
|
Summary: Development files for %{name}
|
2004-11-08 05:24:27 +00:00
|
|
|
Group: Development/Libraries
|
2005-03-05 19:43:17 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2006-09-14 15:07:54 +00:00
|
|
|
Requires: pkgconfig
|
2004-11-08 05:24:27 +00:00
|
|
|
%description devel
|
2007-11-12 02:52:34 +00:00
|
|
|
%{summary}.
|
2004-11-08 05:24:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2008-02-04 15:16:57 +00:00
|
|
|
%setup -q -n taglib-%{version}%{?beta}
|
2008-01-16 13:12:22 +00:00
|
|
|
|
2008-02-13 12:45:45 +00:00
|
|
|
## omit for now
|
|
|
|
%patch2 -p1 -b .multilib
|
2004-11-08 05:24:27 +00:00
|
|
|
|
2008-10-06 20:54:30 +00:00
|
|
|
%patch100 -p1 -b .kde#161721.patch
|
|
|
|
|
2007-09-27 20:12:07 +00:00
|
|
|
|
2004-11-08 05:24:27 +00:00
|
|
|
%build
|
2007-09-27 20:12:07 +00:00
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake} ..
|
|
|
|
popd
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
2007-09-24 13:36:35 +00:00
|
|
|
|
2004-11-08 05:24:27 +00:00
|
|
|
|
|
|
|
%install
|
2008-02-13 12:45:45 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-11-08 05:24:27 +00:00
|
|
|
|
2008-02-13 12:45:45 +00:00
|
|
|
make install DESTDIR=%{buildroot} -C %{_target_platform}
|
2007-09-27 20:12:07 +00:00
|
|
|
|
2004-11-08 05:24:27 +00:00
|
|
|
rm -fr examples/.deps
|
|
|
|
rm -fr examples/Makefile*
|
2008-02-13 12:45:45 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/lib*.la
|
2004-11-08 05:24:27 +00:00
|
|
|
|
|
|
|
|
2005-08-01 18:54:16 +00:00
|
|
|
%clean
|
2008-02-13 12:45:45 +00:00
|
|
|
rm -rf %{buildroot}
|
2005-08-01 18:54:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
2008-02-13 12:45:45 +00:00
|
|
|
|
2005-08-01 18:54:16 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
2004-11-08 05:24:27 +00:00
|
|
|
%files
|
2008-02-13 12:45:45 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-11-12 02:52:34 +00:00
|
|
|
%doc AUTHORS COPYING.LGPL
|
2004-11-08 05:24:27 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
%files devel
|
2008-02-13 12:45:45 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-09-24 13:36:35 +00:00
|
|
|
%doc examples
|
2004-11-08 05:24:27 +00:00
|
|
|
%{_bindir}/*-config
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/lib*.so
|
2005-08-01 18:54:16 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2004-11-08 05:24:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2009-02-25 18:20:14 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-12 20:20:32 +00:00
|
|
|
* Fri Dec 12 2008 Rex Dieter <rdieter@fedoraproject.org> 1.5-3
|
|
|
|
- rebuild for pkgconfig deps
|
|
|
|
|
2008-10-06 20:54:30 +00:00
|
|
|
* Mon Oct 06 2008 Rex Dieter <rdieter@fedoraproject.org> 1.5-2
|
|
|
|
- Encrypted frames taglib/Amarok crash (kde#161721)
|
|
|
|
|
2008-02-21 02:44:59 +00:00
|
|
|
* Wed Feb 20 2008 Rex Dieter <rdieter@fedoraproject.org> 1.5-1
|
|
|
|
- taglib-1.5
|
|
|
|
|
2008-02-13 12:45:45 +00:00
|
|
|
* Wed Feb 13 2008 Rex Dieter <rdieter@fedoraproject.org> 1.5-0.9.rc1
|
|
|
|
- taglib-1.5rc1
|
|
|
|
- omit taglib-1.4_wchar.diff (for now)
|
|
|
|
|
2008-02-04 15:16:57 +00:00
|
|
|
* Mon Feb 04 2008 Rex Dieter <rdieter@fedoraproject.org> 1.5-0.8.b1
|
|
|
|
- taglib-1.5b1
|
|
|
|
|
2008-01-16 13:12:22 +00:00
|
|
|
* Wed Jan 16 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5-0.7.20080116svn
|
|
|
|
- svn20080116 snapshot
|
|
|
|
- multiarch conflicts (#343241)
|
|
|
|
|
2007-11-12 02:52:34 +00:00
|
|
|
* Sun Nov 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5-0.6.20071111svn
|
|
|
|
- svn20071111 snapshot (#376241)
|
|
|
|
|
2007-09-27 20:25:47 +00:00
|
|
|
* Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5-0.5.20070924svn
|
|
|
|
- -BR: automake
|
|
|
|
- +BR: zlib-devel
|
|
|
|
|
2007-09-27 20:12:07 +00:00
|
|
|
* Thu Sep 27 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.5-0.4.20070924svn
|
|
|
|
- use cmake, fixes "taglib_export.h not included" (#272361#c7)
|
|
|
|
|
2007-09-24 14:22:03 +00:00
|
|
|
* Mon Sep 24 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.5-0.3.20070924svn
|
|
|
|
- rebuild
|
|
|
|
|
2007-09-24 14:01:05 +00:00
|
|
|
* Mon Sep 24 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.5-0.2.20070924svn
|
2007-09-24 14:10:15 +00:00
|
|
|
- BR: automake
|
2007-09-24 14:01:05 +00:00
|
|
|
|
2007-09-24 13:36:35 +00:00
|
|
|
* Mon Sep 24 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.5-0.1.20070924svn
|
|
|
|
- update to svn version
|
|
|
|
|
2007-08-26 10:06:15 +00:00
|
|
|
* Sun Aug 26 2007 Aurelien Bompard <abompard@fedoraproject.org> 1.4-6
|
|
|
|
- fix license tag
|
|
|
|
- rebuild for BuildID
|
|
|
|
|
2006-12-18 22:19:13 +00:00
|
|
|
* Thu Dec 14 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4-5
|
|
|
|
- add patch for multi-language support
|
|
|
|
|
2006-09-14 15:07:54 +00:00
|
|
|
* Thu Sep 14 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4-4
|
|
|
|
- have the devel package require pkgconfig (#206443)
|
|
|
|
|
2006-08-31 14:58:22 +00:00
|
|
|
* Thu Aug 31 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4-3
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-21 19:03:31 +00:00
|
|
|
* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.4-2
|
|
|
|
- rebuild for FC5
|
|
|
|
|
2005-08-01 18:54:16 +00:00
|
|
|
* Mon Aug 01 2005 Aurelien Bompard <gauret[AT]free.fr> 1.4-1
|
|
|
|
- version 1.4
|
|
|
|
|
2005-03-25 16:20:43 +00:00
|
|
|
* Fri Mar 25 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.3.1-2
|
|
|
|
- rebuild with g++4
|
|
|
|
|
2005-01-18 19:13:31 +00:00
|
|
|
* Mon Jan 10 2005 Aurelien Bompard <gauret[AT]free.fr> 0:1.3.1-1
|
|
|
|
- version 1.3.1
|
|
|
|
- drop patch0
|
|
|
|
- don't nuke every .la files, only the useless ones
|
|
|
|
- spec improvements thanks to Rex Dieter
|
|
|
|
|
2004-11-10 16:12:03 +00:00
|
|
|
* Thu Nov 04 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.3-0.fdr.2
|
|
|
|
- add apeitem.h to the include files in -devel
|
|
|
|
|
2004-11-08 05:24:36 +00:00
|
|
|
* Mon Oct 04 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.3-0.fdr.1
|
|
|
|
- version 1.3
|
|
|
|
|
2004-11-08 05:24:27 +00:00
|
|
|
* Sun Jun 06 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1-0.fdr.5
|
|
|
|
- Changed license to LGPL
|
|
|
|
- include examples only in -devel
|
|
|
|
- remove Makefile* from examples
|
|
|
|
- remove *.la files
|
|
|
|
|
|
|
|
* Fri Jun 04 2004 Mihai Maties <mihai[AT]xcyb.org> 0:1.1-0.fdr.4
|
|
|
|
- included .la files as well
|
|
|
|
- compiled doc and included in -devel
|
|
|
|
- included examples in -devel
|
|
|
|
|
|
|
|
* Thu Jun 03 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1-0.fdr.3
|
|
|
|
- provide the libtool files in the -devel subpackage
|
|
|
|
- include exemples in doc
|
|
|
|
|
|
|
|
* Thu Jun 03 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1-0.fdr.2
|
|
|
|
- remove empty README
|
|
|
|
- add Requires(post,postun): /sbin/ldconfig
|
|
|
|
- remove --disable-static, it was useless anyway
|
|
|
|
|
|
|
|
* Tue Jun 01 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.1-0.fdr.1
|
|
|
|
- Fedora submission (shamelessly borrowed from Rex -- kde-redhat.sf.net)
|
|
|
|
|
|
|
|
* Sun Apr 04 2004 Rex Dieter <rexdieter at sf.net> 0:1.1-0.fdr.1
|
|
|
|
- 1.1
|
|
|
|
|
|
|
|
* Thu Feb 12 2004 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.1
|
|
|
|
- fix for rh73
|
|
|
|
|
|
|
|
* Fri Feb 06 2004 Rex Dieter <rexdieter at sf.net> 0:1.0-0.fdr.0
|
2005-03-05 19:43:17 +00:00
|
|
|
- first try
|