public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/tin] epel10.2: more explicit file list to avoid duplicates
Date: Sun, 23 Aug 2026 23:20:32 GMT	[thread overview]
Message-ID: <178752723246.1.4775840190951354575.rpms-tin-51a619cb57cd@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/tin
Branch : epel10.2
Commit : 51a619cb57cd8c87bb2ad55320055e186c78811c
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2024-03-05T09:27:17+01:00
Stats  : +16/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/tin/c/51a619cb57cd8c87bb2ad55320055e186c78811c?branch=epel10.2

Log:
more explicit file list to avoid duplicates

---
diff --git a/tin.spec b/tin.spec
index 4a80639..39a5f3b 100644
--- a/tin.spec
+++ b/tin.spec
@@ -63,21 +63,31 @@ sed -i -e 's/@\$(INSTALL) -s/@\$(INSTALL)/g' -e 's/@\$(CC)/\$(CC)/g' -e  's/@\$(
 
 # url_handler.sh conflicts with mutt
 rm -v %{buildroot}%{_bindir}/url_handler.pl
-# INSTALL file is not needed in the final RPM
-rm -v doc/INSTALL
 
 %find_lang %{name}
 
 %files -f %name.lang
-%doc README doc/*
+%doc README
+%doc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW}
+%doc doc/{config-anomalies,filtering,good-netkeeping-seal}
+%doc doc/*.{sample,txt}
+%doc doc/tin.defaults
 %{_bindir}/tin
 %{_bindir}/rtin
 %{_bindir}/metamutt
 %{_bindir}/opt-case.pl
 %{_bindir}/w2r.pl
 %{_bindir}/tinews.pl
-%{_mandir}/man1/*
-%{_mandir}/man5/*
+%{_mandir}/man1/opt-case.pl.1*
+%{_mandir}/man1/rtin.1*
+%{_mandir}/man1/tin.1*
+%{_mandir}/man1/tinews.pl.1*
+%{_mandir}/man1/url_handler.pl.1*
+%{_mandir}/man1/w2r.pl.1.gz
+%{_mandir}/man5/mbox.5*
+%{_mandir}/man5/mmdf.5*
+%{_mandir}/man5/rtin.5*
+%{_mandir}/man5/tin.5*
 
 %changelog
 * Tue Mar 05 2024 Dominik Mierzejewski <dominik@greysector.net> 2.6.3-4
@@ -85,6 +95,7 @@ rm -v doc/INSTALL
 - drop obsolete/redundant configure options
 - switch to package names in BuildRequires and sort alphabetically
 - use modern macros and drop __foo macro usage
+- more explicit file list to avoid duplicates
 
 * Wed Jan 31 2024 Pete Walter <pwalter@fedoraproject.org> - 2.6.3-3
 - Rebuild for ICU 74

                 reply	other threads:[~2026-08-23 23:20 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=178752723246.1.4775840190951354575.rpms-tin-51a619cb57cd@fedoraproject.org \
    --to=dominik@greysector.net \
    --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