diff --git a/neomutt-20171208.tar.gz b/neomutt-20171208.tar.gz deleted file mode 100644 index fe8aa4c..0000000 --- a/neomutt-20171208.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fdf28d73a893ad5dfc77f6d8662b599e92c73e6a7ff24c0db4673924e3dd735 -size 2703917 diff --git a/neomutt-20171215.tar.gz b/neomutt-20171215.tar.gz new file mode 100644 index 0000000..cf94f0f --- /dev/null +++ b/neomutt-20171215.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5 +size 2680191 diff --git a/neomutt.changes b/neomutt.changes index f6d6f8c..993518e 100644 --- a/neomutt.changes +++ b/neomutt.changes @@ -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 diff --git a/neomutt.spec b/neomutt.spec index 7d663db..e493688 100644 --- a/neomutt.spec +++ b/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}