[perl-MooseX-Role-XMLRPC-Client/f15] Revert update to 0.05

Iain Arnell iarnell at fedoraproject.org
Tue Apr 3 14:11:03 UTC 2012


commit b693a5c53aabc98306120f6f0673f4deb35e9c02
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Apr 3 08:09:29 2012 -0600

    Revert update to 0.05
    
    F15 doesn't have MooseX::AttributeShortcuts
    
    This reverts commits a725741..9043fc5

 .gitignore                          |    1 -
 perl-MooseX-Role-XMLRPC-Client.spec |   28 +++++++++++-----------------
 sources                             |    2 +-
 3 files changed, 12 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 674eb49..5ea2c80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 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 a5e495b..8b1f381 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.05
-Release:    1%{?dist}
+Version:    0.04 
+Release:    6%{?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,8 +25,6 @@ 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
@@ -43,31 +41,27 @@ paramaterization, if it strikes your fancy :-)
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=%{buildroot}
+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
-* 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
-
-* Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 0.04-7
-- Perl mass rebuild
-
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 8b081f4..382acaa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c8a3a98d59607aa7f459bb314079115  MooseX-Role-XMLRPC-Client-0.05.tar.gz
+8d0544049075ef56d07947417bedf289  MooseX-Role-XMLRPC-Client-0.04.tar.gz


More information about the scm-commits mailing list