[perl-SOAP-Transport-TCP] Initial import (#732758)

Petr Sabata psabata at fedoraproject.org
Wed Aug 24 14:43:31 UTC 2011


commit 998f769b4123789c8dd73537e248b6a70af2b826
Author: Petr Sabata <contyk at redhat.com>
Date:   Wed Aug 24 16:42:34 2011 +0200

    Initial import (#732758)

 .gitignore                   |    1 +
 perl-SOAP-Transport-TCP.spec |   64 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fa4fe1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/SOAP-Transport-TCP-0.715.tar.gz
diff --git a/perl-SOAP-Transport-TCP.spec b/perl-SOAP-Transport-TCP.spec
new file mode 100644
index 0000000..85f2ec5
--- /dev/null
+++ b/perl-SOAP-Transport-TCP.spec
@@ -0,0 +1,64 @@
+# For initial import only; will be removed later
+%global perl_bootstrap 1
+
+Name:           perl-SOAP-Transport-TCP
+Version:        0.715
+Release:        2%{?dist}
+Summary:        TCP Transport Support for SOAP::Lite
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/SOAP-Transport-TCP/
+Source0:        http://www.cpan.org/authors/id/M/MK/MKUTTER/SOAP-Transport-TCP-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Module::Build)
+# Avoid circular deps
+%if !%{defined perl_bootstrap}
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::Select)
+BuildRequires:  perl(IO::SessionData)
+BuildRequires:  perl(IO::SessionSet)
+BuildRequires:  perl(IO::Socket)
+BuildRequires:  perl(SOAP::Lite) >= 0.714
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::_server)
+BuildRequires:  perl(Test::More)
+%endif
+Requires:       perl(SOAP::Lite) >= 0.714
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(SOAP::Lite\\)$
+
+%description
+The classes provided by this module implement direct TCP/IP communications
+methods for both clients and servers.
+
+%prep
+%setup -q -n SOAP-Transport-TCP-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
+
+%check
+# Avoid circular deps
+%if !%{defined perl_bootstrap}
+./Build test
+%endif
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Aug 24 2011 Petr Sabata <contyk at redhat.com> - 0.715-2
+- Correcting various defects for the review
+
+* Tue Aug 23 2011 Petr Sabata <contyk at redhat.com> 0.715-1
+- Initial RPM
diff --git a/sources b/sources
index e69de29..b4facaf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a1f50f3c4ca3efd1062ed64468d9363d  SOAP-Transport-TCP-0.715.tar.gz


More information about the scm-commits mailing list