[perl-XML-RSS-LibXML/f14: 3/3] update to 0.3101

Iain Arnell iarnell at fedoraproject.org
Sat Jul 9 07:08:26 UTC 2011


commit 30a87c65dec86527250736eb4b3a6407e0f82f21
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jul 9 09:05:53 2011 +0200

    update to 0.3101

 .gitignore               |    1 +
 perl-XML-RSS-LibXML.spec |   16 +++++++---------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93a747d..d314b81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 XML-RSS-LibXML-0.3100.tar.gz
+/XML-RSS-LibXML-0.3101.tar.gz
diff --git a/perl-XML-RSS-LibXML.spec b/perl-XML-RSS-LibXML.spec
index cb97419..3c6c02b 100644
--- a/perl-XML-RSS-LibXML.spec
+++ b/perl-XML-RSS-LibXML.spec
@@ -1,12 +1,11 @@
 Name:           perl-XML-RSS-LibXML
-Version:        0.3100
-Release:        3%{?dist}
+Version:        0.3101
+Release:        1%{?dist}
 Summary:        XML::RSS with XML::LibXML
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/XML-RSS-LibXML/
 Source0:        http://www.cpan.org/authors/id/D/DM/DMAKI/XML-RSS-LibXML-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(DateTime::Format::Mail)
@@ -40,8 +39,6 @@ sed -i -e '/^auto_install/d' Makefile.PL
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -52,16 +49,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 TEST_POD=yep make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jul 09 2011 Iain Arnell <iarnell at gmail.com> 0.3101-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- remove unnecessary explicit requires
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3100-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index bba6b39..7d227e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-785545e7994367c32db771430eb8e6ca  XML-RSS-LibXML-0.3100.tar.gz
+fda8cbca02c84ee19754f29098f82fcc  XML-RSS-LibXML-0.3101.tar.gz



More information about the perl-devel mailing list