bot: rpm5 -> rpm4 (8)

This commit is contained in:
NixTux Commit Bot 2020-01-13 15:52:12 +03:00
parent b865ec5003
commit 7ea51df0cb

View file

@ -66,13 +66,13 @@ application developers.
%build %build
autoreconf -fi autoreconf -fi
%configure %configure
%make_build %make
%install %install
mkdir -p "%{buildroot}/%{_libdir}" mkdir -p "%{buildroot}/%{_libdir}"
mkdir -p "%{buildroot}/%{_includedir}" mkdir -p "%{buildroot}/%{_includedir}"
mkdir -p "%{buildroot}/%{_mandir}" mkdir -p "%{buildroot}/%{_mandir}"
%make_install %makeinstall_std
%check %check
# standard regression tests # standard regression tests