public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/remind] epel10: take care of missing tcllib auto-dependency
@ 2026-08-21 13:53 Kurt Keller
0 siblings, 0 replies; 2+ messages in thread
From: Kurt Keller @ 2026-08-21 13:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/remind
Branch : epel10
Commit : f36d49c74d839aad7a3b9b0ad31927e3df1fcde8
Author : Kurt Keller <kurt@pinboard.jp>
Date : 2024-02-07T14:11:55+00:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/remind/c/f36d49c74d839aad7a3b9b0ad31927e3df1fcde8?branch=epel10
Log:
take care of missing tcllib auto-dependency
---
diff --git a/remind.spec b/remind.spec
index 198a225..9999392 100644
--- a/remind.spec
+++ b/remind.spec
@@ -1,6 +1,6 @@
Name: remind
Version: 04.02.06
-Release: 0%{?dist}
+Release: 1%{?dist}
Summary: A sophisticated calendar and alarm program
Group: Applications/Productivity
@@ -9,14 +9,15 @@ URL: https://dianne.skoll.ca/projects/remind/
Source0: https://dianne.skoll.ca/projects/remind/download/%{name}-%{version}.tar.gz
Source1: tkremind.desktop
+Source2: %{name}-rpmlintrc
BuildRequires: gcc
-BuildRequires: desktop-file-utils
BuildRequires: perl-Pango
BuildRequires: perl-Cairo
BuildRequires: perl-JSON-MaybeXS
BuildRequires: perl-ExtUtils-MakeMaker
+Requires: perl
Requires: perl-Pango
Requires: perl-Cairo
Requires: perl-JSON-MaybeXS
@@ -32,8 +33,10 @@ features:
Group: Applications/Productivity
Summary: A graphical front-end for remind using Tcl/Tk
BuildArchitectures: noarch
+BuildRequires: desktop-file-utils
Requires: tk > 8.0
Requires: tcl
+Requires: tcllib
Requires: remind = %{version}-%{release}
#Requires: google-noto-fonts-common
#Requires: google-noto-emoji-color-fonts
@@ -129,6 +132,9 @@ desktop-file-install \
%{_mandir}/man1/tkremind.1.gz
%changelog
+* Fri Oct 06 2023 Kurt Keller <kurt@pinboard.jp> - 04.02.06-1
+- tcllib is not automatically required by rpm upon install
+
* Fri Oct 06 2023 Kurt Keller <kurt@pinboard.jp> - 04.02.06-0
- Built latest version for Fedora 38
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/remind] epel10: take care of missing tcllib auto-dependency
@ 2026-08-21 13:53 Kurt Keller
0 siblings, 0 replies; 2+ messages in thread
From: Kurt Keller @ 2026-08-21 13:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/remind
Branch : epel10
Commit : 136e775e7bdecfd476b6422982c7a28f94c2b879
Author : Kurt Keller <kurt@pinboard.jp>
Date : 2024-02-07T14:10:15+00:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/remind/c/136e775e7bdecfd476b6422982c7a28f94c2b879?branch=epel10
Log:
take care of missing tcllib auto-dependency
---
diff --git a/remind-rpmlintrc b/remind-rpmlintrc
new file mode 100644
index 0000000..7e95b5e
--- /dev/null
+++ b/remind-rpmlintrc
@@ -0,0 +1,6 @@
+# Bogus warning - dependency on tcllib isn't added automatically
+addFilter ("explicit-lib-dependency tcllib")
+
+# silence the fsf address errors - can't do anything about it as long as the author does not update it
+addFilter ("incorrect-fsf-address /usr/share/doc/remind/COPYRIGHT")
+addFilter ("incorrect-fsf-address /usr/share/doc/remind/contrib/remind-conf-mode/remind-conf-mode.el")
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-21 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 13:53 [rpms/remind] epel10: take care of missing tcllib auto-dependency Kurt Keller
-- strict thread matches above, loose matches on Subject: below --
2026-08-21 13:53 Kurt Keller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox