mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 15:22:51 +00:00
Updated to 3.17.1
This commit is contained in:
parent
c223a11cae
commit
94113b7ad5
2 changed files with 33 additions and 34 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
claws-mail-3.16.0.tar.xz: 74bf5c3c8e125864a4e8429d681a9178e8d44c38
|
claws-mail-3.17.1.tar.xz: 7c6f34259e5f5e9b577feab1fa563b665d551399
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define disable_ld_no_undefined 1
|
%define disable_ld_no_undefined 1
|
||||||
%define flag_gtk3 0
|
%define flag_gtk3 0
|
||||||
%define flag_demo 1
|
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -9,7 +8,7 @@
|
||||||
|
|
||||||
Summary: The user-friendly, lightweight and fast GTK2 based email client
|
Summary: The user-friendly, lightweight and fast GTK2 based email client
|
||||||
Name: claws-mail
|
Name: claws-mail
|
||||||
Version: 3.16.0
|
Version: 3.17.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
@ -121,14 +120,14 @@ Improved features include:
|
||||||
For a complete listing of Features: http://www.claws-mail.org/features.php
|
For a complete listing of Features: http://www.claws-mail.org/features.php
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
|
%dir %{_libdir}/%{name}
|
||||||
|
%dir %{_libdir}/%{name}/plugins
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/sylpheed-claws
|
%{_bindir}/sylpheed-claws
|
||||||
#%{_datadir}/appdata/claws-mail.appdata.xml
|
#%{_datadir}/appdata/claws-mail.appdata.xml
|
||||||
%{_datadir}/applications/claws-mail.desktop
|
%{_datadir}/applications/claws-mail.desktop
|
||||||
%dir %{_libdir}/%{name}
|
|
||||||
%dir %{_libdir}/%{name}/plugins
|
|
||||||
%{_iconsdir}/hicolor/*/apps/*.png
|
|
||||||
%{_docdir}/claws-mail
|
%{_docdir}/claws-mail
|
||||||
|
%{_iconsdir}/hicolor/*/apps/*.png
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -271,20 +270,16 @@ for spam using Clam AntiVirus.
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
%if %flag_demo
|
%package dillo-plugin
|
||||||
|
Summary: This plugin renders HTML e-mails through dillo
|
||||||
%package demo
|
|
||||||
Summary: This Claws Mail demo plugin for programming
|
|
||||||
Group: Networking/Mail
|
Group: Networking/Mail
|
||||||
Requires: %{name} = %{EVRD}
|
Requires: dillo
|
||||||
|
|
||||||
%description demo
|
%description dillo-plugin
|
||||||
Demo plugin for Claws Mail
|
Renders HTML e-mail using dillo webbrowser
|
||||||
|
|
||||||
%files demo
|
%files dillo-plugin
|
||||||
%{_libdir}/%{name}/plugins/demo.so
|
%{_libdir}/%{name}/plugins/dillo.so
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -591,6 +586,23 @@ This Claws Mail plugin enables parsing MS-TNEF attachments.
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%package vcalendar-plugin
|
||||||
|
Summary: This plugin for %{name} enables vCalendar message handling
|
||||||
|
Group: Networking/Mail
|
||||||
|
BuildRequires: pkgconfig(libical)
|
||||||
|
Requires: %{name} >= %{EVRD}
|
||||||
|
|
||||||
|
%description vcalendar-plugin
|
||||||
|
This %{name} plugin handles the vCalendar format (or rather, the
|
||||||
|
meeting subset of it). It displays such mails in a nice format, lets you
|
||||||
|
create and send meetings, and creates a virtual folder with the meetings you
|
||||||
|
have sent or received.
|
||||||
|
|
||||||
|
%files vcalendar-plugin
|
||||||
|
%{_libdir}/%{name}/plugins/vcalendar.so
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: This Claws Mail tools
|
Summary: This Claws Mail tools
|
||||||
Group: Networking/Mail
|
Group: Networking/Mail
|
||||||
|
@ -609,27 +621,14 @@ This Claws Mail tools.
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS+=" -Wno-error"
|
|
||||||
%configure2_5x \
|
%configure2_5x \
|
||||||
--enable-archive-plugin \
|
%if %{flag_gtk3}
|
||||||
--enable-compface \
|
|
||||||
--enable-crash-dialog \
|
|
||||||
--enable-enchant \
|
|
||||||
%if %flag_gtk3
|
|
||||||
--enable-gtk3 \
|
--enable-gtk3 \
|
||||||
%endif
|
%endif
|
||||||
--enable-ipv6 \
|
--enable-crash-dialog \
|
||||||
--enable-jpilot \
|
--disable-static \
|
||||||
--enable-ldap \
|
|
||||||
--enable-gnutls \
|
|
||||||
--enable-spamassassin-plugin \
|
|
||||||
%if %flag_demo
|
|
||||||
--enable-demo-plugin \
|
|
||||||
%else
|
|
||||||
--disable-demo-plugin \
|
|
||||||
%endif
|
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-static
|
--disable-manual
|
||||||
|
|
||||||
%make LIBTOOL=%{_bindir}/libtool
|
%make LIBTOOL=%{_bindir}/libtool
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue