Compare commits
No commits in common. "c8-stream-5.3" and "c8-stream-5.24" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Module-Load-Conditional-0.70.tar.gz
|
SOURCES/Module-Load-Conditional-0.68.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
dd249a5256bf29eccff2aa52255cef5ca6ea7f62 SOURCES/Module-Load-Conditional-0.70.tar.gz
|
30d10bfde68b8dcefc0368fa72ea4558ddaddf5e SOURCES/Module-Load-Conditional-0.68.tar.gz
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
Name: perl-Module-Load-Conditional
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.70
|
Version: 0.68
|
||||||
Release: 1%{?dist}
|
Release: 396%{?dist}
|
||||||
Summary: Looking up module information / loading at run-time
|
Summary: Looking up module information and loading at run-time
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Module-Load-Conditional
|
URL: http://search.cpan.org/dist/Module-Load-Conditional/
|
||||||
Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Load-Conditional-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build:
|
# Build:
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
@ -57,7 +57,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} -c %{buildroot}
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -68,26 +68,8 @@ make test
|
|||||||
%{_mandir}/man3/Module::Load::Conditional.3*
|
%{_mandir}/man3/Module::Load::Conditional.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 0.70-1
|
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-396
|
||||||
- Update to 0.70
|
- Rebuild with enable hardening (bug #1636329)
|
||||||
- Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939)
|
|
||||||
- Use author-independent source URL
|
|
||||||
- Fix permissions verbosely
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-439
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-438
|
|
||||||
- Increase release to favour standalone package
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-418
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-417
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.68-416
|
|
||||||
- Increase release to favour standalone package
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-395
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-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