[perl-XML-LibXSLT/f18] 1.80 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Aug 29 11:59:16 UTC 2013


commit eb558fa87d533783e4b09640c840f283a930ad14
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Thu Aug 29 13:48:27 2013 +0200

    1.80 bump

 perl-XML-LibXSLT.spec |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index 47c0b44..14e712a 100644
--- a/perl-XML-LibXSLT.spec
+++ b/perl-XML-LibXSLT.spec
@@ -1,28 +1,28 @@
 Name:		perl-XML-LibXSLT
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:	1.77
-Release:	3%{?dist}
+Version:	1.80
+Release:	1%{?dist}
 Summary:	Perl module for interfacing to GNOME's libxslt
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/XML-LibXSLT/
-Source0:	http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-%{version}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXSLT-%{version}.tar.gz
 BuildRequires:	perl(Carp)
-BuildRequires:  perl(DynaLoader)
+BuildRequires:	perl(DynaLoader)
 BuildRequires:	perl(Encode)
 BuildRequires:	perl(Exporter)
 BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Test::More)
-BuildRequires:	libxslt-devel >= 1.1.18, gdbm-devel, libgcrypt-devel, libgpg-error-devel
+BuildRequires:	libxslt-devel >= 1.1.28, gdbm-devel, libgcrypt-devel, libgpg-error-devel
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # the package shares code with perl-XML-LibXML, we have to require a compatible version
 # see https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # for testing is needed the same version of XML::LibXML
 # BUT XML::LibXML has new bugfix releases, but XML::LibXSLT not
-BuildRequires:  perl(XML::LibXML::Boolean)
-BuildRequires:  perl(XML::LibXML::Literal)
-BuildRequires:  perl(XML::LibXML::NodeList)
-BuildRequires:  perl(XML::LibXML::Number)
+BuildRequires:	perl(XML::LibXML::Boolean)
+BuildRequires:	perl(XML::LibXML::Literal)
+BuildRequires:	perl(XML::LibXML::NodeList)
+BuildRequires:	perl(XML::LibXML::Number)
 BuildRequires:	perl(XML::LibXML) >= %{version}
 Requires:	perl(XML::LibXML) >= %{version}
 
@@ -40,10 +40,9 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{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 ';'
+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 {} +
 chmod -R u+w %{buildroot}/*
 
 %check
@@ -56,6 +55,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Aug 29 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.80-1
+- 1.80 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.77-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
@@ -170,14 +172,14 @@ make test
 - new upstream
 - use dist macro
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Fri Apr  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Sat Mar  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.57-3
 - Drop pre-FC2 LD_RUN_PATH hack.
 - Install benchmark.pl only as %%doc.
 
-* Fri Feb 26 2005 Zing <shishz at hotpop.com> - 1.57-2
+* Fri Feb 25 2005 Zing <shishz at hotpop.com> - 1.57-2
 - QA from Ville Skyttä
 -	BuildRequires XML::LibXML >= 1.57
 -	BuildRequires libxslt-devel


More information about the scm-commits mailing list