[perl-XMLRPC-Lite] Initial commit (#1029578)

Petr Šabata psabata at fedoraproject.org
Fri Nov 15 08:39:59 UTC 2013


commit 4de28e4e99eead64198d37f3fd09103580b2a2c0
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Nov 15 12:13:06 2013 +0900

    Initial commit (#1029578)

 .gitignore            |    1 +
 perl-XMLRPC-Lite.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..89a6af5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/XMLRPC-Lite-0.717.tar.gz
diff --git a/perl-XMLRPC-Lite.spec b/perl-XMLRPC-Lite.spec
new file mode 100644
index 0000000..963f3ac
--- /dev/null
+++ b/perl-XMLRPC-Lite.spec
@@ -0,0 +1,51 @@
+Name:           perl-XMLRPC-Lite
+Version:        0.717
+Release:        1%{?dist}
+Summary:        Client and server implementation of XML-RPC protocol
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/XMLRPC-Lite/
+Source0:        http://www.cpan.org/authors/id/P/PH/PHRED/XMLRPC-Lite-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(SOAP::Lite) >= 0.716
+BuildRequires:  perl(SOAP::Test)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Requires:       perl(SOAP::Lite) >= 0.716
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+
+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(My::.*\\)
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(SOAP::Lite\\)
+
+%description
+XMLRPC::Lite is a Perl modules which provides a simple interface to the XML-
+RPC protocol both on client and server side. Based on SOAP::Lite module, it
+gives you access to all features and transports available in that module.
+
+%prep
+%setup -q -n XMLRPC-Lite-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Nov 08 2013 Petr Šabata <contyk at redhat.com> 0.717-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..75d34dc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7ae6b541139696fcf8f758d713af9ecd  XMLRPC-Lite-0.717.tar.gz



More information about the perl-devel mailing list