[perl-XML-Atom-SimpleFeed] Update to 0.861

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jan 11 10:15:41 UTC 2015


commit f22f1f566bed7736300ce9460e1b3a5d53089a66
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jan 11 11:15:57 2015 +0100

    Update to 0.861

 .gitignore                    |    1 +
 perl-XML-Atom-SimpleFeed.spec |   20 ++++++++++++--------
 sources                       |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8248f97..efcb21a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 XML-Atom-SimpleFeed-0.86.tar.gz
+/XML-Atom-SimpleFeed-0.861.tar.gz
diff --git a/perl-XML-Atom-SimpleFeed.spec b/perl-XML-Atom-SimpleFeed.spec
index 851916e..ab30a86 100644
--- a/perl-XML-Atom-SimpleFeed.spec
+++ b/perl-XML-Atom-SimpleFeed.spec
@@ -1,6 +1,6 @@
 Name:           perl-XML-Atom-SimpleFeed
-Version:        0.86
-Release:        17%{?dist}
+Version:        0.861
+Release:        1%{?dist}
 Summary:        No-fuss generation of Atom syndication feeds
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -24,22 +24,22 @@ no provisions for generating feeds with extension elements.
 
 %prep
 %setup -q -n XML-Atom-SimpleFeed-%{version}
-
+perl -pi -e 's|#!/usr/bin/perl||' t.pl x.pl
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
-./Build test
+make test
 
 
 %files
@@ -49,6 +49,10 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Sun Jan 11 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.861-1
+- Update to 0.861
+- Switch to the Dist::Zilla build system
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.86-17
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 777e164..5c04f23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7bb14dbc0871fa360c7237823c9f1bc1  XML-Atom-SimpleFeed-0.86.tar.gz
+fc02c71c931ba54286ee73680b71a749  XML-Atom-SimpleFeed-0.861.tar.gz


More information about the scm-commits mailing list