[perl-XML-Twig] 3.41 bump

Petr Šabata psabata at fedoraproject.org
Tue Aug 14 16:45:15 UTC 2012


commit 27bfa9b52f0ce0f5fdd8b24a2850b10f244e6a80
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Aug 14 18:38:49 2012 +0200

    3.41 bump

 .gitignore         |    1 +
 perl-XML-Twig.spec |   17 +++++++++++------
 sources            |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e5bada..360ea98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ XML-Twig-3.34.tar.gz
 /XML-Twig-3.38.tar.gz
 /XML-Twig-3.39.tar.gz
 /XML-Twig-3.40.tar.gz
+/XML-Twig-3.41.tar.gz
diff --git a/perl-XML-Twig.spec b/perl-XML-Twig.spec
index ca4f1d4..5485c6d 100644
--- a/perl-XML-Twig.spec
+++ b/perl-XML-Twig.spec
@@ -1,6 +1,6 @@
 Name:           perl-XML-Twig
-Version:        3.40
-Release:        4%{?dist}
+Version:        3.41
+Release:        1%{?dist}
 Summary:        Perl module for processing huge XML documents in tree mode
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,7 +9,9 @@ Source0:        http://www.cpan.org/authors/id/M/MI/MIROD/XML-Twig-%{version}.ta
 BuildArch:      noarch
 
 BuildRequires:  expat >= 2.0.1
+BuildRequires:  perl(base)
 BuildRequires:  perl(bytes)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Cwd)
@@ -89,10 +91,10 @@ cp Changes Changes.orig
 iconv -f iso88591 -t utf8 < Changes.orig > Changes
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+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
 make test
@@ -105,6 +107,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 14 2012 Petr Šabata <contyk at redhat.com> - 3.41-1
+- 3.41 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.40-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 54f450c..3d6d656 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a2363312c26b2f62e621dc41846ea0d  XML-Twig-3.40.tar.gz
+79a203a153c8e5e843ce6de59ba56804  XML-Twig-3.41.tar.gz


More information about the scm-commits mailing list