Compare commits
No commits in common. "c8s-stream-1.24" and "c10s" have entirely different histories.
c8s-stream
...
c10s
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Spiffy-0.46.tar.gz
|
||||
SOURCES/Spiffy-[0-9.]*.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
eba381b4098195c8fe2c513f54ab68e36abdef3e SOURCES/Spiffy-0.46.tar.gz
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Spiffy
|
||||
Version: 0.46
|
||||
Release: 11%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Framework for doing object oriented (OO) programming in Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -25,6 +25,8 @@ BuildRequires: perl(base)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Release Tests:
|
||||
BuildRequires: perl(Test::Pod) >= 1.41
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(Filter::Util::Call)
|
||||
@ -56,7 +58,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test RELEASE_TESTING=0
|
||||
make test RELEASE_TESTING=1
|
||||
|
||||
# Support use of %%license on old distributions
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
@ -70,9 +72,6 @@ make test RELEASE_TESTING=0
|
||||
%{_mandir}/man3/Spiffy.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.46-11
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.46-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user