Compare commits
No commits in common. "c8s-stream-5.30" and "c8" have entirely different histories.
c8s-stream
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Test-MockModule-v0.170.0.tar.gz
|
||||
SOURCES/Test-MockModule-0.13.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
c25ec29e98ac88ff93554f02e6c1f67cb4876ace SOURCES/Test-MockModule-v0.170.0.tar.gz
|
||||
ca5537d8e225df312d01e3201fce8025c25e575d SOURCES/Test-MockModule-0.13.tar.gz
|
||||
|
@ -1,17 +1,14 @@
|
||||
# Run optional test
|
||||
%if ! (0%{?rhel})
|
||||
%bcond_without perl_Test_MockModule_enables_optional_test
|
||||
%else
|
||||
%bcond_with perl_Test_MockModule_enables_optional_test
|
||||
%endif
|
||||
|
||||
Name: perl-Test-MockModule
|
||||
Version: 0.170.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.13
|
||||
Release: 3%{?dist}
|
||||
Summary: Override subroutines in a module for unit testing
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Test-MockModule
|
||||
Source0: https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/Test-MockModule/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: perl-generators
|
||||
@ -27,7 +24,6 @@ BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Warnings)
|
||||
%if %{with perl_Test_MockModule_enables_optional_test}
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
@ -39,7 +35,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n Test-MockModule-v%{version}
|
||||
%setup -q -n Test-MockModule-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
@ -59,27 +55,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.170.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.170.0-3
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.170.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Sep 5 2018 Tom Callaway <spot@fedoraproject.org> - 0.170.0-1
|
||||
- update to 0.170.0
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.15-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Mon May 14 2018 Tom Callaway <spot@fedoraproject.org> - 0.15-1
|
||||
- update to 0.15
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user