public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Add search-helper Recommends: 'catdoc', 'unzip'
@ 2026-07-25 17:59 Michal Schorm
  0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:59 UTC (permalink / raw)
  To: git-commits

            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.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-25 17:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:59 [rpms/nemo] rawhide: Add search-helper Recommends: 'catdoc', 'unzip' Michal Schorm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox