forked from pool/neomutt
Accepting request 560661 from home:dsterba:branches:server:mail
- update to 2017-12-15 - use autosetup instead of autotools - regression fixes OBS-URL: https://build.opensuse.org/request/show/560661 OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=2
This commit is contained in:
parent
77e0694a19
commit
1f2662310b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735
|
||||
size 2703917
|
3
neomutt-20171215.tar.gz
Normal file
3
neomutt-20171215.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5
|
||||
size 2680191
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 00:00:00 CET 2017 - dsterba@suse.cz
|
||||
|
||||
- update to 2017-12-15
|
||||
- use autosetup instead of autotools
|
||||
- regression fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 00:00:00 CET 2017 - dsterba@suse.cz
|
||||
|
||||
|
43
neomutt.spec
43
neomutt.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neomutt
|
||||
Version: 20171208
|
||||
Version: 20171215
|
||||
Release: 0
|
||||
Summary: A command line mail reader based on Mutt
|
||||
License: GPL-2.0+
|
||||
@ -72,28 +72,22 @@ and requirements.
|
||||
%setup -q -n neomutt-%{name}-%{version}
|
||||
|
||||
%build
|
||||
./prepare -V
|
||||
%configure --prefix=%{_prefix} \
|
||||
--mandir=%{_mandir} \
|
||||
--with-docdir=%{_docdir}/neomutt \
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
./configure --prefix=%{_prefix} \
|
||||
--docdir=%{_docdir}/neomutt \
|
||||
--with-mailpath=%{_localstatedir}/mail \
|
||||
--enable-everything \
|
||||
--disable-debug \
|
||||
--enable-fmemopen \
|
||||
--enable-lua \
|
||||
--without-gdbm \
|
||||
--without-qdbm \
|
||||
--without-tokyocabinet \
|
||||
--with-gnutls \
|
||||
--with-sasl \
|
||||
--with-gss \
|
||||
--with-idn \
|
||||
--with-mixmaster
|
||||
--kyotocabinet \
|
||||
--lua \
|
||||
--lmdb \
|
||||
--gnutls \
|
||||
--gpgme \
|
||||
--notmuch \
|
||||
--sasl \
|
||||
--gss \
|
||||
--idn \
|
||||
--mixmaster
|
||||
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} -C doc clean
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} -C doc
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -105,10 +99,11 @@ make %{?_smp_mflags} -C doc
|
||||
%{_bindir}/neomutt
|
||||
%{_mandir}/man1/neomutt.1%{ext_man}
|
||||
%{_mandir}/man5/neomuttrc.5%{ext_man}
|
||||
%dir %{_prefix}/lib/neomutt
|
||||
%{_prefix}/lib/neomutt/pgpewrap
|
||||
%{_prefix}/lib/neomutt/pgpring
|
||||
%{_prefix}/lib/neomutt/smime_keys
|
||||
%dir %{_prefix}/libexec
|
||||
%dir %{_prefix}/libexec/neomutt
|
||||
%{_prefix}/libexec/neomutt/pgpewrap
|
||||
%{_prefix}/libexec/neomutt/pgpring
|
||||
%{_prefix}/libexec/neomutt/smime_keys
|
||||
%{_mandir}/man1/pgpewrap_neomutt.1%{ext_man}
|
||||
%{_mandir}/man1/pgpring_neomutt.1%{ext_man}
|
||||
%{_mandir}/man1/smime_keys_neomutt.1%{ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user