rpms/Hermes/devel Hermes.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:22 UTC 2005


Author: thias

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

Modified Files:
	Hermes.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: Hermes.spec
===================================================================
RCS file: /cvs/extras/rpms/Hermes/devel/Hermes.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Hermes.spec	28 Feb 2005 21:12:57 -0000	1.6
+++ Hermes.spec	5 Mar 2005 21:10:20 -0000	1.7
@@ -1,8 +1,7 @@
 Name:           Hermes
 Version:        1.3.3
 Release:        6
-Epoch:		0
-Summary:        HERMES pixel format conversion library.
+Summary:        Pixel format conversion library
 
 Group:          System Environment/Libraries
 License:        LGPL
@@ -12,9 +11,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # we need depcomp, it's symlinked instead of copied
-BuildRequires:	automake
+BuildRequires:  automake
 # sigh, it's in maintainer mode
-BuildRequires:	autoconf
+BuildRequires:  autoconf
 
 %description
 HERMES is a library designed to convert a source buffer with a specified pixel
@@ -33,7 +32,7 @@
 %package        devel
 Summary:        Static libraries and header files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains the static libraries and header files




More information about the fedora-extras-commits mailing list