Merge pull request #1 from djam/claws-mail:rosa2012.1

Update to 3.11.0, many bugs fix
This commit is contained in:
djam 2014-10-22 01:45:04 +04:00
commit 1f001522e8
2 changed files with 24 additions and 5 deletions

View file

@ -1,2 +1,4 @@
sources: removed_sources:
claws-mail-3.10.1.tar.bz2: 1fb18ce612f0880143f85b418cb4d042d407a068 claws-mail-3.10.1.tar.bz2: 1fb18ce612f0880143f85b418cb4d042d407a068
sources:
claws-mail-3.11.0.tar.xz: 1fc919e7d4357408a04131c4195878ea920de4f0

View file

@ -6,13 +6,13 @@
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.10.1 Version: 3.11.0
Release: 1 Release: 1
Epoch: 1 Epoch: 1
License: GPLv3+ License: GPLv3+
Group: Networking/Mail Group: Networking/Mail
Url: http://www.claws-mail.org Url: http://www.claws-mail.org
Source0: http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2 Source0: http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.xz
# from Debian # from Debian
Patch0: claws-mail-3.7.6-trashed-read.patch Patch0: claws-mail-3.7.6-trashed-read.patch
BuildRequires: bison BuildRequires: bison
@ -50,6 +50,9 @@ BuildRequires: libetpan-devel >= 0.42
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: perl-devel BuildRequires: perl-devel
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libarchive)
BuildRequires: intltool
Requires: compface Requires: compface
Requires: rootcerts Requires: rootcerts
Requires: common-licenses Requires: common-licenses
@ -102,7 +105,7 @@ For a complete listing of Features: http://www.claws-mail.org/features.php
%files -f %{name}.lang %files -f %{name}.lang
%{_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}
%dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/plugins
@ -496,6 +499,20 @@ or received.
%files vcalendar-plugin %files vcalendar-plugin
%{_libdir}/%{name}/plugins/vcalendar.so %{_libdir}/%{name}/plugins/vcalendar.so
%package archive-plugin
Summary: Mail Archiver
Group: Networking/Mail
Requires: %{name} = %{EVRD}
%description archive-plugin
This plugin adds archiving features to Claws Mail
%files archive-plugin
%{_libdir}/%{name}/plugins/archive.so
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%prep %prep
@ -509,7 +526,7 @@ or received.
--enable-ldap \ --enable-ldap \
--enable-crash-dialog \ --enable-crash-dialog \
--enable-spamassassin-plugin \ --enable-spamassassin-plugin \
--disable-archive-plugin \ --enable-archive-plugin \
--enable-ipv6 \ --enable-ipv6 \
--enable-compface \ --enable-compface \
--enable-gnutls \ --enable-gnutls \