rpms/perl-SOAP-Lite/devel perl-SOAP-Lite.spec,1.14,1.15

Michael Schwendt mschwendt at fedoraproject.org
Fri May 8 12:38:52 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/perl-SOAP-Lite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12091

Modified Files:
	perl-SOAP-Lite.spec 
Log Message:
* Fri May  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.710.08-3
- Filter out perl(LWP::Protocol) Provides, which comes from a file
  not stored in Perl's search path for modules (#472359).



Index: perl-SOAP-Lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-SOAP-Lite.spec	27 Feb 2009 01:08:28 -0000	1.14
+++ perl-SOAP-Lite.spec	8 May 2009 12:38:21 -0000	1.15
@@ -1,6 +1,6 @@
 Name: 		perl-SOAP-Lite
 Version:	0.710.08
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Client and server side SOAP implementation
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -30,6 +30,9 @@ perl(Net::POP3)'
 %global reqfilt sh -c "%{__perl_requires} | %{__grep} -Fv %{bogusreqs}"
 %define __perl_requires %{reqfilt}
 
+%define bogusprovs 'perl(LWP::Protocol)'
+%global provfilt sh -c "%{__perl_provides} | %{__grep} -Fv %{bogusprovs}"
+%define __perl_provides %{provfilt}
 
 %description
 SOAP::Lite is a collection of Perl modules which provides a simple and
@@ -74,6 +77,10 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Fri May  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.710.08-3
+- Filter out perl(LWP::Protocol) Provides, which comes from a file
+  not stored in Perl's search path for modules (#472359).
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.710.08-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the Fedora-perl-devel-list mailing list