Compare commits
No commits in common. "c8-stream-5.3" and "c8-beta" have entirely different histories.
c8-stream-
...
c8-beta
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Module-Load-0.34.tar.gz
|
SOURCES/Module-Load-0.32.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
e918d19811ab4c01079683991ee3a4d1d2182bef SOURCES/Module-Load-0.34.tar.gz
|
7ee2843eb3bad931faa75cef6ace001e5efaa828 SOURCES/Module-Load-0.32.tar.gz
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
Name: perl-Module-Load
|
Name: perl-Module-Load
|
||||||
# Epoch to compete with perl.spec
|
# Epoch to compete with perl.spec
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.34
|
Version: 0.32
|
||||||
Release: 439%{?dist}
|
Release: 395%{?dist}
|
||||||
Summary: Run-time require of both modules and files
|
Summary: Run-time require of both modules and files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Module-Load
|
Group: Development/Libraries
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
|
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
|
BuildArch: noarch
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: perl-generators
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
@ -40,15 +40,15 @@ notation fitting the particular platform you are on.
|
|||||||
%setup -q -n Module-Load-%{version}
|
%setup -q -n Module-Load-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{make_build}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{make_install}
|
make pure_install DESTDIR='%{buildroot}'
|
||||||
|
find '%{buildroot}' -type f -name .packlist -exec rm -f {} +
|
||||||
%{_fixperms} '%{buildroot}'/*
|
%{_fixperms} '%{buildroot}'/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
unset PERL_CORE
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -57,24 +57,6 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.32-395
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.32-395
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user