Compare commits
No commits in common. "c8-stream-5.3" and "c8-stream-5.26" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/parent-0.237.tar.gz
|
||||
SOURCES/parent-0.236.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
db0060ebc8de345602b23f7dc70b6fd5c4803438 SOURCES/parent-0.237.tar.gz
|
||||
e9c07faed9fd7d21dc6410aed00c27363d28a6a8 SOURCES/parent-0.236.tar.gz
|
||||
|
||||
@ -1,21 +1,23 @@
|
||||
Name: perl-parent
|
||||
Epoch: 1
|
||||
Version: 0.237
|
||||
Release: 2%{?dist}
|
||||
Version: 0.236
|
||||
Release: 395%{?dist}
|
||||
Summary: Establish an ISA relationship with base classes at compile time
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/parent
|
||||
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-%{version}.tar.gz
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/parent/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
# Test Suite
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.4
|
||||
@ -43,9 +45,10 @@ perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -56,18 +59,6 @@ make test
|
||||
%{_mandir}/man3/parent.3*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.237-2
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Sat Jul 7 2018 Paul Howarth <paul@city-fan.org> - 1:0.237-1
|
||||
- Update to 0.237
|
||||
- Don't load vars.pm (CPAN RT#132077)
|
||||
- Drop legacy Group: tag
|
||||
- Drop buildroot cleaning in %%install section
|
||||
|
||||
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.236-416
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.236-395
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user