rpms/id3lib/FC-3 .cvsignore, 1.2, 1.3 id3lib.spec, 1.5, 1.6 sources, 1.2, 1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Jul 1 13:48:11 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/id3lib/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15874

Modified Files:
	.cvsignore id3lib.spec sources 
Log Message:
* Thu Jun 30 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 3.8.3-11
- Make libtool link against libstdc++ (bug #162127).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/id3lib/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:34:28 -0000	1.2
+++ .cvsignore	1 Jul 2005 13:48:09 -0000	1.3
@@ -1 +1,2 @@
 id3lib-3.8.3.tar.gz
+id3lib-3.8.3-libtool-autofoo.patch.bz2


Index: id3lib.spec
===================================================================
RCS file: /cvs/extras/rpms/id3lib/FC-3/id3lib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- id3lib.spec	10 Dec 2004 22:03:03 -0000	1.5
+++ id3lib.spec	1 Jul 2005 13:48:09 -0000	1.6
@@ -1,23 +1,22 @@
-Summary: 	An Open-Source library for manipulating ID3v1 and ID3v2 tags.
-Name: 		id3lib
-Version: 	3.8.3
-Release: 	9
-Epoch:		0
-License: 	LGPL
-Group: 		System Environment/Libraries
-URL: 		http://id3lib.sourceforge.net/
-Source0: 	http://download.sf.net/id3lib/%{name}-%{version}.tar.gz
+Summary:	Library for manipulating ID3v1 and ID3v2 tags
+Name:		id3lib
+Version:	3.8.3
+Release:	11%{?dist}
+License:	LGPL
+Group:		System Environment/Libraries
+URL:		http://id3lib.sourceforge.net/
+Source0:	http://download.sf.net/id3lib/%{name}-%{version}.tar.gz
 Patch0:		id3lib-dox.patch
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
+Patch1:		id3lib-3.8.3-libtool-autofoo.patch.bz2
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:	zlib-devel doxygen
 
 %package devel
-Summary:	Development tools for the id3lib.
+Summary:	Development tools for the id3lib library
 Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	zlib-devel
 
-#---------------------------------------------------------------------
 
 %description
 This package provides a software library for manipulating ID3v1 and
@@ -31,40 +30,36 @@
 %description devel
 This package provides files needed to develop with the id3lib.
 
-#---------------------------------------------------------------------
 
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1 -b .libtool-autofoo
 
-#---------------------------------------------------------------------
 
 %build
 %configure
 make %{?_smp_mflags}
 
-#---------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %makeinstall
 make docs
 
-#---------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#---------------------------------------------------------------------
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
-%exclude %{_libdir}/libid3.la
 %doc AUTHORS COPYING ChangeLog HISTORY NEWS README THANKS TODO
-%doc doc
+%doc doc/
 %{_libdir}/libid3-3.8.so.*
 %{_bindir}/id3convert
 %{_bindir}/id3cp
@@ -76,10 +71,16 @@
 %{_includedir}/id3.h
 %{_includedir}/id3/
 %{_libdir}/libid3.a
+%exclude %{_libdir}/libid3.la
 %{_libdir}/libid3.so
 
-#---------------------------------------------------------------------
 %changelog
+* Thu Jun 30 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 3.8.3-11
+- Make libtool link against libstdc++ (bug #162127).
+
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 3.8.3-10
+- rebuilt
+
 * Wed Oct 29 2003 Ville Skytta <ville.skytta at iki.fi> - 0:3.8.3-0.fdr.9
 - Rebuild.
 
@@ -105,5 +106,5 @@
 * Thu Apr  3 2003 Dams <anvil[AT]livna.org> 0:3.8.3-0.fdr.2
 - Added missing epoch requirement
 
-* Wed Apr  2 2003 Dams <anvil[AT]livna.org> 
+* Wed Apr  2 2003 Dams <anvil[AT]livna.org>
 - Initial build.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/id3lib/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:34:28 -0000	1.2
+++ sources	1 Jul 2005 13:48:09 -0000	1.3
@@ -1 +1,2 @@
 19f27ddd2dda4b2d26a559a4f0f402a7  id3lib-3.8.3.tar.gz
+ce106e4386e4fbc0d49aea9fbd14eb4b  id3lib-3.8.3-libtool-autofoo.patch.bz2




More information about the fedora-extras-commits mailing list