https://bugzilla.redhat.com/show_bug.cgi?id=2086484
--- Comment #16 from Richard Russon richard.russon@gmail.com --- Spec URL: https://download.copr.fedorainfracloud.org/results/flatcap/neomutt-test/fedo... SRPM URL: https://download.copr.fedorainfracloud.org/results/flatcap/neomutt-test/fedo...
Note: This has been built against a development version of NeoMutt, which has some bugs.
We do still need to put the finishing touches on the documentation/license handling.
%{make_install} +rm %{buildroot}%{_pkgdocdir}/INSTALL.md %{buildroot}%{_pkgdocdir}/LICENSE.md
done
+%{_pkgdocdir}
done. much tidier :-)
one more tweak to resolve an "ambiguous python shebang" error +sed -e '1 s/python/python3/' -i %{buildroot}%{_pkgdocdir}/keybase/keybase.py
We decided instead to drop the keybase script -- unmaintained, unused
----------------------
Other changes:
The contrib files (all the non-docs) have been moved to /usr/share/neomutt I've added: `%{_datadir}` to the `%files` section to cover them.
I've added a patch: neomutt-fedora_colors.patch (Each distro seems to have its own custom colours) The spec *used* to grep the config out of another file (now deceased).
License: as keybase.py has gone, so has one of the license types (Unlicense).
Thanks!