neomutt/neomutt.spec

175 lines
5.3 KiB
RPMSpec
Raw Normal View History

- Update to version 20241114: - Security * Fixed: CVE-2024-49393 * Fixed: CVE-2024-49394 * Read the protected Message-ID - Features * Allow toggling numeric configs, e.g. :toggle pager_index_lines * alias: tag/untag pattern * query: tag with <space> - Contrib * mutt_oauth2.py: Fix reference to client_secret - Bug Fixes * fix duplicate save-hook * expando: fix escaping * browser: fix enter-quit-enter * pager: fix repaint * config: warn about deprecated variables * Refresh alias/query dialog on alias/query format change * compose: fix redraw on attachment * compose: fix search with arrow_cursor * autocrypt: fix copy_normalize_addr() * alias: fix cli crash * expando: fix relative dates * expando: padding default to space - Translations * 100% German * 100% Turkish * 99% Czech * 99% Slovak * 82% French - Docs * drop refs to always-enabled features * fix typo in unmacro * fix broken link * ncrypt: fix typo in config.c - Code * Create memory alloc wrappers * Don't return the result of realpath() on failure * Fix memory leak in hcache * Lots of expando refactoring * fix type of PatternFlags.tag * tidy: smime_get_key_by_str() - Update to version 20241002: - Security * security: kill unnecessary blank lines * more security improvements * improve NeoMutt bailout handling - Features * remove mixmaster * honour umask in attach save - Bug Fixes * do not force username in addition to client certificate * Fix '%z' and '%Z in '%{...}' expando * Allow longer maildir filename suffixes * Don't force mbox stats calculations on startup * Fix sorting INBOX and its subfolders * Let ~Y match each tag individually * ignore macro events during autocrypt initialization * Generate the Message-ID earlier * compose: fix $compose_confirm_detach_first - Changed Config * set crypt_encryption_info = yes * Add an informative block with details about the encryption * set crypt_protected_headers_weed = no * Controls wether NeoMutt will weed protected header fields * set devel_security = no * Devel feature: Security * $mixmaster is deprecated * $mix_entry_format is deprecated - Translations * 100% German * 100% Lithuanian * 100% Serbian * 100% Spanish * 81% French - Docs * Fix configure script name in INSTALL.md * fix para ordering - Build * Update autosetup * Update acutest to the latest upstream commit * don't treat stddef.h specially * Add -std to CFLAGS too * require C11 * Support BerkeleyDB 18.1 * Assume 'struct timespec' exists * fix idn2 typo - Code * Close the hcache handle on failure to open the store * upgrade assert() * mutt/list.c: Use STAILQ_FOREACH_SAFE() in stailq deallocators * Use wmem*() functions with wide-character strings * ncrypt/crypt.c: Fix allocation size calculation * remove mutt_expand_path() * fix -Wdouble-promotion warnings * scanf: initialise out-vars * Allow opening the header cache in non-O_CREAT mode * Fix function pointer types * Check mutt_date_parse_date()s return value * Fix up slashes in imap_fix_path() * Fix padding with an empty string * tidy expando library - Remove --mixmaster configure flag, dropped by upstream OBS-URL: https://build.opensuse.org/package/show/server:mail/neomutt?expand=0&rev=73
2024-11-25 17:32:12 +01:00
#
# spec file for package neomutt
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: neomutt
Version: 20241114
Release: 0
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
License: GPL-2.0-or-later
Group: Productivity/Networking/Email/Clients
URL: https://neomutt.org
Source: https://github.com/neomutt/neomutt/archive/%{version}.tar.gz
Source2: https://github.com/neomutt/neomutt/releases/download/%{version}/%{version}.tar.gz.sig
Source3: https://flatcap.org/id/richard.russon.neomutt.asc#/%{name}.keyring
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cyrus-sasl-devel
BuildRequires: docbook-xsl-stylesheets
BuildRequires: gawk
BuildRequires: gdbm-devel
BuildRequires: gettext
BuildRequires: krb5-devel
BuildRequires: libdb-4_8-devel
BuildRequires: libgnutls-devel
BuildRequires: libgpgme-devel
BuildRequires: libidn2-devel
BuildRequires: libkyotocabinet-devel
BuildRequires: libtool
BuildRequires: lmdb-devel
BuildRequires: lua-devel
BuildRequires: ncurses-devel
BuildRequires: notmuch-devel
BuildRequires: openssl-devel
BuildRequires: pcre2-devel
BuildRequires: pkgconfig
BuildRequires: w3m
BuildRequires: xsltproc
BuildRequires: zlib-devel
Recommends: cyrus-sasl-plain
Recommends: neomutt-doc
Recommends: neomutt-lang
%description
NeoMutt is a command line mail reader based on Mutt, brings together many
new features. Can be installed in parallel with mutt.
%package contrib
Summary: Contrib scripts for Neomutt
Group: Productivity/Networking/Email/Clients
Requires: %{name} = %{version}
Recommends: perl
Recommends: python3
BuildArch: noarch
%description contrib
Examples, scripts and helpers that are distributed with Neomutt but are not
maintained by the Neomutt authors.
%package doc
Summary: Additional documentation for neomutt
Group: Documentation/Other
Requires: %{name} = %{version}
#Recommends: perl(Expect)
BuildArch: noarch
%description doc
Documentation for NeoMutt with neomuttrc examples for different environments
and requirements.
%lang_package macro
%prep
%setup -q
%build
export CFLAGS="%{optflags}"
./configure --prefix=%{_prefix} \
--docdir=%{_docdir}/neomutt \
--with-mailpath=%{_localstatedir}/mail \
--kyotocabinet \
--lua \
--lmdb \
--gnutls \
--gpgme \
--notmuch \
--sasl \
--gss \
--idn2 \
--pcre2 \
--zlib
make %{?_smp_mflags}
%install
%make_install
%find_lang neomutt
# Remove MacOS-specific files
rm -rf %{buildroot}%{_datadir}/%{name}/account-command/macos-keychain/
# Fix Python interpreter path
# https://en.opensuse.org/openSUSE:Packaging_Python#Dependency_on_/usr/bin/python3
%python3_fix_shebang_path %{buildroot}%{_datadir}/%{name}/oauth2/*
%files
%config(noreplace) %{_sysconfdir}/neomuttrc
%license %{_docdir}/%{name}/LICENSE.md
%{_bindir}/neomutt
%{_mandir}/man1/neomutt.1%{?ext_man}
%{_mandir}/man5/neomuttrc.5%{?ext_man}
%if 0%{?suse_version} && 0%{?suse_version} < 1550
%dir %{_prefix}/libexec
%endif
%dir %{_prefix}/libexec/neomutt
%{_prefix}/libexec/neomutt/pgpewrap
%{_prefix}/libexec/neomutt/smime_keys
%{_mandir}/man1/pgpewrap_neomutt.1%{?ext_man}
%{_mandir}/man1/smime_keys_neomutt.1%{?ext_man}
%{_mandir}/man5/mbox_neomutt.5%{?ext_man}
%{_mandir}/man5/mmdf_neomutt.5%{?ext_man}
# this file is used from the default /etc/neomuttrc and moved from neomutt-doc
%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/manual.txt
# helper scripts and instructions
%dir %{_datadir}/%{name}/
%dir %{_datadir}/%{name}/account-command/
%dir %{_datadir}/%{name}/account-command/gpg-json/
%doc %{_datadir}/%{name}/account-command/README.md
%{_datadir}/%{name}/account-command/gpg-json/credentials.sh
%doc %{_datadir}/%{name}/account-command/gpg-json/README.md
%files contrib
%dir %{_datadir}/%{name}/oauth2/
%dir %{_datadir}/%{name}/vim-keys/
%{_datadir}/%{name}/oauth2/mutt_oauth2.py
%doc %{_datadir}/%{name}/oauth2/README.md
%doc %{_datadir}/%{name}/vim-keys/vim-keys.rc
%doc %{_datadir}/%{name}/vim-keys/README.md
%files doc
%dir %{_docdir}/%{name}/
%dir %doc %{_datadir}/%{name}/colorschemes/
%dir %doc %{_datadir}/%{name}/logo/
%doc %{_docdir}/%{name}/AUTHORS.md
%doc %{_docdir}/%{name}/ChangeLog.md
%doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md
%doc %{_datadir}/%{name}/colorschemes/*.neomuttrc
%doc %{_docdir}/%{name}/CONTRIBUTING.md
%doc %{_docdir}/%{name}/*.html
%doc %{_docdir}/%{name}/INSTALL.md
%doc %{_datadir}/%{name}/logo/neomutt*
%doc %{_datadir}/%{name}/mime.types
%doc %{_docdir}/%{name}/README*
%doc %{_docdir}/%{name}/SECURITY.md
%doc %{_docdir}/%{name}/smime-notes.txt
%files lang -f %{name}.lang
%changelog