mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 07:12:52 +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
|
||||
# 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}
|
||||
|
|
Loading…
Add table
Reference in a new issue