mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 15:22:51 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
32557353a3
commit
ba3320bd87
1 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue