Browse Source

fixed VineLinux:1267

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5916 ec354946-7b23-47d6-9f5a-488ba84defc7
yasumichi 12 years ago
parent
commit
6fbb6e8b9b
1 changed files with 18 additions and 5 deletions
  1. 18 5
      p/perl-SOAP-Lite/perl-SOAP-Lite-vl.spec

+ 18 - 5
p/perl-SOAP-Lite/perl-SOAP-Lite-vl.spec

@@ -1,18 +1,23 @@
 Name: 		perl-SOAP-Lite
-Version:	0.69
-Release:        0vl1
+Version:	0.714
+Release:	1%{?_dist_release}
 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
 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
 
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
 Requires:  	perl >= %(eval "`%{__perl} -V:version`"; echo $version)
 BuildRequires:	perl-XML-Parser
+BuildRequires:	perl-Class-Inspector
 BuildRequires:  perl(ExtUtils::MakeMaker)
+Provides:	perl(SOAP::Transport::TCP)
 BuildArch: 	noarch
 
 #%define bogusreqs 'MQ\\|Jabber'
@@ -36,7 +41,7 @@ client and server side.
 
 %prep
 %setup -q -n SOAP-Lite-%{version}
-%patch0 -p1
+#%%patch0 -p1
 
 %build
 %{__perl} Makefile.PL --noprompt INSTALLDIRS=vendor
@@ -69,13 +74,21 @@ 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
+* 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
 - initial build for Vine Linux
 - added filter-requires-SOAP-Lite.sh