Name: remind Version: 04.02.07 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: # - src/md5.c License: GPL-2.0-only AND BSD-2-Clause AND (GPL-2.0-only AND LicenseRef-Fedora-Public-Domain) AND LicenseRef-Fedora-Public-Domain URL: https://dianne.skoll.ca/projects/remind/ Source: %url/download/%{name}-%{version}.tar.gz Source: %url/download/%{name}-%{version}.tar.gz.sig Source: 685A5A5E511D30E2.gpg # stolen from Debian Patch: use-system-libjsonparser.diff BuildRequires: gcc BuildRequires: gnupg2 BuildRequires: make BuildRequires: perl(Cairo) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(JSON::MaybeXS) BuildRequires: perl(Pango) BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: pkgconfig(json-parser) Recommends: remind-tools Recommends: remind-gui %description Remind is a sophisticated calendar and alarm program. It includes the following features: - A sophisticated scripting language and intelligent handling of exceptions and holidays - Plain-text, PDF, PostScript and HTML output - Timed reminders and pop-up alarms - A friendly graphical front-end for people who don't want to learn the scripting language - Facilities for both the Gregorian and Hebrew calendars - Support for 12 different languages %package tools Summary: Additional tools for remind # GPL-2.0-or-later: # - contrib/ical2rem.pl # - contrib/rem2ics-0.93/rem2ics.spec # - contrib/remind-conf-mode/remind-conf-mode.el # GPL-2.0-or-later AND GPL-2.0-only: # - contrib/rem2ics-0.93/rem2ics # GPL-3.0-only: # - contrib/remind-conf-mode/gpl.txt License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only %description tools Tools to convert the remind output to ps, pdf or html as well as example files. %package gui 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} Requires: tcl Requires: tcllib Requires: tk >= 8.0 %description gui Tkremind provides a GUI which allows viewing a calendar and adding or editing reminders without learning the syntax of Remind. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 -n %{name}-%{version} # 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 %build %configure %make_build %install %make_install %files %doc README docs/ %license COPYRIGHT MICROSOFT-AND-APPLE %{_bindir}/rem %{_bindir}/%{name} %{_datadir}/remind/ %{_mandir}/man1/rem.1* %{_mandir}/man1/%{name}.1* %files tools %doc www/ examples/ contrib/ %license COPYRIGHT MICROSOFT-AND-APPLE %{_bindir}/rem2html %{_bindir}/rem2pdf %{_bindir}/rem2ps %{perl_vendorlib}/* %{_mandir}/man1/rem2html.1* %{_mandir}/man1/rem2pdf.1* %{_mandir}/man1/rem2ps.1* %{_mandir}/man3/Remind::PDF.3pm* %{_mandir}/man3/Remind::PDF::Entry.3pm* %files gui %{_bindir}/tkremind %{_mandir}/man1/tkremind.1* %changelog %autochangelog