rpms/perl-Apache2-SOAP/devel perl-Apache2-SOAP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Remi Collet (remi) fedora-extras-commits at redhat.com
Wed Jul 23 16:05:01 UTC 2008


Author: remi

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Apache2-SOAP.spec 
Log Message:
new package


--- NEW FILE perl-Apache2-SOAP.spec ---
%define perlname Apache2-SOAP

Name:      perl-Apache2-SOAP
Version:   0.73
Release:   1%{?dist}
Summary:   A replacement for Apache::SOAP designed to work with mod_perl 2

Group:     Development/Libraries
License:   GPL+ or Artistic
URL:       http://search.cpan.org/dist/Apache2-SOAP/
Source:    http://search.cpan.org/CPAN/authors/id/R/RK/RKOBES/%{perlname}-%{version}.tar.gz

BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: perl(Test::More)
BuildRequires: perl(ExtUtils::MakeMaker)
# perl(ModPerl::MM) is provided by mod_perl on EL5, by mod_perl-devel on Fedora
#BuildRequires: perl(ModPerl::MM)
# BR for test
BuildRequires: httpd, mod_perl-devel, perl(SOAP::Lite), perl(LWP::UserAgent)

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%description
This Apache Perl module provides the ability to add support for SOAP
(Simple Object Access Protocol) protocol with easy configuration
(either in .conf or in .htaccess file). This functionality should
give you lightweight option for hosting SOAP services and greatly
simplify configuration aspects. This module inherites functionality
from SOAP::Transport::HTTP2::Apache component of SOAP::Lite module.


%prep
%setup -q -n %{perlname}-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -print
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -print
chmod -R u+rwX,go+rX,go-w %{buildroot}/*


%clean
rm -rf %{buildroot}


%check
APACHE_TEST_HTTPD=%{_sbindir}/httpd make test


%files
%defattr(-, root, root, -)
%doc Changes README
%{_mandir}/man3/Apache*
%{perl_vendorlib}/Apache2
%{perl_vendorlib}/SOAP/Transport/HTTP2.pm


%changelog
* Tue Jul 22 2008 Remi Collet <Fedora at famillecollet.com> 0.73-1
- initial spec



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache2-SOAP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2008 15:44:15 -0000	1.1
+++ .cvsignore	23 Jul 2008 16:04:13 -0000	1.2
@@ -0,0 +1 @@
+Apache2-SOAP-0.73.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache2-SOAP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2008 15:44:15 -0000	1.1
+++ sources	23 Jul 2008 16:04:13 -0000	1.2
@@ -0,0 +1 @@
+e0c376abd24b9b494d0ee60b8eeecefb  Apache2-SOAP-0.73.tar.gz




More information about the fedora-extras-commits mailing list