rpms/qof/devel qof.spec,1.3,1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri Mar 4 00:05:44 UTC 2005


Author: thias

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

Modified Files:
	qof.spec 
Log Message:
Mass letter "q" and "r" 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: qof.spec
===================================================================
RCS file: /cvs/extras/rpms/qof/devel/qof.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qof.spec	10 Dec 2004 22:03:10 -0000	1.3
+++ qof.spec	4 Mar 2005 00:05:42 -0000	1.4
@@ -1,17 +1,16 @@
 Name:           qof
 Version:        0.5.0
 Release:        2
-Epoch:          0
-Summary:        QOF provides a query engine library for C objects.
+Summary:        QOF provides a query engine library for C objects
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://qof.sf.net
 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Adds libxml-2.0 as a dependent library to the pkg-config entry.
-Patch0:		http://www.tiki-lounge.com/~toshio/fedora/qof-libxml-dependency.patch
+Patch0:         http://www.tiki-lounge.com/~toshio/fedora/qof-libxml-dependency.patch
 # Adds libxml2 and glib to the library link so rpm can auto-detect depends.
-Patch1:		http://www.tiki-lounge.com/~toshio/fedora/qof-linker-dependency.patch
+Patch1:         http://www.tiki-lounge.com/~toshio/fedora/qof-linker-dependency.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libxml2-devel
@@ -36,12 +35,12 @@
 of local objects can act as a 'cache' to a much larger SQL database.
 
 %package        devel
-Summary:        Development tools for programs which will use the qof library.
+Summary:        Development tools for programs which will use the qof library
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 Requires:       libxml2-devel
-Requires:	glib2-devel
-Requires:	pkgconfig
+Requires:       glib2-devel
+Requires:       pkgconfig
 
 %description    devel
 QOF - The Query Object Framework is a C library that provides a query engine




More information about the scm-commits mailing list