auto-import taglib-1.3.1-1 on branch devel from taglib-1.3.1-1.src.rpm

This commit is contained in:
Ville Skyttä 2005-01-18 19:13:31 +00:00
parent f7725a8b0e
commit e0f02f6671
4 changed files with 17 additions and 23 deletions

View File

@ -1 +1 @@
taglib-1.3.tar.gz
taglib-1.3.1.tar.gz

View File

@ -1 +1 @@
54fe2a3abf0cf77130207846b0ce6ef4 taglib-1.3.tar.gz
f5c7c71513ba51b240864d7475a199c0 taglib-1.3.1.tar.gz

View File

@ -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)

View File

@ -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 <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
* 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