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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 22:41:33 UTC 2005


Author: thias

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

Modified Files:
	libcddb.spec 
Log Message:
Mass letter "l" 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: libcddb.spec
===================================================================
RCS file: /cvs/extras/rpms/libcddb/devel/libcddb.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libcddb.spec	10 Dec 2004 22:03:04 -0000	1.5
+++ libcddb.spec	3 Mar 2005 22:41:31 -0000	1.6
@@ -1,13 +1,12 @@
-Summary: 	A library (C API) for accessing a CDDB server
-Name: 		libcddb
-Version: 	0.9.4
-Release: 	2
-Epoch: 		0
-License: 	LGPL
-Group: 		System Environment/Libraries
-URL: 		http://libcddb.sourceforge.net/
-Source0: 	http://download.sf.net/libcddb/%{name}-%{version}.tar.gz
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
+Summary:	Library (C API) for accessing CDDB servers
+Name:		libcddb
+Version:	0.9.4
+Release:	2
+License:	LGPL
+Group:		System Environment/Libraries
+URL:		http://libcddb.sourceforge.net/
+Source0:	http://download.sf.net/libcddb/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 
 %description
 Libcddb is a library that implements the different protocols (CDDBP,
@@ -16,7 +15,7 @@
 %package devel
 Summary:	Development files for libcddb
 Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Libcddb is a library that implements the different protocols (CDDBP,
@@ -24,18 +23,15 @@
 This package contains development files (static libraries, headers)
 for libcddb.
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q
 
-# -----------------------------------------------------------------------------
 
 %build
 %configure
 make %{?_smp_mflags}
 
-# -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,16 +39,15 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO
@@ -66,7 +61,6 @@
 %{_includedir}/cddb
 %{_libdir}/pkgconfig/libcddb.pc
 
-# -----------------------------------------------------------------------------
 
 %changelog
 * Sat Jul  3 2004 Dams <anvil[AT]livna.org> 0:0.9.4-0.fdr.2




More information about the fedora-extras-commits mailing list