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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:26:05 UTC 2005


Author: thias

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

Modified Files:
	gmime.spec 
Log Message:
Mass letter "g" update (and some missed before), one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: gmime.spec
===================================================================
RCS file: /cvs/extras/rpms/gmime/devel/gmime.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gmime.spec	10 Dec 2004 22:03:03 -0000	1.2
+++ gmime.spec	3 Mar 2005 21:26:03 -0000	1.3
@@ -1,8 +1,7 @@
 Name:           gmime
 Version:        2.1.9
 Release:        3
-Epoch:          0
-Summary:        GMime library -- creation and parsing of MIME-messages   
+Summary:        Library for creating and parsing MIME messages
 
 Group:          System Environment/Libraries
 License:        GPL
@@ -10,23 +9,23 @@
 Source0:        http://spruce.sourceforge.net/gmime/sources/v2.1/gmime-2.1.9.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	glib2-devel >= 0:2.0.0
-BuildRequires:	zlib-devel >= 0:1.2.1.1
+BuildRequires:  glib2-devel >= 2.0.0
+BuildRequires:  zlib-devel >= 1.2.1.1
 
 %description
-The GMime suite provides a core library and set of utilities which may be 
-used for the creation and parsing of messages using the Multipurpose 
+The GMime suite provides a core library and set of utilities which may be
+used for the creation and parsing of messages using the Multipurpose
 Internet Mail Extension (MIME).
 
 
 %package        devel
 Summary:        Header files to develop libgmime applications
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description    devel
-The GMime suite provides a core library and set of utilities which may be 
-used for the creation and parsing of messages using the Multipurpose 
+The GMime suite provides a core library and set of utilities which may be
+used for the creation and parsing of messages using the Multipurpose
 Internet Mail Extension (MIME). The devel-package contains header files
 to develop applications that use libgmime.
 




More information about the fedora-extras-commits mailing list