2.0006 bump
This commit is contained in:
parent
9c5667ef10
commit
1d3a67abef
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user