Compare commits
No commits in common. "c8-stream-5.3" and "c8-beta-stream-5.24" have entirely different histories.
c8-stream-
...
c8-beta-st
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/IPC-Cmd-1.04.tar.gz
|
||||
SOURCES/IPC-Cmd-0.98.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
6485f29eb8ab5c25c09d8c1cf7b0d89da087c5ca SOURCES/IPC-Cmd-1.04.tar.gz
|
||||
8733e57ddca93a568b4ca8fc023da6f4a316976c SOURCES/IPC-Cmd-0.98.tar.gz
|
||||
|
||||
@ -1,24 +1,23 @@
|
||||
# Use IPC::Run
|
||||
%bcond_without perl_IPC_Cmd_enables_IPC_Run
|
||||
|
||||
Name: perl-IPC-Cmd
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 2
|
||||
Version: 1.04
|
||||
Epoch: 1
|
||||
Version: 0.98
|
||||
Release: 2%{?dist}
|
||||
Summary: Finding and running system commands made easy
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/IPC-Cmd
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/IPC-Cmd/
|
||||
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/IPC-Cmd-%{version}.tar.gz
|
||||
# Replace ExtUtils::MakeMaker dependency with ExtUtils::MM::Utils.
|
||||
# This enables not to require perl-devel. Bug #1129443
|
||||
# This allows not to require perl-devel. Bug #1129443
|
||||
Patch0: IPC-Cmd-0.96-Replace-EU-MM-dependency-with-EU-MM-Utils.patch
|
||||
BuildArch: noarch
|
||||
# Build:
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
@ -29,7 +28,7 @@ BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(IO::Select)
|
||||
BuildRequires: perl(IPC::Open3)
|
||||
%if %{with perl_IPC_Cmd_enables_IPC_Run} && !%{defined perl_bootstrap}
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(IPC::Run) >= 0.55
|
||||
%endif
|
||||
BuildRequires: perl(Locale::Maketext::Simple)
|
||||
@ -56,9 +55,7 @@ Requires: perl(FileHandle)
|
||||
Requires: perl(IO::Handle)
|
||||
Requires: perl(IO::Select)
|
||||
Requires: perl(IPC::Open3)
|
||||
%if %{with perl_IPC_Cmd_enables_IPC_Run}
|
||||
Suggests: perl(IPC::Run) >= 0.55
|
||||
%endif
|
||||
Requires: perl(Module::Load::Conditional) >= 0.66
|
||||
Requires: perl(Params::Check) >= 0.20
|
||||
Requires: perl(POSIX)
|
||||
@ -78,11 +75,12 @@ if desired, but have them still work.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
@ -94,47 +92,8 @@ make test
|
||||
%{_mandir}/man3/IPC::Cmd.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.04-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Jul 15 2019 Petr Pisar <ppisar@redhat.com> - 2:1.04-1
|
||||
- 1.04 bump
|
||||
|
||||
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.02-439
|
||||
- Perl 5.30 re-rebuild of bootstrapped packages
|
||||
|
||||
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.02-438
|
||||
- Increase release to favour standalone package
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.02-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.02-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.02-3
|
||||
- Perl 5.28 re-rebuild of bootstrapped packages
|
||||
|
||||
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.02-2
|
||||
- Perl 5.28 rebuild
|
||||
|
||||
* Thu May 03 2018 Petr Pisar <ppisar@redhat.com> - 2:1.02-1
|
||||
- 1.02 bump
|
||||
|
||||
* Thu Feb 15 2018 Petr Pisar <ppisar@redhat.com> - 2:1.00-1
|
||||
- 1.00 bump
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.98-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:0.98-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.98-3
|
||||
- Perl 5.26 re-rebuild of bootstrapped packages
|
||||
|
||||
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2:0.98-2
|
||||
- Perl 5.26 rebuild
|
||||
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.98-2
|
||||
- Rebuild with enable hardening (bug #1636329)
|
||||
|
||||
* Sun May 14 2017 Paul Howarth <paul@city-fan.org> - 1:0.98-1
|
||||
- Update to 0.98
|
||||
|
||||
Loading…
Reference in New Issue
Block a user