Compare commits
No commits in common. "c8-stream-5.3" and "stream-perl-5.24-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-per
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Module-Load-0.34.tar.gz
|
||||
SOURCES/Module-Load-0.32.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
e918d19811ab4c01079683991ee3a4d1d2182bef SOURCES/Module-Load-0.34.tar.gz
|
||||
2
perl-Module-Load.rpmlintrc
Normal file
2
perl-Module-Load.rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* perldoc");
|
||||
@ -1,17 +1,17 @@
|
||||
Name: perl-Module-Load
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 0.34
|
||||
Release: 439%{?dist}
|
||||
Version: 0.32
|
||||
Release: 396%{?dist}
|
||||
Summary: Run-time require of both modules and files
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Module-Load
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Module-Load/
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -40,15 +40,15 @@ notation fitting the particular platform you are on.
|
||||
%setup -q -n Module-Load-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
make pure_install DESTDIR='%{buildroot}'
|
||||
find '%{buildroot}' -type f -name .packlist -exec rm -f {} +
|
||||
%{_fixperms} '%{buildroot}'/*
|
||||
|
||||
%check
|
||||
unset PERL_CORE
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -57,23 +57,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.34-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.34-438
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Mon Feb 11 2019 Petr Pisar <ppisar@redhat.com> - 1:0.34-1
|
||||
- 0.34 bump
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.32-418
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.32-417
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.32-416
|
||||
- Increase release to favour standalone package
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.32-396
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.32-395
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
Loading…
Reference in New Issue
Block a user