c8-stream-5.24
imports/c8-stream-5.24/perl-ExtUtils-Install-2.04-368.module+el8.1.0+2926+ce7246ad
commit
1a304e63f0
@ -0,0 +1 @@
|
||||
SOURCES/ExtUtils-Install-2.04.tar.gz
|
@ -0,0 +1 @@
|
||||
53f5f2652c7bf30a3370f8b3cd883981a4d852b0 SOURCES/ExtUtils-Install-2.04.tar.gz
|
@ -0,0 +1,106 @@
|
||||
Name: perl-ExtUtils-Install
|
||||
Version: 2.04
|
||||
Release: 368%{?dist}
|
||||
Summary: Install Perl files from here to there
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/ExtUtils-Install/
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(AutoSplit)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
# Data::Dumper not used at tests
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Compare)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(vars)
|
||||
# Win32API::File not used
|
||||
# Tests:
|
||||
BuildRequires: perl(diagnostics)
|
||||
# ExtUtils::CBuilder not used
|
||||
BuildRequires: perl(ExtUtils::MM)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Test::More)
|
||||
# VMS::DCLsymnot used
|
||||
# Unbundled tests:
|
||||
# Test::Builder not used
|
||||
# Optional testes:
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
# Test::Pod::Coverage 1.08 not used
|
||||
# Pod::Coverage 0.17 not used
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
Handles the installing and uninstalling of Perl modules, scripts, man
|
||||
pages, etc.
|
||||
|
||||
%prep
|
||||
%setup -q -n ExtUtils-Install-%{version}
|
||||
# Remove bundled modules
|
||||
rm -rf t/lib/Test
|
||||
sed -i -e '/^t\/lib\/Test\//d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-368
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.04-367
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-366
|
||||
- Perl 5.24 re-rebuild of bootstrapped packages
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-365
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.04-348
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.04-347
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-346
|
||||
- Perl 5.22 re-rebuild of bootstrapped packages
|
||||
|
||||
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-345
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.04-2
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Thu Sep 18 2014 Petr Pisar <ppisar@redhat.com> 2.04-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue