rpms/perl-SOAP-Lite/devel perl-SOAP-Lite.spec, 1.16, 1.17 SOAP-Lite-0.710.07-nil-value.patch, 1.1, NONE

Štěpán Kasal kasal at fedoraproject.org
Wed Oct 7 18:03:56 UTC 2009


Author: kasal

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

Modified Files:
	perl-SOAP-Lite.spec 
Removed Files:
	SOAP-Lite-0.710.07-nil-value.patch 
Log Message:
- new upstream release
- drop upstreamed patch
- add missing build requires
- use %filter-* macros


Index: perl-SOAP-Lite.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/perl-SOAP-Lite.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-SOAP-Lite.spec	26 Jul 2009 16:23:34 -0000	1.16
+++ perl-SOAP-Lite.spec	7 Oct 2009 18:03:56 -0000	1.17
@@ -1,13 +1,11 @@
 Name: 		perl-SOAP-Lite
-Version:	0.710.08
-Release:	4%{?dist}
+Version:	0.710.10
+Release:	1%{?dist}
 Summary:	Client and server side SOAP implementation
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL: 		http://search.cpan.org/dist/SOAP-Lite/
-Source0: 	http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-%{version}.tar.gz
-# Submitted upstream: http://rt.cpan.org/Public/Bug/Display.html?id=20569
-Patch0:		SOAP-Lite-0.710.07-nil-value.patch
+Source0: 	http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -16,23 +14,22 @@ BuildRequires:  perl(ExtUtils::MakeMaker
 BuildRequires:  perl(Test::MockObject)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(MIME::Parser)
+BuildRequires:  perl(Crypt::SSLeay)
+BuildRequires:  perl(IO::Socket::SSL)
+BuildRequires:  perl(MIME::Lite)
+BuildRequires:  perl(Apache)
+BuildRequires:  perl(FCGI)
+BuildRequires:  perl(Net::Jabber)
 BuildArch: 	noarch
 
-%define bogusreqs 'perl(MQClient::MQSeries)\
-perl(MQSeries)\
-perl(MQSeries::Message)\
-perl(MQSeries::Queue)\
-perl(MQSeries::QueueManager)\
-perl(Net::Jabber)\
-perl(Net::FTP)\
-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}
+
+%{?filter_setup:
+%filter_from_requires /perl(\(MQ\|Net::\)/d
+%filter_from_provides /perl(LWP::Protocol)/d
+%?perl_default_filter
+}
 
 %description
 SOAP::Lite is a collection of Perl modules which provides a simple and
@@ -41,7 +38,6 @@ client and server side.
 
 %prep
 %setup -q -n SOAP-Lite-%{version}
-%patch0 -p1 -b .nil-value
 
 %build
 %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor
@@ -70,13 +66,18 @@ make test
 %{perl_vendorlib}/Apache
 %{perl_vendorlib}/IO
 %{perl_vendorlib}/UDDI
-%{perl_vendorlib}/OldDocs
 %{perl_vendorlib}/XML
 %{perl_vendorlib}/XMLRPC
 %{_mandir}/man3/*
 %{_mandir}/man1/*
 
 %changelog
+* Wed Oct  7 2009 Stepan Kasal <skasal at redhat.com> - 0.710.10-1
+- new upstream release
+- drop upstreamed patch
+- add missing build requires
+- use %%filter-* macros
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.710.08-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- SOAP-Lite-0.710.07-nil-value.patch DELETED ---




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