Update using of %%patch

This commit is contained in:
Jitka Plesnikova 2023-09-22 14:37:04 +02:00
parent 52a100b434
commit d1af1227f9

View File

@ -186,11 +186,11 @@ with "%{_libexecdir}/%{name}/test".
%prep %prep
%setup -q -n ExtUtils-MakeMaker-%{version} %setup -q -n ExtUtils-MakeMaker-%{version}
%patch0 -p1 %patch -P0 -p1
%patch1 -p1 %patch -P1 -p1
%patch2 -p1 %patch -P2 -p1
%patch3 -p1 %patch -P3 -p1
%patch4 -p1 %patch -P4 -p1
# Remove bundled modules # Remove bundled modules
rm -rf bundled rm -rf bundled
perl -i -ne 'print $_ unless m{^bundled/}' MANIFEST perl -i -ne 'print $_ unless m{^bundled/}' MANIFEST