bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 15:07:31 +03:00
parent 18912b7293
commit d600762c7f

View file

@ -276,7 +276,7 @@ perl -pi -e 's!^(GITWEB_CSS|GITWEB_LOGO|GITWEB_FAVICON) = !$1 = /gitweb/!' Makef
%build %build
# same flags and prefix must be passed for make test too # same flags and prefix must be passed for make test too
%define git_make_params prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" GITWEB_CONFIG=%{_sysconfdir}/gitweb.conf DOCBOOK_XSL_172=1 %define git_make_params prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" GITWEB_CONFIG=%{_sysconfdir}/gitweb.conf DOCBOOK_XSL_172=1
%make_build %{git_make_params} all doc gitweb %make %{git_make_params} all doc gitweb
# Produce RelNotes.txt.gz # Produce RelNotes.txt.gz
# sed trick changes "-x.y.z.txt" to "-x.y.z.0.txt" for ordering, then undoes it # sed trick changes "-x.y.z.txt" to "-x.y.z.0.txt" for ordering, then undoes it
@ -287,7 +287,7 @@ cd Documentation/RelNotes \
%install %install
mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_bindir}
%make_install prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" %makeinstall_std prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}"
make install-doc prefix=%{_prefix} gitexecdir=%{_libdir}/git-core DESTDIR=%{buildroot} make install-doc prefix=%{_prefix} gitexecdir=%{_libdir}/git-core DESTDIR=%{buildroot}
# Avoid dependencies on obscure perl modules # Avoid dependencies on obscure perl modules
@ -350,4 +350,4 @@ install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_bra
# replies from svn versions older than the one # replies from svn versions older than the one
# we're shipping -- and they have changed since # we're shipping -- and they have changed since
rm -f t/t5700-protocol-v1.sh rm -f t/t5700-protocol-v1.sh
LC_ALL=C %make_build %{git_make_params} test NO_SVN_TESTS=true LC_ALL=C %make %{git_make_params} test NO_SVN_TESTS=true