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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 18 15:19:49 UTC 2006


Author: cweyl

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

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


--- NEW FILE perl-POE-Component-Server-XMLRPC.spec ---
Name:           perl-POE-Component-Server-XMLRPC
Version:        0.05
Release:        1%{?dist}
Summary:        Publish POE event handlers via XMLRPC over HTTP
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-Component-Server-XMLRPC/
Source0:        http://www.cpan.org/authors/id/M/MA/MAHEX/POE-Component-Server-XMLRPC-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

#BuildRequires:  perl(
BuildRequires:  perl(POE) >= 0.22
BuildRequires:  perl(XMLRPC::Lite) >= 0.28
BuildRequires:  perl(POE::Component::Server::HTTP) >= 0.02


%description
POE::Component::Server::XMLRPC is a bolt-on component that can publish a
event handlers via XMLRPC over HTTP.


%prep
%setup -q -n POE-Component-Server-XMLRPC-%{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 {} \;
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
* Fri Aug 11 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.05-1
- Specfile autogenerated by cpanspec 1.68.
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Aug 2006 15:19:38 -0000	1.1
+++ .cvsignore	18 Aug 2006 15:19:49 -0000	1.2
@@ -0,0 +1 @@
+POE-Component-Server-XMLRPC-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Server-XMLRPC/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Aug 2006 15:19:38 -0000	1.1
+++ sources	18 Aug 2006 15:19:49 -0000	1.2
@@ -0,0 +1 @@
+263fd98df07331d64be5beb75b07835a  POE-Component-Server-XMLRPC-0.05.tar.gz




More information about the scm-commits mailing list