perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.spec

433 lines
14 KiB
RPMSpec
Raw Normal View History

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