mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 07:12:52 +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:
|
||||
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 disable_ld_no_undefined 1
|
||||
%define flag_gtk3 0
|
||||
%define flag_demo 1
|
||||
|
||||
# There are perl scripts in docs/tools and we don't want to install perl
|
||||
# modules required by these scripts
|
||||
|
@ -9,7 +8,7 @@
|
|||
|
||||
Summary: The user-friendly, lightweight and fast GTK2 based email client
|
||||
Name: claws-mail
|
||||
Version: 3.16.0
|
||||
Version: 3.17.1
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv3+
|
||||
|
@ -121,14 +120,14 @@ Improved features include:
|
|||
For a complete listing of Features: http://www.claws-mail.org/features.php
|
||||
|
||||
%files -f %{name}.lang
|
||||
%dir %{_libdir}/%{name}
|
||||
%dir %{_libdir}/%{name}/plugins
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/sylpheed-claws
|
||||
#%{_datadir}/appdata/claws-mail.appdata.xml
|
||||
%{_datadir}/applications/claws-mail.desktop
|
||||
%dir %{_libdir}/%{name}
|
||||
%dir %{_libdir}/%{name}/plugins
|
||||
%{_iconsdir}/hicolor/*/apps/*.png
|
||||
%{_docdir}/claws-mail
|
||||
%{_iconsdir}/hicolor/*/apps/*.png
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -271,20 +270,16 @@ for spam using Clam AntiVirus.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%if %flag_demo
|
||||
|
||||
%package demo
|
||||
Summary: This Claws Mail demo plugin for programming
|
||||
%package dillo-plugin
|
||||
Summary: This plugin renders HTML e-mails through dillo
|
||||
Group: Networking/Mail
|
||||
Requires: %{name} = %{EVRD}
|
||||
Requires: dillo
|
||||
|
||||
%description demo
|
||||
Demo plugin for Claws Mail
|
||||
%description dillo-plugin
|
||||
Renders HTML e-mail using dillo webbrowser
|
||||
|
||||
%files demo
|
||||
%{_libdir}/%{name}/plugins/demo.so
|
||||
|
||||
%endif
|
||||
%files dillo-plugin
|
||||
%{_libdir}/%{name}/plugins/dillo.so
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -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
|
||||
Summary: This Claws Mail tools
|
||||
Group: Networking/Mail
|
||||
|
@ -609,27 +621,14 @@ This Claws Mail tools.
|
|||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS+=" -Wno-error"
|
||||
%configure2_5x \
|
||||
--enable-archive-plugin \
|
||||
--enable-compface \
|
||||
--enable-crash-dialog \
|
||||
--enable-enchant \
|
||||
%if %flag_gtk3
|
||||
%if %{flag_gtk3}
|
||||
--enable-gtk3 \
|
||||
%endif
|
||||
--enable-ipv6 \
|
||||
--enable-jpilot \
|
||||
--enable-ldap \
|
||||
--enable-gnutls \
|
||||
--enable-spamassassin-plugin \
|
||||
%if %flag_demo
|
||||
--enable-demo-plugin \
|
||||
%else
|
||||
--disable-demo-plugin \
|
||||
%endif
|
||||
--enable-crash-dialog \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-static
|
||||
--disable-manual
|
||||
|
||||
%make LIBTOOL=%{_bindir}/libtool
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue