rpms/perl-SOAP-Lite/EL-4 perl-SOAP-Lite.spec,1.6,1.7

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Sat Feb 3 16:02:52 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/perl-SOAP-Lite/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4461

Modified Files:
	perl-SOAP-Lite.spec 
Log Message:
Changed bogus reqs


Index: perl-SOAP-Lite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SOAP-Lite/EL-4/perl-SOAP-Lite.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-SOAP-Lite.spec	11 Sep 2006 02:59:57 -0000	1.6
+++ perl-SOAP-Lite.spec	3 Feb 2007 16:02:19 -0000	1.7
@@ -1,6 +1,6 @@
 Name: 		perl-SOAP-Lite
 Version:	0.68
-Release:	2%{?dist}
+Release:    3%{?dist}
 Summary:	Client and server side SOAP implementation
 License:	GPL or Artistic
 Group:		Development/Libraries
@@ -13,13 +13,8 @@
 BuildRequires:	perl-XML-Parser
 BuildArch: 	noarch
 
-%define bogusreqs 'perl(MQClient::MQSeries)\
-perl(MQSeries)\
-perl(MQSeries::Message)\
-perl(MQSeries::Queue)\
-perl(MQSeries::QueueManager)\
-perl(Net::Jabber)'
-%global reqfilt sh -c "%{__perl_requires} | %{__grep} -Fv %{bogusreqs}"
+%define bogusreqs 'perl.MQClient.*\\|perl.Net..Jabber.'
+%global reqfilt sh -c '%{__perl_requires} | %{__grep} -Ev "%{bogusreqs}"'
 %define __perl_requires %{reqfilt}
 
 %description
@@ -69,6 +64,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jan 2 2007 Mike McGrath <imlinux at gmail.com> - 0.68-3
+- Changed the way this package removes bogus reqs for EL4
+
 * Sun Sep 10 2006 Mike McGrath <imlinux at gmail.com> - 0.68-1
 - Rebuild
 




More information about the scm-commits mailing list