[perl-XML-LibXSLT] 1.79 bump

Petr Pisar ppisar at fedoraproject.org
Mon Nov 26 15:27:45 UTC 2012


commit 0d2419553c088d4164ededed82eabd87b1ffd494
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Nov 26 16:27:33 2012 +0100

    1.79 bump

 .gitignore            |    1 +
 perl-XML-LibXSLT.spec |    8 +++++---
 sources               |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b58e65..c1de8b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ XML-LibXSLT-1.70.tar.gz
 /XML-LibXSLT-1.76.tar.gz
 /XML-LibXSLT-1.77.tar.gz
 /XML-LibXSLT-1.78.tar.gz
+/XML-LibXSLT-1.79.tar.gz
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index 46501b2..c4a792c 100644
--- a/perl-XML-LibXSLT.spec
+++ b/perl-XML-LibXSLT.spec
@@ -1,6 +1,6 @@
 Name:		perl-XML-LibXSLT
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:	1.78
+Version:	1.79
 Release:	1%{?dist}
 Summary:	Perl module for interfacing to GNOME's libxslt
 Group:		Development/Libraries
@@ -40,10 +40,9 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -56,6 +55,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 26 2012 Petr Pisar <ppisar at redhat.com> - 1.79-1
+- 1.79 bump
+
 * Fri Sep 14 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1.78-1
 - 1.78 bump
 
diff --git a/sources b/sources
index f9e1905..2fe71ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec64aa8025e72171fd15e6e41c454354  XML-LibXSLT-1.78.tar.gz
+92dfd4188353d50f0aa1f848f379914f  XML-LibXSLT-1.79.tar.gz



More information about the perl-devel mailing list