rpms/perl-Crypt-SSLeay/FC-6 perl-Crypt-SSLeay.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 17 18:21:18 UTC 2006


Author: rnorwood

Update of /cvs/dist/rpms/perl-Crypt-SSLeay/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv14144

Modified Files:
	perl-Crypt-SSLeay.spec 
Log Message:
Resolves: 205562 - fix typo in Provides script.


Index: perl-Crypt-SSLeay.spec
===================================================================
RCS file: /cvs/dist/rpms/perl-Crypt-SSLeay/FC-6/perl-Crypt-SSLeay.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- perl-Crypt-SSLeay.spec	12 Jul 2006 07:44:00 -0000	1.18
+++ perl-Crypt-SSLeay.spec	17 Oct 2006 18:21:16 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: Crypt::SSLeay - OpenSSL glue that provides LWP https support
 Name: perl-Crypt-SSLeay
 Version: 0.51
-Release: 9.2.2.1
+Release: 11%{?dist}
 License: GPL or Artistic
 Group: Development/Libraries
 Source0: http://www.cpan.org/authors/id/C/CH/CHAMAS/Crypt-SSLeay-%{version}.tar.gz
@@ -30,6 +30,16 @@
 #patch1 -p1 -b .dirnamefix
 %patch2 -p1 -b .lib64
 %patch3 -p1 -b .openssl-098
+# Filter unwanted Provides:
+cat << EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+  sed -e '/perl(DB)/d'
+EOF
+
+%define __perl_provides %{_builddir}/Crypt-SSLeay-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -63,6 +73,11 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Oct 17 2006 Robin Norwood <rnorwood at redhat.com> - 0.51-11
+- Filter out Provides perl(DB)
+- Fix Release to include magic %{?dist}
+- bug #205562
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.51-9.2.2.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list