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

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


Author: thias

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

Modified Files:
	qca.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: qca.spec
===================================================================
RCS file: /cvs/extras/rpms/qca/devel/qca.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qca.spec	13 Jan 2005 18:24:21 -0000	1.1
+++ qca.spec	4 Mar 2005 00:05:42 -0000	1.2
@@ -1,7 +1,6 @@
 Name:           qca
 Version:        1.0
 Release:        3
-Epoch:          0
 Summary:        Qt Cryptographic Architecture
 
 Group:          System Environment/Libraries
@@ -16,7 +15,7 @@
 %description
 Taking a hint from the similarly-named Java Cryptography Architecture,
 QCA aims to provide a straightforward and cross-platform crypto API,
-using Qt datatypes and conventions. QCA separates the API from the 
+using Qt datatypes and conventions. QCA separates the API from the
 implementation, using plugins known as Providers. The advantage of this
 model is to allow applications to avoid linking to or explicitly depending
 on any particular cryptographic library. This allows one to easily change
@@ -24,9 +23,9 @@
 application!
 
 %package        devel
-Summary:        Qt Cryptographic Architecture - development files
+Summary:        Qt Cryptographic Architecture development files
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description    devel
 This packages contains the development files for QCA




More information about the fedora-extras-commits mailing list