rpms/perl-POE-Component-Server-SOAP/devel perl-POE-Component-Server-SOAP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Aug 19 00:50:41 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2551/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-Component-Server-SOAP.spec 
Log Message:
auto-import perl-POE-Component-Server-SOAP-1.09-1.fc5 on branch devel from perl-POE-Component-Server-SOAP-1.09-1.fc5.src.rpm


--- NEW FILE perl-POE-Component-Server-SOAP.spec ---
Name:           perl-POE-Component-Server-SOAP
Version:        1.09
Release:        1%{?dist}
Summary:        Publish POE event handlers via SOAP over HTTP
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-Server-SOAP/
Source0:        http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-Server-SOAP-%{version}.tar.gz

BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

BuildRequires:  perl(POE) >= 0.29
BuildRequires:  perl(POE::Component::Server::SimpleHTTP) >= 1.10
BuildRequires:  perl(SOAP::Lite) >= 0.55


%description
This module makes serving SOAP/1.1 requests a breeze in POE.

%prep
%setup -q -n POE-Component-Server-SOAP-%{version}

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

# fix a non-UTF-8 issue....
cd blib/man3
iconv --from=ISO-8859-1 --to=UTF-8 POE::Component::Server::SOAP.3pm > new
mv new POE::Component::Server::SOAP.3pm


%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.09-1
- Specfile autogenerated by cpanspec 1.68.
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Aug 2006 00:50:29 -0000	1.1
+++ .cvsignore	19 Aug 2006 00:50:41 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Server-SOAP-1.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-SOAP/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Aug 2006 00:50:29 -0000	1.1
+++ sources	19 Aug 2006 00:50:41 -0000	1.2
@@ -0,0 +1 @@
+dcda3222ea8cf981c2aace003aa33733  POE-Component-Server-SOAP-1.09.tar.gz




More information about the fedora-extras-commits mailing list