|
@@ -1,18 +1,23 @@
|
|
Name: perl-SOAP-Lite
|
|
Name: perl-SOAP-Lite
|
|
-Version: 0.69
|
|
+Version: 0.714
|
|
-Release: 0vl1
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Client and server side SOAP implementation
|
|
Summary: Client and server side SOAP implementation
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://search.cpan.org/dist/SOAP-Lite/
|
|
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
|
|
Source0: http://search.cpan.org/CPAN/authors/id/B/BY/BYRNE/SOAP/SOAP-Lite-%{version}.tar.gz
|
|
Source1: filter-requires-SOAP-Lite.sh
|
|
Source1: filter-requires-SOAP-Lite.sh
|
|
-Patch0: SOAP-Lite-0.68-nil-value.patch
|
|
+#Patch0: SOAP-Lite-0.68-nil-value.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version)
|
|
Requires: perl >= %(eval "`%{__perl} -V:version`"; echo $version)
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
+BuildRequires: perl-Class-Inspector
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
+Provides: perl(SOAP::Transport::TCP)
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
#%define bogusreqs 'MQ\\|Jabber'
|
|
#%define bogusreqs 'MQ\\|Jabber'
|
|
@@ -36,7 +41,7 @@ client and server side.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n SOAP-Lite-%{version}
|
|
%setup -q -n SOAP-Lite-%{version}
|
|
-%patch0 -p1
|
|
+#%%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor
|
|
%{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor
|
|
@@ -69,13 +74,21 @@ make test
|
|
%{perl_vendorlib}/Apache
|
|
%{perl_vendorlib}/Apache
|
|
%{perl_vendorlib}/IO
|
|
%{perl_vendorlib}/IO
|
|
%{perl_vendorlib}/UDDI
|
|
%{perl_vendorlib}/UDDI
|
|
-%{perl_vendorlib}/OldDocs
|
|
|
|
%{perl_vendorlib}/XML
|
|
%{perl_vendorlib}/XML
|
|
%{perl_vendorlib}/XMLRPC
|
|
%{perl_vendorlib}/XMLRPC
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Mar 17 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.714-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- build with perl-5.12.3 ( VineLinux:1267 )
|
|
|
|
+- add Vendor and Distribution
|
|
|
|
+- delete Patch0
|
|
|
|
+- fixed Release
|
|
|
|
+- add perl-Class-Inspector to BR
|
|
|
|
+- add Provides
|
|
|
|
+
|
|
* Sat Nov 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.69-0vl1
|
|
* Sat Nov 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.69-0vl1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
- added filter-requires-SOAP-Lite.sh
|
|
- added filter-requires-SOAP-Lite.sh
|