rpms/perl-SOAP-Lite/devel SOAP-Lite-0.60a-paths.patch, NONE, 1.1 filter-requires.sh, NONE, 1.1 perl-SOAP-Lite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 11 22:42:47 UTC 2005


Author: spot

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

Modified Files:
	.cvsignore sources 
Added Files:
	SOAP-Lite-0.60a-paths.patch filter-requires.sh 
	perl-SOAP-Lite.spec 
Log Message:
auto-import perl-SOAP-Lite-0.60a-2 on branch devel from perl-SOAP-Lite-0.60a-2.src.rpm

SOAP-Lite-0.60a-paths.patch:

--- NEW FILE SOAP-Lite-0.60a-paths.patch ---
diff -Naur SOAP-Lite-0.60.o/bin/SOAPsh.pl SOAP-Lite-0.60.p/bin/SOAPsh.pl
--- SOAP-Lite-0.60.o/bin/SOAPsh.pl	Mon Aug 18 20:43:03 2003
+++ SOAP-Lite-0.60.p/bin/SOAPsh.pl	Wed Jan 21 17:35:01 2004
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 #!d:\perl\bin\perl.exe 
 
 # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
diff -Naur SOAP-Lite-0.60.o/bin/XMLRPCsh.pl SOAP-Lite-0.60.p/bin/XMLRPCsh.pl
--- SOAP-Lite-0.60.o/bin/XMLRPCsh.pl	Mon Aug 18 20:43:04 2003
+++ SOAP-Lite-0.60.p/bin/XMLRPCsh.pl	Wed Jan 21 17:35:21 2004
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 #!d:\perl\bin\perl.exe 
 
 # -- XMLRPC::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --
diff -Naur SOAP-Lite-0.60.o/bin/stubmaker.pl SOAP-Lite-0.60.p/bin/stubmaker.pl
--- SOAP-Lite-0.60.o/bin/stubmaker.pl	Mon Aug 18 20:43:04 2003
+++ SOAP-Lite-0.60.p/bin/stubmaker.pl	Wed Jan 21 17:35:37 2004
@@ -1,4 +1,4 @@
-#!/bin/env perl 
+#!/usr/bin/env perl 
 #!d:\perl\bin\perl.exe 
 
 # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko --


--- NEW FILE filter-requires.sh ---
#!/bin/sh

/usr/lib/rpm/perl.req $* | grep -v -e MQSeries -e Jabber 


--- NEW FILE perl-SOAP-Lite.spec ---
Name:           perl-SOAP-Lite
Version:        0.60a
Release:        2
Summary:        Provides the Simple Object Access Protocol (SOAP) 

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/SOAP-Lite/
Source0:        http://www.cpan.org/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-0.60a.tar.gz
Source1:        filter-requires.sh
Patch0:         SOAP-Lite-0.60a-paths.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%define __perl_requires %{SOURCE1}

%description
SOAP::Lite for Perl is a collection of Perl modules which provides a simple
and lightweight interface to the Simple Object Access Protocol (SOAP) both
on client and server side.

This version of SOAP::Lite supports a subset of the SOAP 1.1 specification
and has initial support for SOAP 1.2 specification.


%prep
%setup -q -n SOAP-Lite-0.60   # Upstream tar is inconsistent.
%patch0 -p1 

# avoid dependencies
chmod 644 examples/* 


%build
# Despite the --noprompt, it prompts for a enter....
%{__perl} Makefile.PL INSTALLDIRS=vendor --noprompt << EOL

EOL
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -a \( -name .packlist \
  -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'


%check || :
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README Changes examples
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*


%changelog
* Wed Apr 06 2005 Hunter Matthews <thm at duke.edu> 0.60a-2
- Review suggestions from José Pedro Oliveira

* Fri Mar 18 2005 Hunter Matthews <thm at duke.edu> 0.60a-1
- Initial packaging.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Apr 2005 22:42:18 -0000	1.1
+++ .cvsignore	11 Apr 2005 22:42:45 -0000	1.2
@@ -0,0 +1 @@
+SOAP-Lite-0.60a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SOAP-Lite/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Apr 2005 22:42:18 -0000	1.1
+++ sources	11 Apr 2005 22:42:45 -0000	1.2
@@ -0,0 +1 @@
+aed9f8e9c4cf180d15c6e15aedc484d7  SOAP-Lite-0.60a.tar.gz




More information about the fedora-extras-commits mailing list