bot: rpm5 -> rpm4 (1)

This commit is contained in:
NixTux Commit Bot 2020-01-04 03:03:56 +03:00
parent 32557353a3
commit ba3320bd87

View file

@ -4,7 +4,7 @@
# There are perl scripts in docs/tools and we don't want to install perl # There are perl scripts in docs/tools and we don't want to install perl
# modules required by these scripts # modules required by these scripts
%define __noautoreq 'perl(.*)' %global __requires_exclude 'perl(.*)'
# enable/disable unsecure webkit1 dep # enable/disable unsecure webkit1 dep
# aka enable / disable fancy plugin # aka enable / disable fancy plugin
@ -622,7 +622,7 @@ This Claws Mail tools.
%patch0 -p1 %patch0 -p1
%build %build
%configure2_5x \ %configure \
%if %{flag_gtk3} %if %{flag_gtk3}
--enable-gtk3 \ --enable-gtk3 \
%endif %endif
@ -634,10 +634,10 @@ This Claws Mail tools.
--disable-manual \ --disable-manual \
%{!?with_webkit1:--disable-fancy-plugin} %{!?with_webkit1:--disable-fancy-plugin}
%make LIBTOOL=%{_bindir}/libtool %make_build LIBTOOL=%{_bindir}/libtool
%install %install
%makeinstall_std %make_install
##remove duplicate man# ##remove duplicate man#
rm -rf %{buildroot}%{_mandir} rm -rf %{buildroot}%{_mandir}