rpms/proj/devel proj.spec,1.1,1.2

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


Author: thias

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

Modified Files:
	proj.spec 
Log Message:
Mass letter "o" and "p" 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: proj.spec
===================================================================
RCS file: /cvs/extras/rpms/proj/devel/proj.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- proj.spec	14 Jan 2005 09:45:21 -0000	1.1
+++ proj.spec	3 Mar 2005 23:53:13 -0000	1.2
@@ -1,7 +1,6 @@
 Name: proj
 Version: 4.4.8
 Release: 4
-Epoch: 0
 Summary: Cartographic projection software (PROJ.4)
 
 Group: Applications/Engineering
@@ -15,18 +14,18 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %package devel
-Summary:	Development files for PROJ.4
-Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Summary: Development files for PROJ.4
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
 
 %package nad
-Summary:	US and Canadian datum shift grids for PROJ.4
-Group:		Applications/Engineering
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Summary: US and Canadian datum shift grids for PROJ.4
+Group: Applications/Engineering
+Requires: %{name} = %{version}-%{release}
 
 %description
-Proj and invproj perform respective forward and inverse transformation of 
-cartographic data to or from cartesian data with a wide range of selectable 
+Proj and invproj perform respective forward and inverse transformation of
+cartographic data to or from cartesian data with a wide range of selectable
 projection functions. Proj docs: http://www.remotesensing.org/dl/new_docs/
 
 %description devel




More information about the scm-commits mailing list