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