bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 15:51:51 +03:00
parent bcce10a2c4
commit 8844536884

View file

@ -263,7 +263,7 @@ cat %{SOURCE1} | sed \
patch -p1 < 1.patch
%build
%set_build_flags
%setup_compile_flags
%serverbuild
# Use the same %%_openssl dir with OpenSSL, but separate the config
# (note that we patch libressl, X509_CONF_FILE is not upstream)
@ -274,12 +274,12 @@ autoreconf -if #patch2
--enable-nc \
--enable-static \
--with-openssldir=%{_openssldir}
%make_build
%make
%install
set +f # explicitly enable shell globbing
%make_install
%makeinstall_std
# Some ideas about mans are from ALT Linux spec
install -m 0644 apps/nc/nc.1 %{buildroot}%{_mandir}/man1/nc.1