From 76a07cb6bfaf43765251cc32642defef34c61895 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Sat, 5 Mar 2005 19:28:28 +0000 Subject: [PATCH] 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 --- shapelib.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/shapelib.spec b/shapelib.spec index 9e4df57..9854398 100644 --- a/shapelib.spec +++ b/shapelib.spec @@ -3,7 +3,6 @@ Summary: API in "C" for Shapefile handling 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 @@ BuildRequires: proj-devel >= 0:4.4.1 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 @@ This package contains libshp and the appropriate header files. %prep %setup -q -T -b 0 -%patch -p1 -b .buildroot +%patch -p1 -b .buildroot %patch1 -p1 -b .endian %build @@ -60,8 +59,8 @@ rm -rf $RPM_BUILD_ROOT %{_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 @@ rm -rf $RPM_BUILD_ROOT - 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"