!5 drop useless perl(:MODULE_COMPAT) requirement

From: @fundawang 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2025-01-21 02:38:50 +00:00 committed by Gitee
commit dd93c99d87
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,8 @@
Name: perl-IPC-Run3
Version: 0.049
Release: 1
Release: 2
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
URL: https://metacpan.org/release/IPC-Run3
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
BuildArch: noarch
@ -22,7 +22,6 @@ BuildRequires: perl(constant)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# https://github.com/rschupp/IPC-Run3/commit/8ebe48760cfdc78fbf4fc46413dde9470121b99e
%description
@ -37,7 +36,7 @@ find -type f -exec chmod -x {} \;
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%make_build
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
@ -53,6 +52,9 @@ make test RELEASE_TESTING=1
%{_mandir}/man3/*
%changelog
* Sat Jan 18 2025 Funda Wang <fundawang@yeah.net> - 0.049-2
- drop useless perl(:MODULE_COMPAT) requirement
* Tue Jul 16 2024 gss <guoshengsheng@kylinos.cn> - 0.049-1
- Update to version 0.049
- Do not apply 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch