public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/tin] epel10: more explicit file list to avoid duplicates
@ 2026-08-23 23:18 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-23 23:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/tin
Branch : epel10
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

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

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

only message in thread, other threads:[~2026-08-23 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 23:18 [rpms/tin] epel10: more explicit file list to avoid duplicates Dominik 'Rathann' Mierzejewski

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