rpms/perl-MooseX-Role-XMLRPC-Client/F-9 import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl cweyl at fedoraproject.org
Sat May 2 04:02:46 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7477/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-MooseX-Role-XMLRPC-Client.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:F-9:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241236925


--- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec ---
Name:       perl-MooseX-Role-XMLRPC-Client 
Version:    0.04 
Release:    1%{?dist}
# lib/MooseX/Role/XMLRPC/Client.pm -> LGPLv2+
License:    LGPLv2+
Group:      Development/Libraries
Summary:    Provide the needed bits to be a XML-RPC client 
Source:     http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz 
Url:        http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(MooseX::Types::URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(RPC::XML::Client)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Crypt::SSLeay)
# see RT#44197
BuildRequires: perl(CPAN)

%description
This is a Moose role that provides the methods and attributes needed 
to enable a class to serve as an XML-RPC client.  It is parameterized
through MooseX::Role::Parameterized, so you can customize how it embeds
in your class. You can even embed it multiple times with different
paramaterization, if it strikes your fancy :-)


%prep
%setup -q -n MooseX-Role-XMLRPC-Client-%{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
%{?!_with_network_tests: NO_NET_TESTS=1} make test

%clean
rm -rf %{buildroot} 

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

%changelog
* Fri May 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.04-1
- update to 0.04

* Mon Apr 27 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- update to 0.03
- skip network tests
- br on Crypt::SSLeay and CPAN (see RT#44197)

* Sat Apr 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.02-1
- submission

* Sat Apr 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.02-0
- update to 0.02

* Mon Apr 13 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Apr 2009 03:20:22 -0000	1.1
+++ .cvsignore	2 May 2009 04:02:16 -0000	1.2
@@ -0,0 +1 @@
+MooseX-Role-XMLRPC-Client-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Apr 2009 03:20:22 -0000	1.1
+++ sources	2 May 2009 04:02:16 -0000	1.2
@@ -0,0 +1 @@
+8d0544049075ef56d07947417bedf289  MooseX-Role-XMLRPC-Client-0.04.tar.gz




More information about the Fedora-perl-devel-list mailing list