2017-09-16 10:51:17 +03:00
|
|
|
%define debug_package %{nil}
|
|
|
|
%define disable_ld_no_undefined 1
|
|
|
|
%define flag_gtk3 0
|
2012-07-19 20:34:36 +11:00
|
|
|
|
|
|
|
# There are perl scripts in docs/tools and we don't want to install perl
|
|
|
|
# modules required by these scripts
|
2020-01-04 03:03:56 +03:00
|
|
|
%global __requires_exclude 'perl(.*)'
|
2012-07-19 20:34:36 +11:00
|
|
|
|
2019-08-05 20:59:12 +03:00
|
|
|
# enable/disable unsecure webkit1 dep
|
|
|
|
# aka enable / disable fancy plugin
|
|
|
|
%bcond_with webkit1
|
|
|
|
|
|
|
|
# enable/disable litehtml_viewer plugin,
|
|
|
|
# only available claws-mail > 3.17.3
|
|
|
|
%bcond_with litehtml
|
|
|
|
|
2012-02-01 22:49:42 +04:00
|
|
|
Summary: The user-friendly, lightweight and fast GTK2 based email client
|
|
|
|
Name: claws-mail
|
2020-03-04 21:49:50 +03:00
|
|
|
Version: 3.17.5
|
2020-03-05 01:23:19 +03:00
|
|
|
Release: 2
|
2012-02-01 22:49:42 +04:00
|
|
|
Epoch: 1
|
|
|
|
License: GPLv3+
|
2013-06-17 14:19:21 +11:00
|
|
|
Group: Networking/Mail
|
|
|
|
Url: http://www.claws-mail.org
|
2017-12-27 10:47:07 +03:00
|
|
|
Source0: http://www.claws-mail.org/releases/%{name}-%{version}.tar.xz
|
2017-09-16 10:51:17 +03:00
|
|
|
Source1: claws-mail.rpmlintrc
|
2012-07-19 20:34:36 +11:00
|
|
|
# from Debian
|
2016-02-20 12:11:57 +03:00
|
|
|
Patch0: claws-mail-3.13.2-trashed-read.patch
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: docbook-utils
|
2015-10-18 21:45:48 +03:00
|
|
|
BuildRequires: docbook-utils-pdf
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: imagemagick
|
2014-10-23 03:28:35 +11:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: compface-devel
|
|
|
|
BuildRequires: gpgme-devel > 0.4.5
|
|
|
|
BuildRequires: libetpan-devel >= 0.42
|
2017-09-16 10:51:17 +03:00
|
|
|
BuildRequires: libytnef-devel
|
2014-10-23 03:28:35 +11:00
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: openldap-devel
|
|
|
|
BuildRequires: perl-devel
|
2012-07-19 20:34:36 +11:00
|
|
|
BuildRequires: pkgconfig(cairo)
|
2015-10-18 21:45:48 +03:00
|
|
|
BuildRequires: pkgconfig(champlain-0.12)
|
|
|
|
BuildRequires: pkgconfig(champlain-gtk-0.12)
|
|
|
|
BuildRequires: pkgconfig(clutter-1.0)
|
2012-07-19 20:34:36 +11:00
|
|
|
BuildRequires: pkgconfig(dbus-1) >= 0.60
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.60
|
|
|
|
BuildRequires: pkgconfig(enchant) >= 1.0.0
|
2014-10-23 03:28:35 +11:00
|
|
|
BuildRequires: pkgconfig(expat)
|
2012-07-19 20:34:36 +11:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.6
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.6
|
|
|
|
BuildRequires: pkgconfig(gnutls) >= 2.2
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.6
|
|
|
|
BuildRequires: pkgconfig(gthread-2.0) >= 2.6
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0) >= 2.16
|
2015-10-18 21:45:48 +03:00
|
|
|
BuildRequires: pkgconfig(indicate-0.6)
|
2014-10-23 03:28:35 +11:00
|
|
|
BuildRequires: pkgconfig(libarchive)
|
2015-10-18 21:45:48 +03:00
|
|
|
BuildRequires: pkgconfig(libcanberra)
|
|
|
|
%if %{flag_gtk3}
|
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
|
%else
|
2015-08-19 21:08:17 +03:00
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk)
|
2015-10-18 21:45:48 +03:00
|
|
|
%endif
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: pkgconfig(libcurl)
|
2017-09-16 10:51:17 +03:00
|
|
|
BuildRequires: pkgconfig(libical)
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: pkgconfig(libgcrypt)
|
2012-07-19 20:34:36 +11:00
|
|
|
BuildRequires: pkgconfig(libgnome-2.0) >= 2.0
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: pkgconfig(libnotify)
|
2020-03-05 01:23:19 +03:00
|
|
|
BuildRequires: pkgconfig(librsvg-2.0)
|
2012-07-19 20:34:36 +11:00
|
|
|
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.5
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2012-07-19 20:34:36 +11:00
|
|
|
BuildRequires: pkgconfig(NetworkManager) >= 0.6.2
|
2013-06-17 14:19:21 +11:00
|
|
|
BuildRequires: pkgconfig(poppler)
|
|
|
|
BuildRequires: pkgconfig(poppler-glib)
|
|
|
|
BuildRequires: pkgconfig(pygtk-2.0)
|
|
|
|
BuildRequires: pkgconfig(sm)
|
|
|
|
BuildRequires: pkgconfig(valgrind)
|
2014-10-23 03:28:35 +11:00
|
|
|
Requires: aspell-dictionary
|
|
|
|
Requires: common-licenses
|
2012-02-01 22:49:42 +04:00
|
|
|
Requires: compface
|
|
|
|
Requires: rootcerts
|
2016-08-19 15:41:02 +04:00
|
|
|
Requires: gsettings-desktop-schemas
|
2019-08-05 20:59:12 +03:00
|
|
|
# POP3 / IMAP authentication
|
|
|
|
#Requires: sasl-plug-plain
|
|
|
|
#Requires: sasl-plug-login
|
2013-06-17 14:19:21 +11:00
|
|
|
# These are dropped
|
|
|
|
Obsoletes: %{name}-clamav-plugin < %{EVRD}
|
|
|
|
Obsoletes: %{name}-dillo_viewer-plugin < %{EVRD}
|
|
|
|
Obsoletes: %{name}-trayicon-plugin < %{EVRD}
|
2019-08-05 20:59:12 +03:00
|
|
|
%if %{without litehtml}
|
|
|
|
Obsoletes: %{name}-litehtml_viewer-plugin < %{EVRD}
|
|
|
|
%endif
|
|
|
|
%if %{without webkit1}
|
|
|
|
Obsoletes: %{name}-fancy-plugin < %{EVRD}
|
|
|
|
%endif
|
2012-02-01 22:49:42 +04:00
|
|
|
|
|
|
|
%description
|
|
|
|
Claws-Mail is an e-mail client (and news reader) based on GTK+2, running
|
|
|
|
on X Window System, and aiming for:
|
|
|
|
* Quick response
|
|
|
|
* Graceful, and sophisticated interface
|
|
|
|
* Easy configuration, intuitive operation
|
|
|
|
* Abundant features
|
|
|
|
|
|
|
|
For a complete listing of Features: http://www.claws-mail.org/features.php
|
|
|
|
|
2013-06-17 14:19:21 +11:00
|
|
|
%files -f %{name}.lang
|
2018-08-28 17:24:21 +03:00
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
%dir %{_libdir}/%{name}/plugins
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_bindir}/%{name}
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail.appdata.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_datadir}/applications/claws-mail.desktop
|
|
|
|
%{_docdir}/claws-mail
|
2018-08-28 17:24:21 +03:00
|
|
|
%{_iconsdir}/hicolor/*/apps/*.png
|
2013-06-17 14:19:21 +11:00
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package devel
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: Development files for Claws Mail
|
2012-02-01 22:49:42 +04:00
|
|
|
Group: Development/Other
|
2012-11-17 01:09:35 +11:00
|
|
|
Requires: %{name} = %{EVRD}
|
2013-06-17 14:19:21 +11:00
|
|
|
# Dropped since 3.9.2
|
|
|
|
Obsoletes: %{name}-notification-plugin-devel < %{EVRD}
|
|
|
|
Obsoletes: %{name}-vcalendar-plugin-devel < %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description devel
|
2012-02-01 22:49:42 +04:00
|
|
|
Development files and headers for %{name}.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files devel
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_includedir}/%{name}
|
|
|
|
%{_libdir}/pkgconfig/claws-mail.pc
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package acpi-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables mail notification via LEDs on some laptops
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description acpi-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin for Claws Mail enables mail notification via LEDs on some laptops.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files acpi-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-acpi_notifier.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/acpi_notifier.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package address_keeper-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin never forgets e-mail adresses
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description address_keeper-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin for Claws Mail allows saving outgoing addresses to a designated
|
|
|
|
folder in the address book.Addresses are saved only if not found in the
|
|
|
|
address book to avoid unwanted duplicates.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files address_keeper-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-address_keeper.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/address_keeper.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package archive-plugin
|
2014-10-23 03:28:35 +11:00
|
|
|
Summary: Mail Archiver
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description archive-plugin
|
2014-10-23 03:28:35 +11:00
|
|
|
This plugin adds archiving features to Claws Mail.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files archive-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-archive.metainfo.xml
|
2014-10-23 03:28:35 +11:00
|
|
|
%{_libdir}/%{name}/plugins/archive.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package att_remover-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables the removal of attachments
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description att_remover-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin for Claws Mail enables the removal of attachments.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files att_remover-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-att_remover.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/att_remover.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package attachwarner-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables attachment warnings
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description attachwarner-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin enables attachment warnings.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files attachwarner-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-attachwarner.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/attachwarner.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package bogofilter-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: Bogofilter plugin for Claws Mail
|
|
|
|
Group: Networking/Mail
|
2012-02-01 22:49:42 +04:00
|
|
|
BuildRequires: bogofilter
|
2012-11-17 01:09:35 +11:00
|
|
|
Requires: %{name} = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
Requires: bogofilter
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description bogofilter-plugin
|
2012-07-19 20:34:36 +11:00
|
|
|
Enables the scanning of incoming mail received from a POP, IMAP, or LOCAL
|
|
|
|
account using Bogofilter. It can optionally delete mail identified as spam
|
|
|
|
or save it to a designated folder. Bogofilter is a pure Bayesian filter,
|
|
|
|
therefore it has better speed performance than SpamAssassin but might catch
|
|
|
|
less spam.
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files bogofilter-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-bogofilter.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/bogofilter.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package bsfilter-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables spam fitering through bsfilter
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description bsfilter-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Check all messages that are received from an IMAP, LOCAL or POP account
|
|
|
|
for spam using Bsfilter.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files bsfilter-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-bsfilter.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/bsfilter.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package clamd-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables spam fitering through Clam AntiVirus
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description clamd-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Check all messages that are received from an IMAP, LOCAL or POP account
|
|
|
|
for spam using Clam AntiVirus.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files clamd-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-clamd.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/clamd.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2018-08-28 17:24:21 +03:00
|
|
|
%package dillo-plugin
|
|
|
|
Summary: This plugin renders HTML e-mails through dillo
|
2015-10-18 21:45:48 +03:00
|
|
|
Group: Networking/Mail
|
2018-08-28 17:24:21 +03:00
|
|
|
Requires: dillo
|
2015-10-18 21:45:48 +03:00
|
|
|
|
2018-08-28 17:24:21 +03:00
|
|
|
%description dillo-plugin
|
|
|
|
Renders HTML e-mail using dillo webbrowser
|
2015-10-18 21:45:48 +03:00
|
|
|
|
2018-08-28 17:24:21 +03:00
|
|
|
%files dillo-plugin
|
|
|
|
%{_libdir}/%{name}/plugins/dillo.so
|
2015-10-18 21:45:48 +03:00
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
2019-08-05 20:59:12 +03:00
|
|
|
%if %{with webkit1}
|
2017-09-16 10:51:17 +03:00
|
|
|
%package fancy-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin renders HTML e-mails through WebKit
|
|
|
|
Group: Networking/Mail
|
2019-08-05 20:59:12 +03:00
|
|
|
BuildRequires: pkgconfig(webkit-1.0)
|
2013-06-17 14:19:21 +11:00
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description fancy-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Renders HTML e-mail using the WebKit library.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files fancy-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-fancy.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/fancy.so
|
2019-08-05 20:59:12 +03:00
|
|
|
%endif
|
2013-06-17 14:19:21 +11:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package fetchinfo-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin inserts headers containing some download information
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description fetchinfo-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin for Claws Mail inserts headers containing some download
|
|
|
|
information: UIDL, Sylpheeds account name, POP server, user ID
|
|
|
|
and retrieval time.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files fetchinfo-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-fetchinfo.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/fetchinfo.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package gdata-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables access to GData (Google services)
|
|
|
|
Group: Networking/Mail
|
2019-08-05 20:59:12 +03:00
|
|
|
BuildRequires: pkgconfig(libgdata)
|
|
|
|
BuildConflicts: gmt-devel
|
2013-06-17 14:19:21 +11:00
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description gdata-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Plugin to access to GData (Google services). The only currently implemented
|
|
|
|
feature is inclusion of Google contacts into the address completion.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files gdata-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-gdata.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/gdata.so
|
|
|
|
|
2015-10-18 21:45:48 +03:00
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package kdeservicemenu
|
2015-10-18 21:45:48 +03:00
|
|
|
Summary: This Claws Mail kde service menu integrated
|
2016-11-09 15:06:56 +03:00
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
2015-10-18 21:45:48 +03:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description kdeservicemenu
|
2015-10-18 21:45:48 +03:00
|
|
|
This Claws Mail kde service menu integrated
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files kdeservicemenu
|
2015-10-18 21:45:48 +03:00
|
|
|
%{_bindir}/claws-mail-kdeservicemenu.pl
|
|
|
|
%{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop
|
|
|
|
|
2013-06-17 14:19:21 +11:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package libravatar-plugin
|
2014-05-27 18:01:02 +11:00
|
|
|
Summary: This Claws Mail plugin enables libravatar support
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description libravatar-plugin
|
2014-05-27 18:01:02 +11:00
|
|
|
Plugin to show the profile pictures associated to email addresses provided by
|
|
|
|
libravatar service ( http://www.libravatar.org ).
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files libravatar-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-libravatar.metainfo.xml
|
2014-05-27 18:01:02 +11:00
|
|
|
%{_libdir}/%{name}/plugins/libravatar.so
|
|
|
|
|
2019-08-05 20:59:12 +03:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
%if %{with litehtml}
|
|
|
|
%package litehtml_viewer-plugin
|
|
|
|
Summary: Litehtml viewer plugin for %{name}
|
|
|
|
Group: Networking/Mail
|
|
|
|
BuildRequires: pkgconfig(gumbo)
|
|
|
|
Requires: %{name} >= %{EVRD}
|
|
|
|
Obsoletes: %{name}-fancy-plugin < 1:3.17.4
|
|
|
|
|
|
|
|
%description litehtml_viewer-plugin
|
|
|
|
Renders HTML e-mail using the litehml library.
|
|
|
|
|
|
|
|
%files litehtml_viewer-plugin
|
|
|
|
%{_libdir}/%{name}/plugins/litehtml_viewer.so
|
|
|
|
%endif
|
2014-05-27 18:01:02 +11:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package mailmbox-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin provides direct access to mbox folders
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description mailmbox-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin provides direct access to mbox folders.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files mailmbox-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-mailmbox.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/mailmbox.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package managesieve-plugin
|
|
|
|
Summary: ManageSieve plugin for %{name}
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} >= %{EVRD}
|
2015-08-19 20:45:56 +03:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description managesieve-plugin
|
2015-08-19 20:45:56 +03:00
|
|
|
The Claws Mail ManageSieve plugin provides an interface for managing Sieve
|
|
|
|
filters. Sieve filters are used for filtering mail on mail servers, usually
|
|
|
|
with an IMAP account.
|
|
|
|
|
|
|
|
This plugin handles managing Sieve filters, editing them, and checking their
|
|
|
|
syntax.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files managesieve-plugin
|
2015-08-19 20:45:56 +03:00
|
|
|
%{_libdir}/%{name}/plugins/managesieve.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package newmail-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin can write a summary to a log file
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description newmail-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin can write a summary to a log file upon
|
|
|
|
receiving new mail. It defaults to ~/Mail/NewLog.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files newmail-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-newmail.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/newmail.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package notification-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin notifies about new mail
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description notification-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin notifies about new mail.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files notification-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-notification.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/notification.so
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2013-06-17 14:19:21 +11:00
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package pdfviewer-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin handles PDF and PostScript attachments
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description pdfviewer-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin This plugin handles PDF and PostScript attachments.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files pdfviewer-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-pdf_viewer.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/pdf_viewer.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package perl-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: Perl interface to Claws Mail's filtering mechanism
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description perl-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin is intended to extend the filtering possibilities of Claws Mail.
|
|
|
|
It provides a Perl interface to Claws Mail's filtering mechanism, allowing
|
|
|
|
the use of full Perl power in email filters.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files perl-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-perl.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/perl.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package pgpcore-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: PGP core plugin for Claws Mail
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description pgpcore-plugin
|
2012-07-19 20:34:36 +11:00
|
|
|
Handles core PGP functions and is a dependency of both the PGP/Inline and
|
|
|
|
PGP/MIME plugins.
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files pgpcore-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-pgpcore.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/pgpcore.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package pgpinline-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: PGP/Inline plugin for Claws Mail
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
Requires: %{name}-pgpcore-plugin = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description pgpinline-plugin
|
2012-07-19 20:34:36 +11:00
|
|
|
Handles PGP/Inline signed and/or encrypted mails. You can decrypt mails,
|
|
|
|
verify signatures or sign and encrypt your own mails.
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2015-10-18 21:45:48 +03:00
|
|
|
%files pgpinline-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-pgpinline.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/pgpinline.so
|
|
|
|
%{_libdir}/%{name}/plugins/pgpinline.deps
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package pgpmime-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: PGP/MIME plugin for Claws Mail
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
Requires: %{name}-pgpcore-plugin = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description pgpmime-plugin
|
2012-07-19 20:34:36 +11:00
|
|
|
Handles PGP/MIME signed and/or encrypted mails. You can decrypt mails, verify
|
|
|
|
signatures or sign and encrypt your own mails.
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files pgpmime-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-pgpmime.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/pgpmime.so
|
|
|
|
%{_libdir}/%{name}/plugins/pgpmime.deps
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package python-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: Python scriptin access to Claws Mail
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description python-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin offers a Python scripting access to Claws Mail.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files python-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-python.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/python.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package rssyl-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin allows you to read your favorite newsfeeds
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description rssyl-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin allows you to read your favorite newsfeeds in Claws Mail.
|
|
|
|
RSS 1.0, 2.0 and Atom feeds are currently supported.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files rssyl-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-rssyl.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/rssyl.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package smime-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: S/Mime plugin for Claws Mail
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description smime-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This plugin allows to use S/Mime signatures and encryptions in Claws Mail.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files smime-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-smime.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/smime.so
|
|
|
|
%{_libdir}/%{name}/plugins/smime.deps
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package spamassassin-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: Spamassassin-plugin for Claws Mail
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
Requires: spamassassin-spamd
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description spamassassin-plugin
|
2012-07-19 20:34:36 +11:00
|
|
|
Enables the scanning of incoming mail received from a POP, IMAP, or LOCAL
|
|
|
|
account using SpamAssassin. See README for configuration and set-up info.
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files spamassassin-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
%doc src/plugins/spamassassin/README
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-spamassassin.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/spamassassin.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package spam_report-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin provides spamreport
|
|
|
|
Group: Networking/Mail
|
2012-09-24 12:56:19 +00:00
|
|
|
Requires: %{name} = %{EVRD}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description spam_report-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin provides spamreport.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files spam_report-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-spam_report.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/spamreport.so
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package tnef_parse-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
Summary: This Claws Mail plugin enables parsing MS-TNEF attachments
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description tnef_parse-plugin
|
2013-06-17 14:19:21 +11:00
|
|
|
This Claws Mail plugin enables parsing MS-TNEF attachments.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files tnef_parse-plugin
|
2020-03-04 21:49:50 +03:00
|
|
|
#%%{_datadir}/appdata/claws-mail-tnef_parse.metainfo.xml
|
2013-06-17 14:19:21 +11:00
|
|
|
%{_libdir}/%{name}/plugins/tnef_parse.so
|
|
|
|
|
2015-10-18 21:45:48 +03:00
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
|
2018-08-28 17:24:21 +03:00
|
|
|
%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
|
|
|
|
|
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%package tools
|
2015-10-18 21:45:48 +03:00
|
|
|
Summary: This Claws Mail tools
|
|
|
|
Group: Networking/Mail
|
|
|
|
Requires: %{name} = %{EVRD}
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%description tools
|
2015-10-18 21:45:48 +03:00
|
|
|
This Claws Mail tools.
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
%files tools
|
2015-10-18 21:45:48 +03:00
|
|
|
%{_libdir}/%{name}/tools/*
|
|
|
|
|
2017-09-16 10:51:17 +03:00
|
|
|
# #-----------------------------------------------------------------------------
|
2012-02-01 22:49:42 +04:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2016-02-20 12:11:57 +03:00
|
|
|
%patch0 -p1
|
2015-10-19 11:36:21 +04:00
|
|
|
|
2012-02-01 22:49:42 +04:00
|
|
|
%build
|
2020-01-04 03:03:56 +03:00
|
|
|
%configure \
|
2018-08-28 17:24:21 +03:00
|
|
|
%if %{flag_gtk3}
|
2015-10-18 21:45:48 +03:00
|
|
|
--enable-gtk3 \
|
|
|
|
%endif
|
2019-08-05 20:59:12 +03:00
|
|
|
--enable-appdata \
|
2018-08-28 17:24:21 +03:00
|
|
|
--enable-crash-dialog \
|
2019-08-05 20:59:12 +03:00
|
|
|
--enable-gdata-plugin \
|
2018-08-28 17:24:21 +03:00
|
|
|
--disable-static \
|
2012-02-01 22:49:42 +04:00
|
|
|
--disable-rpath \
|
2019-08-05 20:59:12 +03:00
|
|
|
--disable-manual \
|
|
|
|
%{!?with_webkit1:--disable-fancy-plugin}
|
2012-02-01 22:49:42 +04:00
|
|
|
|
2012-07-19 20:34:36 +11:00
|
|
|
%make LIBTOOL=%{_bindir}/libtool
|
2012-02-01 22:49:42 +04:00
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall_std
|
|
|
|
|
|
|
|
##remove duplicate man#
|
2017-12-27 10:47:07 +03:00
|
|
|
rm -rf %{buildroot}%{_mandir}
|
2012-02-01 22:49:42 +04:00
|
|
|
## remove unneeded devel files
|
|
|
|
rm -f %{buildroot}%{_libdir}/%{name}/plugins/*.*a
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64,128x128}/apps
|
2013-06-17 14:19:21 +11:00
|
|
|
convert %{name}.png -geometry 16x16 %{buildroot}%{_iconsdir}/hicolor/16x16/apps/%{name}.png
|
|
|
|
convert %{name}.png -geometry 32x32 %{buildroot}%{_iconsdir}/hicolor/32x32/apps/%{name}.png
|
|
|
|
install -m644 %{name}.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
|
|
|
install -m644 %{name}-64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/%{name}.png
|
|
|
|
install -m644 %{name}-128x128.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
|
2012-02-01 22:49:42 +04:00
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/applications/
|
|
|
|
install -m644 %{name}.desktop %{buildroot}%{_datadir}/applications/
|
|
|
|
|
|
|
|
cp -a ABOUT-NLS AUTHORS NEWS README* TODO* RELEASE_NOTES tools %{buildroot}%{_docdir}/claws-mail/
|
|
|
|
rm -f %{buildroot}%{_docdir}/claws-mail/tools/Makefile*
|
|
|
|
|
2014-10-23 03:28:35 +11:00
|
|
|
# We don't build with plugin
|
|
|
|
rm -f %{buildroot}%{_datadir}/appdata/claws-mail-geolocation.metainfo.xml
|
|
|
|
|
2015-10-18 21:45:48 +03:00
|
|
|
# integrated kde menu
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/kde4/services/ServiceMenus/
|
|
|
|
sed "s/SCRIPT_PATH/claws-mail-kdeservicemenu.pl/" tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template > %{buildroot}/%{_datadir}/kde4/services/ServiceMenus/claws-mail-attach-files.desktop
|
2017-09-16 10:51:17 +03:00
|
|
|
|
2015-10-18 21:45:48 +03:00
|
|
|
install -m755 tools/kdeservicemenu/claws-mail-kdeservicemenu.pl %{buildroot}%{_bindir}/
|
|
|
|
|
|
|
|
cp -a tools %{buildroot}%{_libdir}/%{name}/
|
|
|
|
rm -f %{buildroot}%{_libdir}/%{name}/tools/Makefile*
|
|
|
|
|
2012-02-01 22:49:42 +04:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2015-11-19 12:53:35 +03:00
|
|
|
# Fix strange executable permissions
|
|
|
|
find %{buildroot}%{_libdir}/%{name}/tools/ -type f -perm 744 -exec chmod 755 {} \;
|
|
|
|
|
2014-10-23 03:28:35 +11:00
|
|
|
%check
|
|
|
|
make check
|