2012-12-17 09:53:54 +00:00
|
|
|
%global cpan_name ExtUtils-MakeMaker
|
2014-05-02 06:28:37 +00:00
|
|
|
%global cpan_version 6.98
|
2012-08-13 13:26:49 +00:00
|
|
|
|
2012-12-17 09:53:54 +00:00
|
|
|
Name: perl-%{cpan_name}
|
2012-08-28 14:35:51 +00:00
|
|
|
Version: %(echo '%{cpan_version}' | tr _ .)
|
2014-09-03 13:13:07 +00:00
|
|
|
Release: 310%{?dist}
|
2012-01-06 14:48:45 +00:00
|
|
|
Summary: Create a module Makefile
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
2012-12-17 09:53:54 +00:00
|
|
|
URL: http://search.cpan.org/dist/%{cpan_name}/
|
2013-04-22 08:08:42 +00:00
|
|
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz
|
2012-01-12 16:11:19 +00:00
|
|
|
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
|
|
|
|
# This is copy from `perl' package. This is distributor extension.
|
2014-04-14 10:36:25 +00:00
|
|
|
Patch0: %{cpan_name}-6.96-USE_MM_LD_RUN_PATH.patch
|
2013-07-02 10:58:31 +00:00
|
|
|
# Link to libperl.so explicitly. Bug #960048.
|
2014-02-03 09:57:48 +00:00
|
|
|
Patch1: %{cpan_name}-6.88-Link-to-libperl-explicitly-on-Linux.patch
|
2012-01-06 14:48:45 +00:00
|
|
|
BuildArch: noarch
|
2013-06-17 11:02:51 +00:00
|
|
|
BuildRequires: perl
|
2012-08-28 14:35:51 +00:00
|
|
|
# Makefile.Pl uses ExtUtils::MakeMaker from ./lib
|
|
|
|
BuildRequires: perl(Carp)
|
2013-06-17 11:02:51 +00:00
|
|
|
BuildRequires: perl(Config)
|
2012-08-28 14:35:51 +00:00
|
|
|
BuildRequires: perl(Cwd)
|
|
|
|
BuildRequires: perl(Exporter)
|
2013-06-17 11:02:51 +00:00
|
|
|
BuildRequires: perl(File::Basename)
|
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)
|
|
|
|
BuildRequires: perl(warnings)
|
2012-01-06 14:48:45 +00:00
|
|
|
# Unbundled
|
|
|
|
BuildRequires: perl(File::Copy::Recursive)
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(AutoSplit)
|
2014-01-06 14:54:52 +00:00
|
|
|
BuildRequires: perl(base)
|
2012-01-06 14:48:45 +00:00
|
|
|
BuildRequires: perl(CPAN::Meta)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
2014-01-06 14:54:52 +00:00
|
|
|
BuildRequires: perl(DirHandle)
|
2013-09-16 06:58:11 +00:00
|
|
|
BuildRequires: perl(DynaLoader)
|
2012-01-06 14:48:45 +00:00
|
|
|
BuildRequires: perl(ExtUtils::Command)
|
|
|
|
BuildRequires: perl(ExtUtils::Install)
|
|
|
|
BuildRequires: perl(ExtUtils::Installed)
|
|
|
|
BuildRequires: perl(ExtUtils::Manifest)
|
2012-08-28 14:35:51 +00:00
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
BuildRequires: perl(File::Temp)
|
2012-01-06 14:48:45 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(IO::File)
|
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)
|
2012-01-06 14:48:45 +00:00
|
|
|
BuildRequires: perl(Parse::CPAN::Meta)
|
|
|
|
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(Scalar::Util)
|
|
|
|
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
|
2013-09-16 06:58:11 +00:00
|
|
|
BuildRequires: perl(version)
|
2014-01-06 14:54:52 +00:00
|
|
|
# XSLoader not used
|
2012-01-06 14:48:45 +00:00
|
|
|
# Optional tests
|
|
|
|
BuildRequires: perl(ExtUtils::CBuilder)
|
2014-01-06 14:54:52 +00:00
|
|
|
BuildRequires: perl(PerlIO)
|
|
|
|
# Keep YAML optional
|
|
|
|
# Keep YAML::Tiny optional
|
2013-01-29 15:20:36 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2013-09-16 06:58:11 +00:00
|
|
|
# CPAN::Meta is optional
|
|
|
|
Requires: perl(Data::Dumper)
|
|
|
|
Requires: perl(DynaLoader)
|
2012-01-06 14:48:45 +00:00
|
|
|
Requires: perl(ExtUtils::Command)
|
|
|
|
Requires: perl(ExtUtils::Install)
|
|
|
|
Requires: perl(ExtUtils::Manifest)
|
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)
|
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)
|
|
|
|
# Time::HiRes is optional
|
|
|
|
# Text::ParseWords is not needed (Win32 only)
|
|
|
|
Requires: perl(version)
|
|
|
|
# VMS::Filespec is not needed (VMS only)
|
|
|
|
# Win32 is not needed (Win32 only)
|
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.
|
|
|
|
|
|
|
|
%prep
|
2012-08-28 14:35:51 +00:00
|
|
|
%setup -q -n ExtUtils-MakeMaker-%{cpan_version}
|
2012-01-12 16:11:19 +00:00
|
|
|
%patch0 -p1
|
2013-07-02 10:58:31 +00:00
|
|
|
%patch1 -p1
|
2012-01-06 14:48:45 +00:00
|
|
|
# Remove bundled modules
|
|
|
|
rm -rf bundled/* ||:
|
|
|
|
sed -i -e '/^bundled\// d' MANIFEST
|
|
|
|
|
|
|
|
%build
|
2013-01-29 15:20:36 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
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
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes NOTES PATCHING README TODO
|
|
|
|
%{_bindir}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2014-09-03 13:13:07 +00:00
|
|
|
* 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
|
|
|
|
|
2014-06-07 04:01:59 +00:00
|
|
|
* 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
|
|
|
|
|
2013-08-03 20:36:26 +00:00
|
|
|
* 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
|
|
|
|
|
2012-08-13 13:26:49 +00:00
|
|
|
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 6.63.02-240
|
|
|
|
- update version to the same as in perl.srpm
|
2012-08-13 11:13:02 +00:00
|
|
|
- Bump release to override sub-package from perl.spec
|
|
|
|
|
2012-07-20 15:07:59 +00:00
|
|
|
* 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
|
|
|
|
|
2012-01-12 16:11:19 +00:00
|
|
|
* 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.
|