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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 22:41:34 UTC 2005


Author: thias

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

Modified Files:
	libksba.spec 
Log Message:
Mass letter "l" 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: libksba.spec
===================================================================
RCS file: /cvs/extras/rpms/libksba/devel/libksba.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libksba.spec	1 Feb 2005 19:32:51 -0000	1.6
+++ libksba.spec	3 Mar 2005 22:41:32 -0000	1.7
@@ -1,7 +1,5 @@
-
 Summary: X.509 library
-Name:  	 libksba 
-Epoch: 	 0
+Name:    libksba
 Version: 0.9.9
 Release: 1%{?dist_tag}
 License: GPL
@@ -22,7 +20,7 @@
 %package devel
 Summary:  Development headers and libraries for %{name}
 Group:    Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 %description devel
@@ -38,7 +36,7 @@
 %configure
 
 # not smp safe
-make 
+make
 
 make check
 
@@ -67,7 +65,7 @@
 fi
 
 
-%files 
+%files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION
 %{_libdir}/*.so.*




More information about the fedora-extras-commits mailing list