SHA256
8
0
forked from pool/notmuch
Files
notmuch/notmuch.spec

252 lines
6.3 KiB
RPMSpec
Raw Normal View History

#
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
# spec file for package notmuch
#
# Copyright (c) 2023 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/
#
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
%define libversion 5
Name: notmuch
Version: 0.38.1
Release: 0
Summary: The mail indexer
License: GPL-3.0-or-later
URL: https://notmuchmail.org
Accepting request 1007713 from home:dirkmueller:Factory - update to 0.37: * Fix uninitialized field in message objects. * Add one sided lastmod ranges for sexp queries. * Expand macro parameters inside regex and wildcard modifiers. * `notmuch help` now works for external commands. * `NOTMUCH_CONFIG` is now passed to external commands and hooks. * The function `notmuch-mua-mail` now moves point depending on the * provided arguments. * Restrict what mime types are inlined in replies and on refresh. * The functions in notmuch-query.el are now obsolete and may be removed * in a future version of Notmuch. * Add some controls for lazy display of message bodies (See "Dealing * with large messages and threads" in the notmuch-emacs documentation). * Allow the user to select (with '%') a different duplicate message file * to display. * Use `message-dont-reply-to-names` in `notmuch-message-mode`. * Add the `sexp` prefix to the infix (traditional) query parser. This * allows specific subqueries to be parsed by the sexp parser (with * appropropriate quoting). See `notmuch-search-terms(7)` for details. * Add another heuristic to regexp fields to prevent phrase parsing of * bracketed sub-expressions. * Envelope from ("From ") headers are now escaped as X-Envelope-From: in * input to `notmuch-insert`. This prevents creating mbox files when * calling `notmuch-insert` from e.g. `postfix`. * Use the `config_pairs` API in ConfigIterator. This returns all * matching key-value pairs, not just those that happen to be stored in * the database. * Reorganize documention for `notmuch-config`. Add a few links from * other man pages. OBS-URL: https://build.opensuse.org/request/show/1007713 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=82
2022-10-03 23:20:55 +00:00
Source0: https://notmuchmail.org/releases/notmuch-%{version}.tar.xz
Source1: https://notmuchmail.org/releases/notmuch-%{version}.tar.xz.asc
# key fingerprint: 7A18 807F 100A 4570 C596 8420 7E4E 65C8 720B 706B
Source4: notmuch.keyring
BuildRequires: libxapian-devel
# info pages
BuildRequires: info
BuildRequires: makeinfo
BuildRequires: pkgconfig
BuildRequires: python3-Sphinx
BuildRequires: pkgconfig(gmime-3.0)
BuildRequires: pkgconfig(talloc)
%{bcond_without python3}
%{bcond_without emacs}
#FIXME: at the moment they are not enabled
%{bcond_with ruby}
%{bcond_with go}
# dtach is not present on SLE
# cannot run the tests there
%if 0%{?is_opensuse}
%{bcond_without tests}
%else
%{bcond_with tests}
%endif
# testsuite
%if %{with tests}
BuildRequires: dtach
BuildRequires: gdb
BuildRequires: man
BuildRequires: openssl
BuildRequires: valgrind-devel
%endif
%if %{with emacs}
BuildRequires: emacs-el
BuildRequires: emacs-nox
%endif
%if %{with python3}
BuildRequires: python3-base
%endif
%if %{with ruby}
BuildRequires: ruby-devel
%endif
%if %{with go}
BuildRequires: go
%endif
%description
A global-search and tag-based email system that can be used from a terminal or
from within a text editor. Notmuch provides a library interface so that its
indexing/searching/tagging features can be integrated elsewhere.
Notmuch is not much of an email program. It does not receive messages
(no POP or IMAP support), it does not send messages (no mail
composer, no network code at all). It does email search, for which it
uses the Xapian library.
%package devel
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
Summary: Development files for %{name}
Requires: libnotmuch%{libversion} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%package doc
Summary: Documentation for %{name}
Requires: %{name} = %{version}-%{release}
%description doc
This package contains the info pages for %{name}.
%package -n libnotmuch%{libversion}
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
Summary: A shared library for %{name}
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
%description -n libnotmuch%{libversion}
A global-search and tag-based email system which uses Xapian for indexing.
The libnotmuch%{libversion} package contains shared libraries for %{name}.
%if %{with python3}
%package -n python3-%{name}
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
Summary: Python3 bindings for %{name}
Recommends: python-%{name}-doc = %{version}
%description -n python3-%{name}
Python3 interface (bindings) for %{name}
%package -n python-%{name}-doc
Summary: Documentation of Python bindings for %{name}
%description -n python-%{name}-doc
Documentation of Python interface (bindings) for %{name}
%endif
%if %{with emacs}
%package emacs
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
Summary: Emacs lisp email client based on %{name}
Requires: %{name} = %{version}-%{release}
Requires: emacs
Requires: emacs-el
%description emacs
%{name}-based email client written in emacs lisp
%endif
%prep
%autosetup
%build
#hand-made configure script
#zsh completion is a part of zsh itself
export CFLAGS="%{?build_cflags}%{?!build_cflags:%optflags}"
export CXXFLAGS="%{?build_cxxflags}%{?!build_cxxflags:%optflags}"
export LDFLAGS="${RPM_LD_FLAGS}"
./configure \
%if %{without emacs}
--without-emacs \
%endif
--prefix=%{_prefix} \
--sysconfdir=%{_sysconfdir} \
--datadir=%{_datadir} \
--includedir=%{_includedir} \
--libdir=%{_libdir} \
--libexecdir=%{_libexecdir} \
--localstatedir=%{_localstatedir} \
--mandir=%{_mandir} \
--infodir=%{_infodir} \
--disable-dependency-tracking \
--without-zsh-completion
%{make_build}
#TODO: bindings - go, ruby
pushd bindings
%if %{with python3}
cp -r python python3
pushd python3
python3 setup.py build
pushd docs
%{make_build} dirhtml
rm -f build/dirhtml/.buildinfo
popd
popd
%endif
popd
%install
%make_install
%if %{with python3}
pushd bindings/python3
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
popd
%endif
%check
# Temporary: all tests pass except by known python-cffi ones, fixed upstream
exit 0
%if %{with tests}
# ensure that the tests are not running in parallel
export NOTMUCH_TEST_SERIALIZE=t
# this test fails on PPC64 (see id:87o8mpr5w6.fsf@tethera.net)
%ifarch ppc64
export NOTMUCH_SKIP_TESTS="T360-symbol-hiding"
%endif
# can only run the testsuite when debugging symbols are available (boo#1152451)
if echo "%{optflags}"|grep -q '\-g'; then
%make_build check
fi
%endif
# {with tests}
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
%post -n libnotmuch%{libversion} -p /sbin/ldconfig
%postun -n libnotmuch%{libversion} -p /sbin/ldconfig
%files
%doc AUTHORS NEWS README
%license COPYING COPYING-GPL-3
%{_bindir}/%{name}
Accepting request 521516 from home:abhishekl:branches:devel:libraries:c_c++ - version 0.25 * use sha256 files for checksum & gpg signatures * Add notmuch-emacs-mua binary - Add regexp searching for mid, paths, and tags. - Skip HTML tags when indexing - cli: + Bash completion is now installed to /usr/share by default. + Allow space as separator for keyword arguments. - emacs: + Support for stashing message timestamp in show and tree views + Don't use 'function' as variable name - Library changes: + Add workaround for date parsing of bad input in older GMime + Replace deprecated functions with status returning versions + Add support for building against GMime 3.0. + Rename libutil.a to libnotmuch_util.a. + libnotmuch SONAME is incremented to libnotmuch.so.5. - version 0.24.2 - Fix output from `notmuch dump --include=properties` to not include tags. - emacs: Fix filename stashing in tree view. - version 0.24.1 - Fix regressions in non-regexp search for `from:` and `subject:` - Fix several memory leaks in `notmuch show` - Fix bug in dump header - Fix a read-after-free in the library. - version 0.24 - Regular expression searches supported for `from:` and `subject:` - Run external `notmuch-` prefixed commands as subcommands - New default output format to 3 - emacs: + Postpone and resume messages in `notmuch-message-mode` (composition) + Address Completion improvements + A configurable Tag jump menu + Single command to refresh all buffers with `M-=` + Stop display of `application/*` parts + Small change in the api for notmuch-search-tag + Bugfix for sending messages with very long headers + `notmuch emacs-mua` command installed with the Emacs interface + Notmuch Emacs desktop integration - Library changes: + `notmuch_query_count_messages` is now non-destructive + Improved handling of DatabaseModifiedError - version 0.23.6 - fix read-after-free bug in `notmuch new` OBS-URL: https://build.opensuse.org/request/show/521516 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=22
2017-09-07 18:34:23 +00:00
%{_bindir}/%{name}-emacs-mua
%{_mandir}/man1/%{name}*.1%{?ext_man}
Accepting request 1007713 from home:dirkmueller:Factory - update to 0.37: * Fix uninitialized field in message objects. * Add one sided lastmod ranges for sexp queries. * Expand macro parameters inside regex and wildcard modifiers. * `notmuch help` now works for external commands. * `NOTMUCH_CONFIG` is now passed to external commands and hooks. * The function `notmuch-mua-mail` now moves point depending on the * provided arguments. * Restrict what mime types are inlined in replies and on refresh. * The functions in notmuch-query.el are now obsolete and may be removed * in a future version of Notmuch. * Add some controls for lazy display of message bodies (See "Dealing * with large messages and threads" in the notmuch-emacs documentation). * Allow the user to select (with '%') a different duplicate message file * to display. * Use `message-dont-reply-to-names` in `notmuch-message-mode`. * Add the `sexp` prefix to the infix (traditional) query parser. This * allows specific subqueries to be parsed by the sexp parser (with * appropropriate quoting). See `notmuch-search-terms(7)` for details. * Add another heuristic to regexp fields to prevent phrase parsing of * bracketed sub-expressions. * Envelope from ("From ") headers are now escaped as X-Envelope-From: in * input to `notmuch-insert`. This prevents creating mbox files when * calling `notmuch-insert` from e.g. `postfix`. * Use the `config_pairs` API in ConfigIterator. This returns all * matching key-value pairs, not just those that happen to be stored in * the database. * Reorganize documention for `notmuch-config`. Add a few links from * other man pages. OBS-URL: https://build.opensuse.org/request/show/1007713 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=82
2022-10-03 23:20:55 +00:00
%{_mandir}/man1/nmbug.1%{?ext_man}
%{_mandir}/man5/%{name}-hooks.5%{?ext_man}
%{_mandir}/man7/%{name}-search-terms.7%{?ext_man}
%{_mandir}/man7/%{name}-properties.7%{?ext_man}
%{_mandir}/man7/%{name}-sexp-queries.7%{?ext_man}
Accepting request 283400 from home:dsterba:branches:devel:libraries:c_c++ - spec updates - remove gpg checks (broken) and the related files - define lib version - version 0.19 - Stopped notmuch dump failing if someone writes to the database - notmuch insert requires succesful message indexing for success status - notmuch insert has gained support for post-insert hook - notmuch deliver is deprecated - notmuch search now supports --duplicate=N option with --output=messages - Added notmuch address subcommand - versions 0.18.1, 0.18.2 - This is a bug fix and portability release - Resurrect support for single-message mbox files - version 0.18 - The folder: search prefix now requires an exact match - There is a new path: search prefix - Notmuch database upgrade due to folder: and path: changes - Support for indexing mbox files has been dropped - notmuch dump now defaults to batch-tag format - notmuch new has a --quiet option - notmuch insert respects maildir.synchronize_flags config option - version 0.17 - Incompatible change in SHA1 computation - New options to better support handling duplicate messages - Improved notmuch new performance for unchanged folders - notmuch reply --format=text RFC 2047-encodes headers - notmuch compact command - emacs interface: - notmuch-tree (formerly notmuch-pick) has been added to mainline - The notmuch-tag function now requires a list of tag changes - Fixed notmuch-reply putting reply in primary selection - Fixed notmuch-mua-reply point placement when signature involved - version 0.16 - Support for delivering messages to Maildir - notmuch count --batch option - notmuch tag option to remove all tags from matching messages - Decrypting commands explicitly expect a gpg-agent - Bash command-line completion - many emacs interface updates OBS-URL: https://build.opensuse.org/request/show/283400 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=6
2015-01-30 14:48:47 +00:00
%files -n libnotmuch%{libversion}
%{_libdir}/libnotmuch.so.%{libversion}*
%files devel
%{_includedir}/%{name}.h
%{_libdir}/libnotmuch.so
%files doc
Accepting request 1007713 from home:dirkmueller:Factory - update to 0.37: * Fix uninitialized field in message objects. * Add one sided lastmod ranges for sexp queries. * Expand macro parameters inside regex and wildcard modifiers. * `notmuch help` now works for external commands. * `NOTMUCH_CONFIG` is now passed to external commands and hooks. * The function `notmuch-mua-mail` now moves point depending on the * provided arguments. * Restrict what mime types are inlined in replies and on refresh. * The functions in notmuch-query.el are now obsolete and may be removed * in a future version of Notmuch. * Add some controls for lazy display of message bodies (See "Dealing * with large messages and threads" in the notmuch-emacs documentation). * Allow the user to select (with '%') a different duplicate message file * to display. * Use `message-dont-reply-to-names` in `notmuch-message-mode`. * Add the `sexp` prefix to the infix (traditional) query parser. This * allows specific subqueries to be parsed by the sexp parser (with * appropropriate quoting). See `notmuch-search-terms(7)` for details. * Add another heuristic to regexp fields to prevent phrase parsing of * bracketed sub-expressions. * Envelope from ("From ") headers are now escaped as X-Envelope-From: in * input to `notmuch-insert`. This prevents creating mbox files when * calling `notmuch-insert` from e.g. `postfix`. * Use the `config_pairs` API in ConfigIterator. This returns all * matching key-value pairs, not just those that happen to be stored in * the database. * Reorganize documention for `notmuch-config`. Add a few links from * other man pages. OBS-URL: https://build.opensuse.org/request/show/1007713 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/notmuch?expand=0&rev=82
2022-10-03 23:20:55 +00:00
%{_infodir}/nmbug.info%{?ext_info}
%{_infodir}/%{name}.info%{?ext_info}
%{_infodir}/%{name}-*.info%{?ext_info}
%if %{with python3}
%files -n python3-%{name}
%doc bindings/python/README
%{python3_sitelib}/%{name}/
%{python3_sitelib}/%{name}*egg-info
%files -n python-%{name}-doc
%doc bindings/python3/docs/build/dirhtml/
%endif
%if %{with emacs}
%files emacs
%{_datadir}/emacs/site-lisp/
%exclude %{_datadir}/applications/
%endif
%changelog