rpms/id3lib/FC-5 id3lib.spec,1.11,1.12

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Nov 22 21:40:07 UTC 2006


Author: jwrdegoede

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

Modified Files:
	id3lib.spec 
Log Message:
* Wed Nov 22 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 3.8.3-15
- Link libid3-3.8.so.3 with -lz (bug #216783)



Index: id3lib.spec
===================================================================
RCS file: /cvs/extras/rpms/id3lib/FC-5/id3lib.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- id3lib.spec	18 Feb 2006 13:02:49 -0000	1.11
+++ id3lib.spec	22 Nov 2006 21:39:37 -0000	1.12
@@ -1,24 +1,17 @@
 Summary:	Library for manipulating ID3v1 and ID3v2 tags
 Name:		id3lib
 Version:	3.8.3
-Release:	13%{?dist}
+Release:	15%{?dist}
 License:	LGPL
 Group:		System Environment/Libraries
 URL:		http://id3lib.sourceforge.net/
-Source0:	http://download.sf.net/id3lib/%{name}-%{version}.tar.gz
+Source0:	http://dl.sf.net/sourceforge/id3lib/%{name}-%{version}.tar.gz
 Patch0:		id3lib-dox.patch
 Patch1:		id3lib-3.8.3-libtool-autofoo.patch.bz2
 Patch2:		id3lib-3.8.3-io_helpers-163101.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:	zlib-devel doxygen
 
-%package devel
-Summary:	Development tools for the id3lib library
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-Requires:	zlib-devel
-
-
 %description
 This package provides a software library for manipulating ID3v1 and
 ID3v2 tags. It provides a convenient interface for software developers
@@ -28,6 +21,13 @@
 (de)compression, and optional padding facilities. Additionally, it can
 tell mp3 header info, like bitrate etc.
 
+
+%package devel
+Summary:	Development tools for the id3lib library
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	zlib-devel
+
 %description devel
 This package provides files needed to develop with the id3lib.
 
@@ -45,7 +45,7 @@
 
 %build
 %configure --disable-dependency-tracking --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} libid3_la_LIBADD=-lz
 
 
 %install
@@ -83,6 +83,13 @@
 
 
 %changelog
+* Wed Nov 22 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 3.8.3-15
+- Link libid3-3.8.so.3 with -lz (bug #216783)
+
+* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 3.8.3-14
+- Taking over as maintainer since Anvil has other priorities
+- FE6 Rebuild
+
 * Sat Feb 18 2006 Ville Skyttä <ville.skytta at iki.fi> - 3.8.3-13
 - Don't ship static libs.
 - Build with dependency tracking disabled.




More information about the fedora-extras-commits mailing list