Accepting request 515850 from home:scarabeus_iv:branches:server:mail
- Switch to hunspell as default spell-checking software wrt fate#323578 - Write SUSE in the skel.muttrc instead of SuSE - Use the right folder for unpacking instead of symlink * fixes quilt setup OBS-URL: https://build.opensuse.org/request/show/515850 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=173
This commit is contained in:
parent
fa58e42f53
commit
ebec6d94e2
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 10 08:03:38 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Switch to hunspell as default spell-checking software wrt
|
||||||
|
fate#323578
|
||||||
|
- Write SUSE in the skel.muttrc instead of SuSE
|
||||||
|
- Use the right folder for unpacking instead of symlink
|
||||||
|
* fixes quilt setup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 13 10:38:57 UTC 2017 - olaf@aepfle.de
|
Thu Jul 13 10:38:57 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
10
mutt.spec
10
mutt.spec
@ -31,6 +31,7 @@ BuildRequires: automake
|
|||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: cyrus-sasl-gssapi
|
BuildRequires: cyrus-sasl-gssapi
|
||||||
BuildRequires: gdbm-devel
|
BuildRequires: gdbm-devel
|
||||||
|
BuildRequires: hunspell
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
BuildRequires: libkyotocabinet-devel
|
BuildRequires: libkyotocabinet-devel
|
||||||
@ -45,10 +46,10 @@ BuildRequires: opensp
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: w3m
|
|
||||||
#if
|
|
||||||
BuildRequires: libgpgme-devel
|
BuildRequires: libgpgme-devel
|
||||||
|
BuildRequires: w3m
|
||||||
Url: http://www.mutt.org
|
Url: http://www.mutt.org
|
||||||
|
Recommends: hunspell
|
||||||
Provides: muttssl
|
Provides: muttssl
|
||||||
Obsoletes: muttssl
|
Obsoletes: muttssl
|
||||||
Recommends: mutt-doc
|
Recommends: mutt-doc
|
||||||
@ -127,8 +128,7 @@ BuildArch: noarch
|
|||||||
Provides translations to the package mutt.
|
Provides translations to the package mutt.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
ln -sf neomutt-neomutt-%neo mutt-%version
|
%setup -q -D -n neomutt-neomutt-%neo
|
||||||
%setup -q -D -n mutt-%version
|
|
||||||
%patch -p0 -b .p0
|
%patch -p0 -b .p0
|
||||||
%patch2 -p0 -b .pgpewrap
|
%patch2 -p0 -b .pgpewrap
|
||||||
%patch3 -p0 -b .sendgroupreplyto
|
%patch3 -p0 -b .sendgroupreplyto
|
||||||
@ -188,7 +188,7 @@ cflags -Wl,--hash-size=8599 LDFLAGS
|
|||||||
cflags -pie LDFLAGS
|
cflags -pie LDFLAGS
|
||||||
export CC CFLAGS LDFLAGS
|
export CC CFLAGS LDFLAGS
|
||||||
export SENDMAIL=/usr/sbin/sendmail
|
export SENDMAIL=/usr/sbin/sendmail
|
||||||
export ISPELL=/usr/bin/ispell
|
export ISPELL=/usr/bin/hunspell
|
||||||
export PATH="/usr/lib/mit/bin:$PATH"
|
export PATH="/usr/lib/mit/bin:$PATH"
|
||||||
export KRB5CFGPATH="$(type -p krb5-config)"
|
export KRB5CFGPATH="$(type -p krb5-config)"
|
||||||
$KRB5CFGPATH --cflags gssapi
|
$KRB5CFGPATH --cflags gssapi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Sample ~/.muttrc for SuSE Linux
|
# Sample ~/.muttrc for SUSE Linux
|
||||||
|
|
||||||
# Setting
|
# Setting
|
||||||
set pager_context=4
|
set pager_context=4
|
||||||
|
Loading…
Reference in New Issue
Block a user