fix final review comments
This commit is contained in:
parent
dd209faa96
commit
015bc0646c
12
remind.spec
12
remind.spec
@ -4,9 +4,6 @@ Release: %autorelease
|
|||||||
Summary: Sophisticated calendar and alarm program
|
Summary: Sophisticated calendar and alarm program
|
||||||
|
|
||||||
# GPL-2.0-only: main software
|
# GPL-2.0-only: main software
|
||||||
# BSD-2-Clause:
|
|
||||||
# - src/json.c
|
|
||||||
# - src/json.h
|
|
||||||
# GPL-2.0-only AND LicenseRef-Fedora-Public-Domain:
|
# GPL-2.0-only AND LicenseRef-Fedora-Public-Domain:
|
||||||
# - src/moon.c
|
# - src/moon.c
|
||||||
# LicenseRef-Fedora-Public-Domain:
|
# 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
|
Summary: GUI for remind, a sophisticated calendar and alarm program
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Provides: tkremind = %{?epoch:%{epoch}:}%{version}-%{release}
|
Provides: tkremind = %{version}-%{release}
|
||||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: tcl
|
Requires: tcl
|
||||||
Requires: tcllib
|
Requires: tcllib
|
||||||
Requires: tk >= 8.0
|
Requires: tk >= 8.0
|
||||||
|
Suggests: google-noto-fonts
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
Tkremind provides a GUI which allows viewing a calendar and adding or editing
|
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
|
# 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
|
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
|
%build
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
Reference in New Issue
Block a user