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