Eliminate use of obsolete %patchN syntax (#2283636)

epel10
Software Management Team 9 months ago committed by Miro Hrončok
parent 7d2c6ed41e
commit b6b39cf3d1

@ -46,12 +46,12 @@ This package contains OpenPGM related development libraries and header files.
%prep %prep
%setup -q -n %{name}-release-%{version_dash}/%{name}/%{name_alias} %setup -q -n %{name}-release-%{version_dash}/%{name}/%{name_alias}
%patch2 -p3 %patch -P2 -p3
%patch3 -p3 %patch -P3 -p3
%patch4 -p3 %patch -P4 -p3
%patch5 -p3 %patch -P5 -p3
%patch6 -p3 %patch -P6 -p3
%patch7 -p3 %patch -P7 -p3
dos2unix examples/getopt.c examples/getopt.h dos2unix examples/getopt.c examples/getopt.h
%build %build

Loading…
Cancel
Save