2.0133 bump
This commit is contained in:
parent
03b89906d4
commit
86145d9605
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ XML-LibXML-1.70.tar.gz
|
||||
/XML-LibXML-2.0130.tar.gz
|
||||
/XML-LibXML-2.0131.tar.gz
|
||||
/XML-LibXML-2.0132.tar.gz
|
||||
/XML-LibXML-2.0133.tar.gz
|
||||
|
@ -7,8 +7,8 @@ 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.0132
|
||||
Release: 5%{?dist}
|
||||
Version: 2.0133
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
@ -26,7 +26,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Devel::CheckLib)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
@ -72,7 +72,7 @@ BuildRequires: perl(URI::file)
|
||||
BuildRequires: perl(utf8)
|
||||
# Author test - Test::CPAN::Changes
|
||||
# Author test - Test::Pod
|
||||
# Author test - Test::Kwalitee::Extra
|
||||
# Author test - Test::Kwalitee
|
||||
# Author test - Test::TrailingSpace
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# Run-require "perl-interpreter" because a triggerin script needs it.
|
||||
@ -101,14 +101,14 @@ rm -r inc/*
|
||||
sed -i -e '/^inc\// d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
perl Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor \
|
||||
OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
chmod -R u+w %{buildroot}/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
THREAD_TEST=0%{?with_thread_test:1} make test
|
||||
@ -135,6 +135,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 06 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0133-1
|
||||
- 2.0133 bump
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0132-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (XML-LibXML-2.0132.tar.gz) = 3df1cb67ea955133492f2b6f8def2b28079c59e99170a31820aca69ea81686c4b67171509f1b311faab9389d200c4a24942b3950d7c0730ff1233a009b398fce
|
||||
SHA512 (XML-LibXML-2.0133.tar.gz) = ba4685fe99e2b540461663212a43b0eb8c59e19f6b49d8c7e7738bc6b373c2b0506d8190cdd50fb13edb65db543da4095af3d70c2a6916d3fca0a738d2c9b1eb
|
||||
|
Loading…
Reference in New Issue
Block a user