SPECS: libtunepimp.spec - updated to 0.4.0, flac metadata support ...
pluto
pluto at pld-linux.org
Thu Nov 17 03:06:55 CET 2005
Author: pluto Date: Thu Nov 17 02:06:54 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.4.0, flac metadata support enabled, gcc4 fix.
---- Files affected:
SPECS:
libtunepimp.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/libtunepimp.spec
diff -u SPECS/libtunepimp.spec:1.9 SPECS/libtunepimp.spec:1.10
--- SPECS/libtunepimp.spec:1.9 Sat Sep 17 12:33:56 2005
+++ SPECS/libtunepimp.spec Thu Nov 17 03:06:49 2005
@@ -2,16 +2,17 @@
Summary: The MusicBrainz tagging library
Summary(pl): Biblioteka znakowania MusicBrainz
Name: libtunepimp
-Version: 0.3.0
-Release: 4
+Version: 0.4.0
+Release: 1
License: GPL
Group: Libraries
Source0: ftp://ftp.musicbrainz.org/pub/musicbrainz/%{name}-%{version}.tar.gz
-# Source0-md5: f1f506914150c4917ec730f847ad4709
+# Source0-md5: c11c3082ee72896949cb4fdb7acbbf63
Patch0: %{name}-readline.patch
-Patch1: %{name}-include_signal_h.patch
+Patch1: %{name}-gcc4.patch
BuildRequires: autoconf >= 2.52
BuildRequires: automake
+BuildRequires: flac-devel
BuildRequires: libid3tag-devel >= 0.15.0b
BuildRequires: libmad-devel
BuildRequires: libmusicbrainz-devel >= 2.1.0
@@ -77,8 +78,9 @@
DESTDIR=$RPM_BUILD_ROOT
# not installed, but used by installed headers
-install lib/threads/posix/{mutex,thread,semaphore}.h \
- lib/{filecache,analyzer,submit,lookup,filelookup,write,trm,metadata,lookuptools}.h \
+install lib/threads/posix/mutex.h \
+ lib/{analyzer,filecache,filelookup,lookup,plugins,readmeta,submit,write}.h \
+ include/tunepimp/metadata.h \
$RPM_BUILD_ROOT%{_includedir}/tunepimp
%clean
@@ -91,7 +93,11 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README.LGPL TODO
%attr(755,root,root) %{_bindir}/tp_tagger
+%attr(755,root,root) %{_bindir}/trm
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%dir %{_libdir}/tunepimp
+%dir %{_libdir}/tunepimp/plugins
+%attr(755,root,root) %{_libdir}/tunepimp/plugins/*.tpp
%files devel
%defattr(644,root,root,755)
@@ -109,6 +115,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/11/17 02:06:49 pluto
+- updated to 0.4.0, flac metadata support enabled, gcc4 fix.
+
Revision 1.9 2005/09/17 10:33:56 arekm
- rebuild with readline 5.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libtunepimp.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list