public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Schorm <mschorm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/nemo] rawhide: Add search-helper Recommends: 'catdoc', 'unzip'
Date: Sat, 25 Jul 2026 17:59:43 GMT	[thread overview]
Message-ID: <178500238377.1.5537877177649202083.rpms-nemo-d6a5ceb47262@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/nemo
            Branch : rawhide
            Commit : d6a5ceb47262bb3ec075403bcdb088e229538e32
            Author : Michal Schorm <mschorm@redhat.com>
            Date   : 2026-07-25T16:00:28+02:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/nemo/c/d6a5ceb47262bb3ec075403bcdb088e229538e32?branch=rawhide

            Log:
            Add search-helper Recommends: 'catdoc', 'unzip'

'mso-doc.nemo_search_helper' lines 2-3 call 'catdoc' for legacy .doc files:
  TryExec=catdoc;
  Exec=catdoc %s
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/search-helpers/third-party/mso-doc.nemo_search_helper

'epub2text.nemo_search_helper' line 2 requires 'unzip' and 'html2text':
  TryExec=unzip;html2text;nemo-epub2text;
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/search-helpers/epub2text.nemo_search_helper#L2

'nemo-epub2text' lines 11, 14 use 'unzip' to extract EPUB content:
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/search-helpers/nemo-epub2text#L11

Both helpers use TryExec so they degrade gracefully, making
Recommends appropriate rather than hard Requires.

Not added: 'html2text' (may not be packaged under that name) and
'libreoffice' (too heavy for a Recommends).

Linux Mint divergence: 'debian/control' lines 99, 101 declare 'catdoc' and
'html2text' as hard Depends on the main nemo package. LM does not
declare 'unzip' (likely assumes it is always installed).
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/debian/control#L99

Co-Authored-By: Claude AI <noreply@anthropic.com>

---
diff --git a/nemo.spec b/nemo.spec
index 9147d23..8fd968a 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -79,6 +79,8 @@ Requires:   exif
 Requires:   ghostscript
 Requires:   poppler-utils
 Requires:   python3-xlrd
+Recommends: catdoc
+Recommends: unzip
 
 %description search-helpers
 This package provides the search helpers used by nemo.

                 reply	other threads:[~2026-07-25 17:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178500238377.1.5537877177649202083.rpms-nemo-d6a5ceb47262@fedoraproject.org \
    --to=mschorm@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox