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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Feb 2 14:07:48 UTC 2005


Author: thias

Update of /cvs/extras/rpms/opencdk/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv705

Modified Files:
	opencdk.spec 
Log Message:
Fix release, drop epoch and separators that can be nasty sometimes.



Index: opencdk.spec
===================================================================
RCS file: /cvs/extras/rpms/opencdk/devel/opencdk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- opencdk.spec	8 Nov 2004 04:55:55 -0000	1.2
+++ opencdk.spec	2 Feb 2005 14:07:46 -0000	1.3
@@ -1,8 +1,7 @@
 Summary:	Provides basic parts of the OpenPGP message format
 Name:		opencdk
 Version:	0.4.5
-Release:	0.fdr.1.1
-Epoch:		0
+Release:	1
 License:	GPL
 Group:		System Environment/Libraries
 URL:		http://www.gnu.org/software/gnutls/download.html
@@ -13,7 +12,7 @@
 %package devel
 Summary:	Files which are needed to develop applications using opencdk
 Group:		Development/Libraries
-Requires:	%{name} = 0:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	libgcrypt-devel zlib-devel
 
 
@@ -38,12 +37,10 @@
 This package contains headerfiles and libraries which are needed to
 develop applications based on opencdk.
 
-#----------------------------------------
 
 %prep
 %setup -q
 
-#----------------------------------------
 
 %build
 %configure
@@ -52,12 +49,10 @@
 perl -pi -e 's!^(\S.*[\s"])-L/usr/lib([\s"])!\1\2!g;
              s!^(\S.*[\s"])-I/usr/include([\s"])!\1\2!g' src/opencdk-config
 
-#----------------------------------------
 
 %check
 %{__make} check
 
-#----------------------------------------
 
 %install
 rm -rf "$RPM_BUILD_ROOT"
@@ -65,12 +60,10 @@
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-#----------------------------------------
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-#----------------------------------------
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig




More information about the fedora-extras-commits mailing list