rpms/shapelib/devel shapelib.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 19:28:30 UTC 2005


Author: thias

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

Modified Files:
	shapelib.spec 
Log Message:
Mass letter "s" 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: shapelib.spec
===================================================================
RCS file: /cvs/extras/rpms/shapelib/devel/shapelib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shapelib.spec	13 Feb 2005 12:11:03 -0000	1.2
+++ shapelib.spec	5 Mar 2005 19:28:28 -0000	1.3
@@ -3,7 +3,6 @@
 Name: shapelib
 Version: 1.2.10
 Release: 6
-Epoch: 0
 URL: http://shapelib.maptools.org/
 Source: http://shapelib.maptools.org/dl/shapelib-%{version}.tar.gz
 Patch0: shapelib-%{version}.patch
@@ -15,9 +14,9 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %package devel
-Summary:	Development files for shapelib
-Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Summary: Development files for shapelib
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
 
 %description
 The Shapefile C Library provides the ability to write
@@ -30,7 +29,7 @@
 
 %prep
 %setup -q -T -b 0
-%patch -p1 -b .buildroot 
+%patch -p1 -b .buildroot
 %patch1 -p1 -b .endian
 
 %build
@@ -60,8 +59,8 @@
 %{_bindir}/*
 %{_libdir}/*.so.*
 
-%doc LICENSE.LGPL README README.tree dbf_api.html shapelib.html shp_api.html 
-%doc contrib/doc/shpproj.txt stream1.sh stream1.out stream2.sh 
+%doc LICENSE.LGPL README README.tree dbf_api.html shapelib.html shp_api.html
+%doc contrib/doc/shpproj.txt stream1.sh stream1.out stream2.sh
 %doc stream2.out makeshape.sh stream3.out ChangeLog
 
 %files devel
@@ -92,7 +91,7 @@
 - Removed proj requirement as it is automatically detected.
 - Added epoch to proj-devel requirement
 - Fixed %post and %postun
-- Changed group to Development/Libraries, although this appears to be only 
+- Changed group to Development/Libraries, although this appears to be only
   somewhat satisfactory.
 - Removed "which make"
 




More information about the scm-commits mailing list