2.0006 bump

This commit is contained in:
Jitka Plesnikova 2012-10-15 12:26:45 +02:00
parent 9c5667ef10
commit 1d3a67abef
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 1:2.0004-2
- Rebuild for the latest libxml2.

View File

@ -1 +1 @@
d502370e1cf57c5659a4478f8d80ee63 XML-LibXML-2.0004.tar.gz
84be673c899ae1cf7b204ab7c7f3be46 XML-LibXML-2.0006.tar.gz