rpms/perl-SOAP-Lite/devel perl-SOAP-Lite.spec,1.8,1.9

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Oct 18 14:56:41 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/perl-SOAP-Lite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27320

Modified Files:
	perl-SOAP-Lite.spec 
Log Message:
Fixed BR


Index: perl-SOAP-Lite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-SOAP-Lite.spec	17 Oct 2007 03:04:37 -0000	1.8
+++ perl-SOAP-Lite.spec	18 Oct 2007 14:56:07 -0000	1.9
@@ -1,6 +1,6 @@
 Name: 		perl-SOAP-Lite
 Version:	0.68
-Release:    4%{?dist}.1
+Release:    5%{?dist}
 Summary:	Client and server side SOAP implementation
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -14,11 +14,20 @@
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildArch: 	noarch
 
-%define bogusreqs 'MQ\\|Jabber'
+#%define bogusreqs 'MQ\\|Jabber'
 #%define bogusreqs perl.Net..Jabber.
-%global reqfilt sh -c '%{__perl_requires} | %{__grep} -Ev "%{bogusreqs}"'
+#%global reqfilt sh -c '%{__perl_requires} | %{__grep} -Ev "%{bogusreqs}"'
+#%define __perl_requires %{reqfilt}
+%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 __perl_requires %{reqfilt}
 
+
 %description
 SOAP::Lite is a collection of Perl modules which provides a simple and
 lightweight interface to the Simple Object Access Protocol (SOAP) both on
@@ -66,6 +75,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Oct 18 2007 Mike McGrath <mmcgrath at redhat.com> - 0.68-5
+- Fixed build requires
+
 * Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.68-4.1
 - correct license tag
 - add BR: perl(ExtUtils::MakeMaker)




More information about the scm-commits mailing list