[perl-MooseX-Role-XMLRPC-Client] update to 0.05

Iain Arnell iarnell at fedoraproject.org
Tue Apr 3 13:51:51 UTC 2012


commit 9043fc5afcb9e8d3daa4f7cff0e20133e73a7cf8
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Apr 3 07:51:46 2012 -0600

    update to 0.05

 .gitignore                          |    1 +
 perl-MooseX-Role-XMLRPC-Client.spec |   22 +++++++++++-----------
 sources                             |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ea2c80..674eb49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Role-XMLRPC-Client-0.04.tar.gz
+/MooseX-Role-XMLRPC-Client-0.05.tar.gz
diff --git a/perl-MooseX-Role-XMLRPC-Client.spec b/perl-MooseX-Role-XMLRPC-Client.spec
index 35c1c11..a5e495b 100644
--- a/perl-MooseX-Role-XMLRPC-Client.spec
+++ b/perl-MooseX-Role-XMLRPC-Client.spec
@@ -1,18 +1,18 @@
 Name:       perl-MooseX-Role-XMLRPC-Client 
-Version:    0.04 
-Release:    8%{?dist}
+Version:    0.05
+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::AttributeShortcuts)
 BuildRequires: perl(MooseX::Role::Parameterized) >= 0.02
 BuildRequires: perl(MooseX::Types)
 BuildRequires: perl(MooseX::Types::Path::Class)
@@ -25,6 +25,8 @@ BuildRequires: perl(Crypt::SSLeay)
 # see RT#44197
 BuildRequires: perl(CPAN)
 
+%{?perl_default_filter}
+
 %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
@@ -41,27 +43,25 @@ paramaterization, if it strikes your fancy :-)
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{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
+* Tue Apr 03 2012 Iain Arnell <iarnell at gmail.com> 0.05-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- use perl_default_filter and DESTDIR
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 382acaa..8b081f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d0544049075ef56d07947417bedf289  MooseX-Role-XMLRPC-Client-0.04.tar.gz
+9c8a3a98d59607aa7f459bb314079115  MooseX-Role-XMLRPC-Client-0.05.tar.gz


More information about the scm-commits mailing list