public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/remind] epel10: fix final review comments
@ 2026-08-21 13:53 Neil Hanlon
0 siblings, 0 replies; 2+ messages in thread
From: Neil Hanlon @ 2026-08-21 13:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/remind
Branch : epel10
Commit : fa6773967725416f9abe995e855a1c78ed5edc85
Author : Neil Hanlon <neil@shrug.pw>
Date : 2024-02-07T14:11:56+00:00
Stats : +7/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/remind/c/fa6773967725416f9abe995e855a1c78ed5edc85?branch=epel10
Log:
fix final review comments
---
diff --git a/remind.spec b/remind.spec
index 33efd79..7750848 100644
--- a/remind.spec
+++ b/remind.spec
@@ -4,9 +4,6 @@ Release: %autorelease
Summary: Sophisticated calendar and alarm program
# GPL-2.0-only: main software
-# BSD-2-Clause:
-# - src/json.c
-# - src/json.h
# GPL-2.0-only AND LicenseRef-Fedora-Public-Domain:
# - src/moon.c
# LicenseRef-Fedora-Public-Domain:
@@ -66,11 +63,12 @@ Documentation and information on how to use remind
Summary: GUI for remind, a sophisticated calendar and alarm program
License: GPL-2.0-only
BuildArch: noarch
-Provides: tkremind = %{?epoch:%{epoch}:}%{version}-%{release}
-Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
+Provides: tkremind = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
Requires: tcl
Requires: tcllib
Requires: tk >= 8.0
+Suggests: google-noto-fonts
%description gui
Tkremind provides a GUI which allows viewing a calendar and adding or editing
@@ -97,6 +95,10 @@ Tools to convert the remind output to ps, pdf or html as well as example files.
# Disable packlist and perllocal update
sed -i 's|\$(PERL) Makefile.PL|\$(PERL) Makefile.PL NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS"|g' rem2pdf/Makefile.top.in
+# json-parser is in fedora; remove bundled copies
+rm src/json.h
+rm src/json.c
+
%build
%configure
%make_build
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/remind] epel10: fix final review comments
@ 2026-08-21 13:53 Neil Hanlon
0 siblings, 0 replies; 2+ messages in thread
From: Neil Hanlon @ 2026-08-21 13:53 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/remind
Branch : epel10
Commit : a6187f5accb73f53aabb4fa41059f941fefce2d1
Author : Neil Hanlon <neil@shrug.pw>
Date : 2024-02-07T14:10:18+00:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/remind/c/a6187f5accb73f53aabb4fa41059f941fefce2d1?branch=epel10
Log:
fix final review comments
---
diff --git a/remind.spec b/remind.spec
index 82edb1a..790caac 100644
--- a/remind.spec
+++ b/remind.spec
@@ -48,6 +48,10 @@ find . -type f -exec chmod -x {} \;
popd
+# json-parser is in fedora; remove bundled copies
+rm src/json.h
+rm src/json.c
+
%build
%configure
%make_build
^ 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: fix final review comments Neil Hanlon
-- strict thread matches above, loose matches on Subject: below --
2026-08-21 13:53 Neil Hanlon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox