Add bug-fix from package owner (fedora.us #2225)
This commit is contained in:
parent
876e796399
commit
65fb3cf3f0
11
taglib-1.3-apeitem.patch
Normal file
11
taglib-1.3-apeitem.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./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)
|
@ -1,6 +1,6 @@
|
||||
Name: taglib
|
||||
Version: 1.3
|
||||
Release: 0.fdr.1.2
|
||||
Release: 0.fdr.2
|
||||
Epoch: 0
|
||||
Summary: Audio Meta-Data Library
|
||||
|
||||
@ -8,6 +8,7 @@ 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires(post): /sbin/ldconfig
|
||||
@ -31,6 +32,7 @@ Development tools for taglib
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0 -b .apeitem
|
||||
|
||||
|
||||
%build
|
||||
@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Mon Oct 04 2004 Aurelien Bompard <gauret[AT]free.fr> 0:1.3-0.fdr.1
|
||||
- version 1.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user