mirror of
https://abf.rosa.ru/djam/claws-mail.git
synced 2025-02-23 07:12:52 +00:00
Update to 3.17.8, fix libetpan >= 1.9, rebuild whith gnutls 3.6.14
This commit is contained in:
parent
1167a6539f
commit
84dd27379d
2 changed files with 7 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
claws-mail-3.17.6.tar.xz: 8f6ec879563039c732e2622c9b5e7996e40b17ce
|
claws-mail-3.17.8.tar.xz: 6e14cca60a1a0e47ccc071f0cababb2dd1a6ab22
|
||||||
|
|
|
@ -1,6 +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 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
|
||||||
|
@ -16,7 +16,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.17.6
|
Version: 3.17.8
|
||||||
Release: 2
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
@ -34,7 +34,7 @@ BuildRequires: imagemagick
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: compface-devel
|
BuildRequires: compface-devel
|
||||||
BuildRequires: gpgme-devel > 0.4.5
|
BuildRequires: gpgme-devel > 0.4.5
|
||||||
BuildRequires: libetpan-devel >= 0.42
|
BuildRequires: libetpan-devel >= 1.9
|
||||||
BuildRequires: libytnef-devel
|
BuildRequires: libytnef-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
|
@ -75,6 +75,8 @@ BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(pygtk-2.0)
|
BuildRequires: pkgconfig(pygtk-2.0)
|
||||||
BuildRequires: pkgconfig(sm)
|
BuildRequires: pkgconfig(sm)
|
||||||
BuildRequires: pkgconfig(valgrind)
|
BuildRequires: pkgconfig(valgrind)
|
||||||
|
# libressl
|
||||||
|
BuildRequires: pkgconfig(libressl)
|
||||||
# for plugin-fancy
|
# for plugin-fancy
|
||||||
BuildRequires: %{_lib}webkitgtk1.0-devel
|
BuildRequires: %{_lib}webkitgtk1.0-devel
|
||||||
Requires: aspell-dictionary
|
Requires: aspell-dictionary
|
||||||
|
@ -625,6 +627,7 @@ This Claws Mail tools.
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%global optflags %{optflags} -fno-strict-aliasing -Wno-deprecated-declarations
|
||||||
%configure \
|
%configure \
|
||||||
%if %{flag_gtk3}
|
%if %{flag_gtk3}
|
||||||
--enable-gtk3 \
|
--enable-gtk3 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue