rpms/id3lib/devel id3lib.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:46:23 UTC 2005


Author: thias

Update of /cvs/extras/rpms/id3lib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19419/id3lib/devel

Modified Files:
	id3lib.spec 
Log Message:
Mass letter "h" and "i" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: id3lib.spec
===================================================================
RCS file: /cvs/extras/rpms/id3lib/devel/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	3 Mar 2005 21:46:21 -0000	1.6
@@ -1,23 +1,21 @@
-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:	9
+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
+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 +29,35 @@
 %description devel
 This package provides files needed to develop with the id3lib.
 
-#---------------------------------------------------------------------
 
 %prep
 %setup -q
 %patch0 -p0
 
-#---------------------------------------------------------------------
 
 %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,9 +69,9 @@
 %{_includedir}/id3.h
 %{_includedir}/id3/
 %{_libdir}/libid3.a
+%exclude %{_libdir}/libid3.la
 %{_libdir}/libid3.so
 
-#---------------------------------------------------------------------
 %changelog
 * Wed Oct 29 2003 Ville Skytta <ville.skytta at iki.fi> - 0:3.8.3-0.fdr.9
 - Rebuild.
@@ -105,5 +98,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.




More information about the fedora-extras-commits mailing list