From ba3320bd87d2a51beae3be45a9b68125db23b57e Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Sat, 4 Jan 2020 03:03:56 +0300 Subject: [PATCH 1/2] bot: rpm5 -> rpm4 (1) --- claws-mail.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/claws-mail.spec b/claws-mail.spec index 660c5cd..699d759 100644 --- a/claws-mail.spec +++ b/claws-mail.spec @@ -4,7 +4,7 @@ # There are perl scripts in docs/tools and we don't want to install perl # modules required by these scripts -%define __noautoreq 'perl(.*)' +%global __requires_exclude 'perl(.*)' # enable/disable unsecure webkit1 dep # aka enable / disable fancy plugin @@ -622,7 +622,7 @@ This Claws Mail tools. %patch0 -p1 %build -%configure2_5x \ +%configure \ %if %{flag_gtk3} --enable-gtk3 \ %endif @@ -634,10 +634,10 @@ This Claws Mail tools. --disable-manual \ %{!?with_webkit1:--disable-fancy-plugin} -%make LIBTOOL=%{_bindir}/libtool +%make_build LIBTOOL=%{_bindir}/libtool %install -%makeinstall_std +%make_install ##remove duplicate man# rm -rf %{buildroot}%{_mandir} From 2aa6608fa29b13ee78ef59407e1868d4ecea3ac2 Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Mon, 13 Jan 2020 14:36:28 +0300 Subject: [PATCH 2/2] bot: rpm5 -> rpm4 (8) --- claws-mail.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/claws-mail.spec b/claws-mail.spec index 699d759..3024e0e 100644 --- a/claws-mail.spec +++ b/claws-mail.spec @@ -634,10 +634,10 @@ This Claws Mail tools. --disable-manual \ %{!?with_webkit1:--disable-fancy-plugin} -%make_build LIBTOOL=%{_bindir}/libtool +%make LIBTOOL=%{_bindir}/libtool %install -%make_install +%makeinstall_std ##remove duplicate man# rm -rf %{buildroot}%{_mandir}