Author: glen Date: Mon Jun 2 15:33:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - disable redefine warnings in strict mode
---- Files affected: SPECS: perl-SOAP-Lite.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/perl-SOAP-Lite.spec diff -u SPECS/perl-SOAP-Lite.spec:1.28 SPECS/perl-SOAP-Lite.spec:1.29 --- SPECS/perl-SOAP-Lite.spec:1.28 Wed May 14 16:43:14 2008 +++ SPECS/perl-SOAP-Lite.spec Mon Jun 2 17:33:08 2008 @@ -1,10 +1,4 @@ # $Revision$, $Date$ -# TODO -# - package new files (---????) -# - seems broken: -# Subroutine LWP::UserAgent::redirect_ok redefined at /usr/share/perl5/vendor_perl/SOAP/Transport/HTTP.pm line 41. -# http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/c1808cff6a5b90a0/971d98754aba2db7 -# # Conditional build: %bcond_with tests # perform "make test" %bcond_with MQ # build MQ subpackage (require commercial software to use) @@ -17,12 +11,13 @@ Summary(pl.UTF-8): SOAP::Lite - implementacja SOAP po stronie klienta i serwera Name: perl-SOAP-Lite Version: 0.71 -Release: 0.2 +Release: 0.4 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://dl.sourceforge.net/soaplite/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 82f1cb7f544a21f813ef9eb2a103f899 +Patch0: %{name}-warnings.patch URL: http://www.soaplite.com/ %if %{with tests} # this list is probably incomplete @@ -44,6 +39,9 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# optional +%define _noautoreq 'perl(SOAP::Transport::HTTP)' + %description SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both @@ -104,6 +102,7 @@ %prep %setup -q -n %{pdir}-%{pnam}-%{real_version} +%patch0 -p1 %build %{__perl} -MExtUtils::MakeMaker -e 'WriteMakefile(NAME=>"SOAP::Lite")' \ @@ -187,6 +186,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2008-06-02 15:33:08 glen +- disable redefine warnings in strict mode + Revision 1.28 2008-05-14 14:43:14 qboosh - pl for -HTTP ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-SOAP-Lite.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
