Compare commits
No commits in common. "c8-stream-5.3" and "c9" have entirely different histories.
c8-stream-
...
c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/Module-Load-Conditional-0.70.tar.gz
|
SOURCES/Module-Load-Conditional-0.74.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
dd249a5256bf29eccff2aa52255cef5ca6ea7f62 SOURCES/Module-Load-Conditional-0.70.tar.gz
|
74601c8ff8bccf17accb763440e562cabfa29649 SOURCES/Module-Load-Conditional-0.74.tar.gz
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Load-Conditional
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.70
|
Version: 0.74
|
||||||
Release: 1%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Looking up module information / loading at run-time
|
Summary: Looking up module information / loading at run-time
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Module-Load-Conditional
|
URL: https://metacpan.org/release/Module-Load-Conditional
|
||||||
@ -8,11 +8,10 @@ Source0: https://cpan.metacpan.org/modules/by-module/Module/Module-Load-C
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build:
|
# Build:
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
# Run-time:
|
# Run-time:
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
@ -51,12 +50,11 @@ you have installed on your system during run-time.
|
|||||||
%setup -q -n Module-Load-Conditional-%{version}
|
%setup -q -n Module-Load-Conditional-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
%{make_install}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
|
||||||
%{_fixperms} -c %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -68,6 +66,34 @@ make test
|
|||||||
%{_mandir}/man3/Module::Load::Conditional.3*
|
%{_mandir}/man3/Module::Load::Conditional.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.74-4
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.74-3
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.74-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 21 2020 Petr Pisar <ppisar@redhat.com> - 0.74-1
|
||||||
|
- 0.74 bump
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.72-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 27 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.72-2
|
||||||
|
- Perl 5.32 re-rebuild updated packages
|
||||||
|
|
||||||
|
* Thu Jun 25 2020 Petr Pisar <ppisar@redhat.com> - 0.72-1
|
||||||
|
- 0.72 bump
|
||||||
|
|
||||||
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.70-456
|
||||||
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.70-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 0.70-1
|
* Mon Nov 11 2019 Paul Howarth <paul@city-fan.org> - 0.70-1
|
||||||
- Update to 0.70
|
- Update to 0.70
|
||||||
- Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939)
|
- Protect ourselves from Module::Metadata parsing problems (CPAN RT#130939)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user