Update to NeoMutt 20170912 based on Mutt 1.9.0
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=174
This commit is contained in:
30
mutt.spec
30
mutt.spec
@@ -41,14 +41,14 @@ BuildRequires: ncurses-devel
|
||||
BuildRequires: notmuch-devel
|
||||
%endif
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: opensp
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
%endif
|
||||
BuildRequires: libgpgme-devel
|
||||
BuildRequires: w3m
|
||||
Url: http://www.mutt.org
|
||||
Url: http://www.neomutt.org
|
||||
Recommends: hunspell
|
||||
Provides: muttssl
|
||||
Obsoletes: muttssl
|
||||
@@ -61,18 +61,17 @@ Recommends: w3m
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
%endif
|
||||
%global neo 20170609
|
||||
Version: 1.8.3
|
||||
%global neo 20170912
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Mail Program
|
||||
# ftp://ftp.mutt.org/mutt/devel/
|
||||
# Source0: https://bitbucket.org/mutt/mutt/downloads/%%name-%%version.tar.gz
|
||||
# https://bitbucket.org/mutt/mutt/downloads/%%name-%%version.tar.gz
|
||||
# Switch over to neomutt tar ball which is based on original mutt
|
||||
# http://www.neomutt.org/
|
||||
### https://github.com/neomutt/neomutt/archive/neomutt-20170421.tar.gz
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
Source0: neomutt-%neo.tar.gz
|
||||
Source0: https://github.com/neomutt/neomutt/archive/neomutt-%{neo}.tar.gz
|
||||
Source1: Signature_conversion
|
||||
Source2: README.alternates
|
||||
Source3: mutt.png
|
||||
@@ -103,7 +102,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%description
|
||||
A very powerful mail user agent. It supports (among other nice things)
|
||||
highlighting, threading, and PGP. It takes some time to get used to,
|
||||
however.
|
||||
however. This version is based on NeoMutt, that is it includes many
|
||||
enhancements.
|
||||
|
||||
%package doc
|
||||
Summary: Additional Documentation about Mutt
|
||||
@@ -128,7 +128,8 @@ BuildArch: noarch
|
||||
Provides translations to the package mutt.
|
||||
|
||||
%prep
|
||||
%setup -q -D -n neomutt-neomutt-%neo
|
||||
ln -sf neomutt-neomutt-%neo mutt-%version
|
||||
%setup -q -D -n mutt-%version
|
||||
%patch -p0 -b .p0
|
||||
%patch2 -p0 -b .pgpewrap
|
||||
%patch3 -p0 -b .sendgroupreplyto
|
||||
@@ -298,19 +299,22 @@ chmod a-x %{buildroot}%{_docdir}/%name/keybase/*.sh
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/%name/COPYRIGHT
|
||||
%doc %{_docdir}/%name/README*
|
||||
%doc %{_docdir}/%name/ChangeLog
|
||||
%doc %{_docdir}/%name/ChangeLog.neomutt
|
||||
%doc %{_docdir}/%name/ChangeLog.md
|
||||
%doc %{_docdir}/%name/CODE_OF_CONDUCT.md
|
||||
%doc %{_docdir}/%name/LICENSE.md
|
||||
%doc %{_docdir}/%name/*.html
|
||||
%doc %{_docdir}/%name/*.txt
|
||||
%dir %doc %{_docdir}/%name/colorschemes/
|
||||
%doc %{_docdir}/%name/colorschemes/*.muttrc
|
||||
%doc %{_docdir}/%name/colorschemes/vombatidae.mutt
|
||||
%dir %doc %{_docdir}/%name/keybase/
|
||||
%doc %{_docdir}/%name/keybase/*
|
||||
%dir %doc %{_docdir}/%name/logo/
|
||||
%doc %{_docdir}/%name/logo/mutt*
|
||||
%doc %{_docdir}/%name/neomutt-syntax.vim
|
||||
%dir %doc %{_docdir}/%name/samples/
|
||||
%doc %{_docdir}/%name/samples/*.rc
|
||||
%doc %{_docdir}/%name/samples/colors.*
|
||||
%dir %doc %{_docdir}/%name/samples/iconv/
|
||||
%doc %{_docdir}/%name/samples/iconv/*.rc
|
||||
%doc %{_docdir}/%name/samples/sample.*
|
||||
%doc %{_docdir}/%name/samples/smime_keys_test.pl
|
||||
%dir %doc %{_docdir}/%name/vim-keys/
|
||||
|
Reference in New Issue
Block a user