Convert License to SPDX.
Modernize spec. Update sources sha512.
This commit is contained in:
parent
f4fc39367f
commit
f058b6aaec
@ -1,13 +1,13 @@
|
|||||||
Name: perl-IPC-Run3
|
Name: perl-IPC-Run3
|
||||||
Version: 0.048
|
Version: 0.048
|
||||||
Release: 26%{?dist}
|
Release: 27%{?dist}
|
||||||
Summary: Run a subprocess in batch mode
|
Summary: Run a subprocess in batch mode
|
||||||
License: GPL+ or Artistic or BSD
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl OR BSD-2-Clause
|
||||||
URL: https://metacpan.org/release/IPC-Run3
|
URL: https://metacpan.org/release/IPC-Run3
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: %{__make}
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
@ -45,15 +45,15 @@ API and none of the bloat and rarely used features of IPC::Run.
|
|||||||
find -type f -exec chmod -x {} \;
|
find -type f -exec chmod -x {} \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
%{make_install}
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test RELEASE_TESTING=1
|
%{__make} test RELEASE_TESTING=1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
@ -62,6 +62,11 @@ make test RELEASE_TESTING=1
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 28 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.048-27
|
||||||
|
- Convert License to SPDX.
|
||||||
|
- Modernize spec.
|
||||||
|
- Update sources sha512.
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-26
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.048-26
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user