|
|
1f9b7d |
%global cpan_name ExtUtils-MakeMaker
|
|
|
1f9b7d |
|
|
|
1f9b7d |
Name: perl-%{cpan_name}
|
|
|
1f9b7d |
Epoch: 1
|
|
|
1f9b7d |
Version: 7.34
|
|
|
1f9b7d |
Release: 1%{?dist}
|
|
|
1f9b7d |
Summary: Create a module Makefile
|
|
|
1f9b7d |
License: GPL+ or Artistic
|
|
|
1f9b7d |
URL: http://search.cpan.org/dist/%{cpan_name}/
|
|
|
1f9b7d |
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
|
|
1f9b7d |
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
|
|
|
1f9b7d |
# This is copy from `perl' package. This is a distributor extension.
|
|
|
1f9b7d |
Patch0: %{cpan_name}-7.30-USE_MM_LD_RUN_PATH.patch
|
|
|
1f9b7d |
# Link to libperl.so explicitly. Bug #960048.
|
|
|
1f9b7d |
Patch1: %{cpan_name}-7.30-Link-to-libperl-explicitly-on-Linux.patch
|
|
|
1f9b7d |
# Unbundle version modules
|
|
|
1f9b7d |
Patch2: %{cpan_name}-7.04-Unbundle-version.patch
|
|
|
1f9b7d |
# Unbundle Encode::Locale module
|
|
|
1f9b7d |
Patch3: %{cpan_name}-7.22-Unbundle-Encode-Locale.patch
|
|
|
1f9b7d |
# Provide maybe_command independently, bug #1129443
|
|
|
1f9b7d |
Patch4: %{cpan_name}-7.11-Provide-ExtUtils-MM-methods-as-standalone-ExtUtils-M.patch
|
|
|
1f9b7d |
BuildArch: noarch
|
|
|
1f9b7d |
BuildRequires: coreutils
|
|
|
1f9b7d |
BuildRequires: make
|
|
|
1f9b7d |
BuildRequires: perl-generators
|
|
|
1f9b7d |
BuildRequires: perl-interpreter
|
|
|
1f9b7d |
# Makefile.Pl uses ExtUtils::MakeMaker from ./lib
|
|
|
1f9b7d |
# B needed only for CPAN::Meta::Requirements
|
|
|
1f9b7d |
BuildRequires: perl(Carp)
|
|
|
1f9b7d |
BuildRequires: perl(Config)
|
|
|
1f9b7d |
# CPAN::Meta::Requirements has a fallback
|
|
|
1f9b7d |
BuildRequires: perl(Cwd)
|
|
|
1f9b7d |
BuildRequires: perl(Encode)
|
|
|
1f9b7d |
BuildRequires: perl(Exporter)
|
|
|
1f9b7d |
BuildRequires: perl(File::Basename)
|
|
|
1f9b7d |
BuildRequires: perl(File::Copy)
|
|
|
1f9b7d |
BuildRequires: perl(File::Path)
|
|
|
1f9b7d |
BuildRequires: perl(File::Spec) >= 0.8
|
|
|
1f9b7d |
BuildRequires: perl(lib)
|
|
|
1f9b7d |
BuildRequires: perl(strict)
|
|
|
1f9b7d |
BuildRequires: perl(vars)
|
|
|
1f9b7d |
BuildRequires: perl(version)
|
|
|
1f9b7d |
BuildRequires: perl(warnings)
|
|
|
1f9b7d |
# If an XS module is compiled, xsubpp(1) is needed
|
|
|
1f9b7d |
BuildRequires: perl-ExtUtils-ParseXS
|
|
|
1f9b7d |
BuildRequires: sed
|
|
|
1f9b7d |
# Tests:
|
|
|
1f9b7d |
BuildRequires: perl(AutoSplit)
|
|
|
1f9b7d |
BuildRequires: perl(base)
|
|
|
1f9b7d |
BuildRequires: perl(CPAN::Meta) >= 2.143240
|
|
|
1f9b7d |
BuildRequires: perl(Data::Dumper)
|
|
|
1f9b7d |
BuildRequires: perl(DynaLoader)
|
|
|
1f9b7d |
BuildRequires: perl(ExtUtils::Install) >= 1.52
|
|
|
1f9b7d |
# ExtUtils::Installed not used at tests
|
|
|
1f9b7d |
BuildRequires: perl(ExtUtils::Manifest) >= 1.70
|
|
|
1f9b7d |
# ExtUtils::Packlist not used at tests
|
|
|
1f9b7d |
# ExtUtils::XSSymSet is not needed (VMS only)
|
|
|
1f9b7d |
BuildRequires: perl(File::Find)
|
|
|
1f9b7d |
BuildRequires: perl(File::Temp) >= 0.22
|
|
|
1f9b7d |
BuildRequires: perl(Getopt::Long)
|
|
|
1f9b7d |
# IO::File not used at tests
|
|
|
1f9b7d |
# IO::Handle not used
|
|
|
1f9b7d |
BuildRequires: perl(less)
|
|
|
1f9b7d |
BuildRequires: perl(overload)
|
|
|
1f9b7d |
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4414
|
|
|
1f9b7d |
BuildRequires: perl(Pod::Man)
|
|
|
1f9b7d |
BuildRequires: perl(POSIX)
|
|
|
1f9b7d |
BuildRequires: perl(subs)
|
|
|
1f9b7d |
BuildRequires: perl(Test::Harness)
|
|
|
1f9b7d |
BuildRequires: perl(Test::More)
|
|
|
1f9b7d |
# threads::shared not used
|
|
|
1f9b7d |
BuildRequires: perl(utf8)
|
|
|
1f9b7d |
# XSLoader not used
|
|
|
1f9b7d |
# Optional tests
|
|
|
1f9b7d |
BuildRequires: perl-devel
|
|
|
1f9b7d |
BuildRequires: perl(B)
|
|
|
1f9b7d |
BuildRequires: perl(ExtUtils::CBuilder)
|
|
|
1f9b7d |
BuildRequires: perl(PerlIO)
|
|
|
1f9b7d |
# Keep YAML optional
|
|
|
1f9b7d |
# Keep YAML::Tiny optional
|
|
|
1f9b7d |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
1f9b7d |
Requires: perl(B)
|
|
|
1f9b7d |
Recommends: perl(CPAN::Meta) >= 2.143240
|
|
|
1f9b7d |
Suggests: perl(CPAN::Meta::Converter) >= 2.141170
|
|
|
1f9b7d |
# CPAN::Meta::Requirements to support version ranges
|
|
|
1f9b7d |
Recommends: perl(CPAN::Meta::Requirements) >= 2.130
|
|
|
1f9b7d |
Requires: perl(Data::Dumper)
|
|
|
1f9b7d |
Requires: perl(DynaLoader)
|
|
|
1f9b7d |
# Encode is needed for producing POD with =encoding statement correctly
|
|
|
1f9b7d |
Requires: perl(Encode)
|
|
|
1f9b7d |
%if !%{defined perl_bootstrap}
|
|
|
1f9b7d |
Recommends: perl(Encode::Locale)
|
|
|
1f9b7d |
%endif
|
|
|
1f9b7d |
Requires: perl(ExtUtils::Command) >= 1.19
|
|
|
1f9b7d |
Requires: perl(ExtUtils::Install) >= 1.54
|
|
|
1f9b7d |
Requires: perl(ExtUtils::Manifest) >= 1.70
|
|
|
1f9b7d |
# ExtUtils::XSSymSet is not needed (VMS only)
|
|
|
1f9b7d |
Requires: perl(File::Find)
|
|
|
1f9b7d |
Requires: perl(File::Spec) >= 0.8
|
|
|
1f9b7d |
Requires: perl(Getopt::Long)
|
|
|
1f9b7d |
Suggests: perl(JSON::PP)
|
|
|
1f9b7d |
# Optional Pod::Man is needed for generating manual pages from POD
|
|
|
1f9b7d |
Requires: perl(Pod::Man)
|
|
|
1f9b7d |
Requires: perl(POSIX)
|
|
|
1f9b7d |
Requires: perl(Test::Harness)
|
|
|
1f9b7d |
Recommends: perl(Time::HiRes)
|
|
|
1f9b7d |
# Text::ParseWords is not needed (Win32 only)
|
|
|
1f9b7d |
# VMS::Filespec is not needed (VMS only)
|
|
|
1f9b7d |
# Win32 is not needed (Win32 only)
|
|
|
1f9b7d |
# If an XS module is compiled, xsubpp(1) is needed
|
|
|
1f9b7d |
Requires: perl-ExtUtils-ParseXS
|
|
|
1f9b7d |
# If an XS module is built, code generated from XS will be compiled and it
|
|
|
1f9b7d |
# includes Perl header files.
|
|
|
1f9b7d |
# TODO: This dependency will be weaken in order to relieve building noarch
|
|
|
1f9b7d |
# packages from perl-devel and gcc.
|
|
|
1f9b7d |
Requires: perl-devel
|
|
|
1f9b7d |
|
|
|
1f9b7d |
# Do not export underspecified dependencies
|
|
|
1f9b7d |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)\s*$
|
|
|
1f9b7d |
# Do not export private redefinitions
|
|
|
1f9b7d |
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(DynaLoader|ExtUtils::MakeMaker::_version\\)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%description
|
|
|
1f9b7d |
This utility is designed to write a Makefile for an extension module from a
|
|
|
1f9b7d |
Makefile.PL. It is based on the Makefile.SH model provided by Andy
|
|
|
1f9b7d |
Dougherty and the perl5-porters.
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%package -n perl-ExtUtils-Command
|
|
|
1f9b7d |
Summary: Perl routines to replace common UNIX commands in Makefiles
|
|
|
1f9b7d |
License: GPL+ or Artistic
|
|
|
1f9b7d |
BuildArch: noarch
|
|
|
1f9b7d |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
1f9b7d |
Requires: perl(Carp)
|
|
|
1f9b7d |
Requires: perl(File::Copy)
|
|
|
1f9b7d |
Requires: perl(File::Find)
|
|
|
1f9b7d |
Requires: perl(File::Path)
|
|
|
1f9b7d |
# File::Spec not used
|
|
|
1f9b7d |
# VMS::Feature not used
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%description -n perl-ExtUtils-Command
|
|
|
1f9b7d |
This Perl module is used to replace common UNIX commands. In all cases the
|
|
|
1f9b7d |
functions work with @ARGV rather than taking arguments. This makes them
|
|
|
1f9b7d |
easier to deal with in Makefiles.
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%package -n perl-ExtUtils-MM-Utils
|
|
|
1f9b7d |
Summary: ExtUtils::MM methods without dependency on ExtUtils::MakeMaker
|
|
|
1f9b7d |
License: GPL+ or Artistic
|
|
|
1f9b7d |
BuildArch: noarch
|
|
|
1f9b7d |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%description -n perl-ExtUtils-MM-Utils
|
|
|
1f9b7d |
This is a collection of ExtUtils::MM subroutines that are used by many
|
|
|
1f9b7d |
other modules but that do not need full-featured ExtUtils::MakeMaker. The
|
|
|
1f9b7d |
issue with ExtUtils::MakeMaker is it pulls in Perl header files and that
|
|
|
1f9b7d |
is an overkill for small subroutines.
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%prep
|
|
|
1f9b7d |
%setup -q -n ExtUtils-MakeMaker-%{version}
|
|
|
1f9b7d |
%patch0 -p1
|
|
|
1f9b7d |
%patch1 -p1
|
|
|
1f9b7d |
%patch2 -p1
|
|
|
1f9b7d |
%patch3 -p1
|
|
|
1f9b7d |
%patch4 -p1
|
|
|
1f9b7d |
# Remove bundled modules
|
|
|
1f9b7d |
rm -rf bundled
|
|
|
1f9b7d |
sed -i -e '/^bundled\// d' MANIFEST
|
|
|
1f9b7d |
rm -rf t/lib/Test
|
|
|
1f9b7d |
sed -i -e '/^t\/lib\/Test\// d' MANIFEST
|
|
|
1f9b7d |
rm -rf lib/ExtUtils/MakeMaker/version{,.pm}
|
|
|
1f9b7d |
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/version[\/\.]/ d' MANIFEST
|
|
|
1f9b7d |
rm -rf lib/ExtUtils/MakeMaker/Locale.pm
|
|
|
1f9b7d |
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/Locale\.pm/ d' MANIFEST
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%build
|
|
|
1f9b7d |
BUILDING_AS_PACKAGE=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
1f9b7d |
make %{?_smp_mflags}
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%install
|
|
|
1f9b7d |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
1f9b7d |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%check
|
|
|
1f9b7d |
make test
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%files
|
|
|
1f9b7d |
%doc Changes CONTRIBUTING README
|
|
|
1f9b7d |
%{_bindir}/*
|
|
|
1f9b7d |
%{perl_vendorlib}/*
|
|
|
1f9b7d |
%exclude %{perl_vendorlib}/ExtUtils/Command.pm
|
|
|
1f9b7d |
%exclude %dir %{perl_vendorlib}/ExtUtils/MM
|
|
|
1f9b7d |
%exclude %{perl_vendorlib}/ExtUtils/MM/Utils.pm
|
|
|
1f9b7d |
%{_mandir}/man1/*
|
|
|
1f9b7d |
%{_mandir}/man3/*
|
|
|
1f9b7d |
%exclude %{_mandir}/man3/ExtUtils::Command.*
|
|
|
1f9b7d |
%exclude %{_mandir}/man3/ExtUtils::MM::Utils.*
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%files -n perl-ExtUtils-Command
|
|
|
1f9b7d |
%dir %{perl_vendorlib}/ExtUtils
|
|
|
1f9b7d |
%{perl_vendorlib}/ExtUtils/Command.pm
|
|
|
1f9b7d |
%{_mandir}/man3/ExtUtils::Command.*
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%files -n perl-ExtUtils-MM-Utils
|
|
|
1f9b7d |
%dir %{perl_vendorlib}/ExtUtils
|
|
|
1f9b7d |
%dir %{perl_vendorlib}/ExtUtils/MM
|
|
|
1f9b7d |
%{perl_vendorlib}/ExtUtils/MM/Utils.pm
|
|
|
1f9b7d |
%{_mandir}/man3/ExtUtils::MM::Utils.*
|
|
|
1f9b7d |
|
|
|
1f9b7d |
%changelog
|
|
|
1f9b7d |
* Mon Mar 19 2018 Petr Pisar <ppisar@redhat.com> - 1:7.34-1
|
|
|
1f9b7d |
- 7.34 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Feb 19 2018 Petr Pisar <ppisar@redhat.com> - 1:7.32-1
|
|
|
1f9b7d |
- 7.32 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.30-4
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Dec 18 2017 Petr Pisar <ppisar@redhat.com> - 1:7.30-3
|
|
|
1f9b7d |
- Rebase patches
|
|
|
1f9b7d |
- Do not recommend non-core Encode::Locale on bootstrapping
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.30-2
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Jun 13 2017 Petr Pisar <ppisar@redhat.com> - 1:7.30-1
|
|
|
1f9b7d |
- 7.30 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:7.28-2
|
|
|
1f9b7d |
- Perl 5.26 rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed May 31 2017 Petr Pisar <ppisar@redhat.com> - 7.28-1
|
|
|
1f9b7d |
- 7.28 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon May 29 2017 Petr Pisar <ppisar@redhat.com> - 7.26-1
|
|
|
1f9b7d |
- 7.26 bump
|
|
|
1f9b7d |
- Fix META generation (CPAN RT#121913)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.24-2
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Aug 25 2016 Jitka Plesnikova <jplesnik@redhat.com> - 7.24-1
|
|
|
1f9b7d |
- 7.24 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Aug 09 2016 Jitka Plesnikova <jplesnik@redhat.com> - 7.22-1
|
|
|
1f9b7d |
- 7.22 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue May 24 2016 Petr Pisar <ppisar@redhat.com> - 7.18-1
|
|
|
1f9b7d |
- 7.18 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 7.16-2
|
|
|
1f9b7d |
- Perl 5.24 rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon May 09 2016 Petr Pisar <ppisar@redhat.com> - 7.16-1
|
|
|
1f9b7d |
- 7.16 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Apr 25 2016 Petr Pisar <ppisar@redhat.com> - 7.14-1
|
|
|
1f9b7d |
- 7.14 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Apr 20 2016 Petr Pisar <ppisar@redhat.com> - 7.12-1
|
|
|
1f9b7d |
- 7.12 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Apr 19 2016 Petr Pisar <ppisar@redhat.com> - 7.10-5
|
|
|
1f9b7d |
- Own ExtUtils/MM directory by perl-ExtUtils-MM-Utils only
|
|
|
1f9b7d |
- Require perl-devel by perl-ExtUtils-MakeMaker
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Apr 18 2016 Petr Pisar <ppisar@redhat.com> - 7.10-4
|
|
|
1f9b7d |
- Provide maybe_command independently (bug #1129443)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.10-3
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Dec 03 2015 Petr Pisar <ppisar@redhat.com> - 7.10-2
|
|
|
1f9b7d |
- Declare optional dependencies on Recommends level
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Sep 11 2015 Petr Pisar <ppisar@redhat.com> - 7.10-1
|
|
|
1f9b7d |
- 7.10 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Sep 09 2015 Petr Pisar <ppisar@redhat.com> - 7.08-1
|
|
|
1f9b7d |
- 7.08 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Sep 01 2015 Jitka Plesnikova <jplesnik@redhat.com> - 7.06-2
|
|
|
1f9b7d |
- Remove new line from INC (CPAN RT#106808)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Sep 01 2015 Petr Pisar <ppisar@redhat.com> - 7.06-1
|
|
|
1f9b7d |
- 7.06 bump
|
|
|
1f9b7d |
- ExtUtils::Command module is distributed by ExtUtils-MakeMaker
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.04-346
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 7.04-345
|
|
|
1f9b7d |
- Increase release to favour standalone package
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 7.04-2
|
|
|
1f9b7d |
- Perl 5.22 rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Dec 05 2014 Petr Pisar <ppisar@redhat.com> - 7.04-1
|
|
|
1f9b7d |
- 7.04 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Nov 11 2014 Petr Pisar <ppisar@redhat.com> - 7.02-1
|
|
|
1f9b7d |
- 7.02 bump
|
|
|
1f9b7d |
- Cope with missing Encode::Locale
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Nov 05 2014 Petr Pisar <ppisar@redhat.com> - 7.00-2
|
|
|
1f9b7d |
- Fix building with older xsubpp
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Oct 27 2014 Petr Pisar <ppisar@redhat.com> - 7.00-1
|
|
|
1f9b7d |
- 7.00 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Oct 24 2014 Petr Pisar <ppisar@redhat.com> - 6.98-311
|
|
|
1f9b7d |
- Require perl-ExtUtils-ParseXS because of xsubpp
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.98-310
|
|
|
1f9b7d |
- Increase release to favour standalone package
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 6.98-3
|
|
|
1f9b7d |
- Perl 5.20 rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.98-2
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri May 02 2014 Petr Pisar <ppisar@redhat.com> - 6.98-1
|
|
|
1f9b7d |
- 6.98 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Apr 14 2014 Petr Pisar <ppisar@redhat.com> - 6.96-1
|
|
|
1f9b7d |
- 6.96 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Mar 26 2014 Petr Pisar <ppisar@redhat.com> - 6.94-1
|
|
|
1f9b7d |
- 6.94 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Mar 14 2014 Petr Pisar <ppisar@redhat.com> - 6.92-1
|
|
|
1f9b7d |
- 6.92 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Feb 21 2014 Petr Pisar <ppisar@redhat.com> - 6.90-1
|
|
|
1f9b7d |
- 6.90 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Feb 03 2014 Petr Pisar <ppisar@redhat.com> - 6.88-1
|
|
|
1f9b7d |
- 6.88 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Jan 06 2014 Petr Pisar <ppisar@redhat.com> - 6.86-1
|
|
|
1f9b7d |
- 6.86 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Dec 02 2013 Petr Pisar <ppisar@redhat.com> - 6.84-1
|
|
|
1f9b7d |
- 6.84 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Nov 05 2013 Petr Pisar <ppisar@redhat.com> - 6.82-1
|
|
|
1f9b7d |
- 6.82 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Oct 16 2013 Petr Pisar <ppisar@redhat.com> - 6.80-1
|
|
|
1f9b7d |
- 6.80 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Sep 24 2013 Petr Pisar <ppisar@redhat.com> - 6.78-1
|
|
|
1f9b7d |
- 6.78 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Sep 16 2013 Petr Pisar <ppisar@redhat.com> - 6.76-2
|
|
|
1f9b7d |
- Specify all dependencies (bug #1007755)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Sep 10 2013 Petr Pisar <ppisar@redhat.com> - 6.76-1
|
|
|
1f9b7d |
- 6.76 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Sep 02 2013 Petr Pisar <ppisar@redhat.com> - 6.74-1
|
|
|
1f9b7d |
- 6.74 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Aug 05 2013 Petr Pisar <ppisar@redhat.com> - 6.72-1
|
|
|
1f9b7d |
- 6.72 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.68-5
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 6.68-4
|
|
|
1f9b7d |
- Perl 5.18 rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Jul 02 2013 Petr Pisar <ppisar@redhat.com> - 6.68-3
|
|
|
1f9b7d |
- Link to libperl.so explicitly (bug #960048)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Jun 27 2013 Jitka Plesnikova <jplesnik@redhat.com> - 6.68-2
|
|
|
1f9b7d |
- Update BRs
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Jun 17 2013 Petr Pisar <ppisar@redhat.com> - 6.68-1
|
|
|
1f9b7d |
- 6.68 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Apr 22 2013 Petr Pisar <ppisar@redhat.com> - 6.66-1
|
|
|
1f9b7d |
- 6.66 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 6.64-2
|
|
|
1f9b7d |
- Run-require POD convertors to get manual pages when building other packages
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Dec 17 2012 Petr Pisar <ppisar@redhat.com> - 6.64-1
|
|
|
1f9b7d |
- 6.64 bump
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Tue Aug 28 2012 Petr Pisar <ppisar@redhat.com> - 6.63.02-241
|
|
|
1f9b7d |
- Compute RPM version
|
|
|
1f9b7d |
- Do not build-require itself, the build script runs from ./lib
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.63.02-240
|
|
|
1f9b7d |
- update version to the same as in perl.srpm
|
|
|
1f9b7d |
- Bump release to override sub-package from perl.spec
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.62-4
|
|
|
1f9b7d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 6.62-3
|
|
|
1f9b7d |
- Perl 5.16 rebuild
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Thu Jan 12 2012 Petr Pisar <ppisar@redhat.com> - 6.62-2
|
|
|
1f9b7d |
- Do not set RPATH to perl shared-library modules by default (bug #773622)
|
|
|
1f9b7d |
|
|
|
1f9b7d |
* Fri Nov 25 2011 Petr Pisar <ppisar@redhat.com> 6.62-1
|
|
|
1f9b7d |
- Specfile autogenerated by cpanspec 1.78.
|
|
|
1f9b7d |
- Remove defattr and BuildRoot from spec.
|