perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
This commit is contained in:
parent
dd83147b14
commit
9b1c779958
@ -8,7 +8,7 @@ Name: perl-XML-LibXML
|
||||
# it might not be needed anymore
|
||||
# this module is maintained, the other is not
|
||||
Version: 2.0129
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
Group: Development/Libraries
|
||||
@ -21,7 +21,7 @@ BuildRequires: glibc-common
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(Config)
|
||||
@ -77,7 +77,7 @@ BuildRequires: perl(utf8)
|
||||
# Author test - Test::TrailingSpace
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# Run-require "perl" because a triggerin script needs it.
|
||||
Requires: perl
|
||||
Requires: perl-interpreter
|
||||
Requires(preun): perl
|
||||
# threads and threads::shared are optional
|
||||
Provides: perl-XML-LibXML-Common = %{version}
|
||||
@ -136,6 +136,10 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1:2.0129-3
|
||||
- perl dependency renamed to perl-interpreter
|
||||
<https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
|
||||
|
||||
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0129-2
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user