[perl-XML-LibXML] 2.0006 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Oct 15 10:26:51 UTC 2012


commit 1d3a67abefc794d74fc4bd67c710a7f23a1dee87
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Oct 15 12:26:45 2012 +0200

    2.0006 bump

 .gitignore           |    1 +
 perl-XML-LibXML.spec |   10 +++++++++-
 sources              |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b236757..04aa970 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ XML-LibXML-1.70.tar.gz
 /XML-LibXML-2.0002.tar.gz
 /XML-LibXML-2.0003.tar.gz
 /XML-LibXML-2.0004.tar.gz
+/XML-LibXML-2.0006.tar.gz
diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec
index 4dad704..c4cc3c3 100644
--- a/perl-XML-LibXML.spec
+++ b/perl-XML-LibXML.spec
@@ -3,7 +3,7 @@ Name:           perl-XML-LibXML
 # https://bugzilla.redhat.com/show_bug.cgi?id=469480
 # it might not be needed anymore
 # this module is maintained, the other is not
-Version:        2.0004
+Version:        2.0006
 Release:        2%{?dist}
 Epoch:          1
 Summary:        Perl interface to the libxml2 library
@@ -14,6 +14,7 @@ URL:            http://search.cpan.org/dist/XML-LibXML/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-%{version}.tar.gz 
 
 BuildRequires:  libxml2-devel
+BuildRequires:  perl(Devel::CheckLib)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 # Run-time
@@ -62,6 +63,9 @@ chmod -x *.c
 for i in Changes; do
   /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
 done
+# Remove bundled modules
+rm -r inc/*
+sed -i -e '/^inc\// d' MANIFEST
 
 %build
 perl Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -98,6 +102,10 @@ fi
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Oct 15 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1:2.0006-1
+- 2.0006 bump
+- Remove bundled library and add BR perl(Devel::CheckLib).
+
 * Mon Aug 27 2012 Jitka Plesnikova <jplesnik at redhat.com> - 1:2.0004-2
 - Rebuild for the latest libxml2.
 
diff --git a/sources b/sources
index 91a60e9..08f6487 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d502370e1cf57c5659a4478f8d80ee63  XML-LibXML-2.0004.tar.gz
+84be673c899ae1cf7b204ab7c7f3be46  XML-LibXML-2.0006.tar.gz


More information about the scm-commits mailing list