From e0f02f6671407e4d42afa92e28372e381b5a67f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 18 Jan 2005 19:13:31 +0000 Subject: [PATCH] auto-import taglib-1.3.1-1 on branch devel from taglib-1.3.1-1.src.rpm --- .cvsignore | 2 +- sources | 2 +- taglib-1.3-apeitem.patch | 11 ----------- taglib.spec | 25 +++++++++++++++---------- 4 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 taglib-1.3-apeitem.patch diff --git a/.cvsignore b/.cvsignore index 7a369f3..b6e882e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -taglib-1.3.tar.gz +taglib-1.3.1.tar.gz diff --git a/sources b/sources index 4113be4..0da2065 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54fe2a3abf0cf77130207846b0ce6ef4 taglib-1.3.tar.gz +f5c7c71513ba51b240864d7475a199c0 taglib-1.3.1.tar.gz diff --git a/taglib-1.3-apeitem.patch b/taglib-1.3-apeitem.patch deleted file mode 100644 index 16b1779..0000000 --- a/taglib-1.3-apeitem.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./taglib/ape/Makefile.in.apeitem 2004-11-04 08:25:57.885977845 +0100 -+++ ./taglib/ape/Makefile.in 2004-11-04 08:26:10.130701834 +0100 -@@ -160,7 +160,7 @@ - - libape_la_SOURCES = apetag.cpp apefooter.cpp apeitem.cpp - --taglib_include_HEADERS = apetag.h apefooter.h -+taglib_include_HEADERS = apetag.h apefooter.h apeitem.h - taglib_includedir = $(includedir)/taglib - - EXTRA_DIST = $(libape_la_SOURCES) $(taglib_include_HEADERS) diff --git a/taglib.spec b/taglib.spec index b165a18..579338f 100644 --- a/taglib.spec +++ b/taglib.spec @@ -1,14 +1,13 @@ -Name: taglib -Version: 1.3 -Release: 2 -Epoch: 0 +Name: taglib +Version: 1.3.1 +Release: 1 +Epoch: 0 Summary: Audio Meta-Data Library Group: System Environment/Libraries License: LGPL URL: http://ktown.kde.org/~wheeler/taglib/ -Source: http://developer.kde.org/~wheeler/files/src/taglib-1.3.tar.gz -Patch0: taglib-1.3-apeitem.patch +Source: http://developer.kde.org/~wheeler/files/src/taglib-1.3.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig @@ -32,16 +31,16 @@ Development tools for taglib %prep %setup -q -%patch0 -p0 -b .apeitem %build -%configure +%configure --disable-rpath make %{?_smp_mflags} # Doc -cd taglib-api +pushd taglib-api doxygen taglib.doxygen +popd %install rm -rf $RPM_BUILD_ROOT @@ -49,8 +48,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -fr examples/.deps rm -fr examples/Makefile* +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %files %defattr(-,root,root) @@ -76,6 +75,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 10 2005 Aurelien Bompard 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 + * Thu Nov 04 2004 Aurelien Bompard 0:1.3-0.fdr.2 - add apeitem.h to the include files in -devel