fix final review comments

This commit is contained in:
Neil Hanlon 2024-01-27 23:34:55 -05:00 committed by Neil Hanlon
parent dd209faa96
commit 015bc0646c
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -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