This commit is contained in:
Your Name 2025-02-18 21:36:29 +00:00
parent 47de8375d3
commit c6aa395656

View file

@ -4,6 +4,7 @@
%define webkit1 1
%define litehtml 1
%define archive 0
%define avatar 0
# There are perl scripts in docs/tools and we don't want to install perl
# modules required by these scripts
@ -17,7 +18,7 @@
# only available claws-mail > 3.17.3
%bcond_with litehtml
Summary: The user-friendly, lightweight and fast GTK2 based email client
Summary: The user-friendly, lightweight and fast GTK3 based email client
Name: claws-mail
Version: 4.3.0
Release: 2
@ -324,6 +325,7 @@ This Claws Mail kde service menu integrated
%{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop
#----------------------------------------------------------------------------
%if %{avatar}
%package libravatar-plugin
Summary: This Claws Mail plugin enables libravatar support
@ -338,6 +340,7 @@ libravatar service ( http://www.libravatar.org ).
#%%{_datadir}/appdata/claws-mail-libravatar.metainfo.xml
%{_libdir}/%{name}/plugins/libravatar.so
%endif
#----------------------------------------------------------------------------
%if %{with litehtml}
%package litehtml_viewer-plugin
@ -646,7 +649,11 @@ This Claws Mail tools.
--disable-deprecated \
--disable-networkmanager \
--disable-litehtml_viewer-plugin \
%if %{avatar}
--enable-libravatar-plugin \
%else
--disable-libravatar-plugin \
%endif
--enable-ipv6 \
--disable-static \
--disable-rpath \