bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 18:14:28 +03:00
parent b89610d921
commit 135935f5f5

View file

@ -295,7 +295,7 @@ autoreconf -vfi
#perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile #perl -pi -e 's/^(LDFLAGS=.*)/$1 -lstdc++/' Makefile
# (misc) if the home is nfs mounted, rmdir fails due to delay # (misc) if the home is nfs mounted, rmdir fails due to delay
export TMP="/tmp" TMPDIR="/tmp" export TMP="/tmp" TMPDIR="/tmp"
#%make_build LN="ln -sf" #%make LN="ln -sf"
make EXTRA_CFLAGS="$CFLAGS" LN="ln -sf" make EXTRA_CFLAGS="$CFLAGS" LN="ln -sf"
%install %install
@ -310,7 +310,7 @@ echo 'install_dir='"${RPM_BUILD_ROOT}/usr/bin" >>setup.cfg
# python is not GNU and does not know fsstd # python is not GNU and does not know fsstd
mkdir -p %{buildroot}%{_mandir} mkdir -p %{buildroot}%{_mandir}
%make_install LN="ln -sf" %makeinstall_std LN="ln -sf"
# overwrite the copied binary with a link # overwrite the copied binary with a link
pushd %{buildroot}%{_bindir} pushd %{buildroot}%{_bindir}