Name: remind Version: 05.04.01 Release: 2%{?dist} Summary: Sophisticated calendar and alarm program # GPL-2.0-only: main software # 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) BuildRequires: desktop-file-utils BuildRequires: tzdata Recommends: remind-tools Recommends: remind-gui Recommends: remind-doc %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 doc Summary: Documentation for remind, a sophisticated calendar and alarm program License: GPL-2.0-only BuildArch: noarch %description doc Documentation and information on how to use remind %package gui Summary: GUI for remind, a sophisticated calendar and alarm program License: GPL-2.0-only BuildArch: noarch 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 reminders without learning the syntax of Remind. %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. %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 # json-parser is in fedora; remove bundled copies rm src/json.h rm src/json.c %build %configure %make_build %install %make_install desktop-file-validate %{buildroot}%{_datadir}/applications/tkremind.desktop %check make test %files %doc README.md %license COPYRIGHT %attr(0755,-,-) %{_bindir}/%{name} %{_bindir}/rem %{_datadir}/remind/ %{_mandir}/man1/rem.1* %{_mandir}/man1/%{name}.1* %files doc %doc README.md docs/ %doc www/ examples/ contrib/ %files tools %license COPYRIGHT %attr(0755,-,-) %{_bindir}/rem2html %attr(0755,-,-) %{_bindir}/rem2pdf %attr(0755,-,-) %{_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 %attr(0755,-,-) %{_bindir}/tkremind %{_mandir}/man1/tkremind.1* %{_datadir}/applications/tkremind.desktop %{_datadir}/pixmaps/tkremind.png %changelog * Thu Jun 26 2025 Jitka Plesnikova - 05.04.01-2 - Perl 5.42 rebuild * Sun Jun 15 2025 Dick Marinus - 05.04.01-1 - v05.04.01 * Wed Jun 4 2025 Dick Marinus - 05.04.00-1 - v05.04.00 * Fri May 23 2025 Dick Marinus - 05.03.07-1 - v05.03.07 * Mon May 19 2025 Dick Marinus - 05.00.05-3 - Fix tests * Sat Jan 18 2025 Fedora Release Engineering - 05.00.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Sep 02 2024 Neil Hanlon - 05.00.05-1 - update to 05.00.05 (#2290739) * Tue Aug 13 2024 Neil Hanlon - 05.00.02-1 - update to 05.00.02 (#2304275 #2290739) * Fri Jul 19 2024 Fedora Release Engineering - 04.03.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Apr 29 2024 Fedora Release Monitoring - 04.03.07-1 - Update to 04.03.07 (#2272678) * Mon Apr 01 2024 Neil Hanlon - 04.03.05-1 - update to 04.03.05 * Mon Mar 25 2024 Neil Hanlon - 04.03.04-1 - update to 04.03.04 (fedora#2270139) * Fri Mar 01 2024 Neil Hanlon - 04.03.02-1 - update to 04.03.02 (fedora#2267323) - stop moving desktop file * Thu Feb 29 2024 Neil Hanlon - 04.03.01-1 - update to 04.03.01 (fedora#1655289) - switch off of rpmautospec - include icon and desktop file from upstream * Wed Feb 07 2024 Neil Hanlon - 04.02.09-2 - remove patch included upstream * Wed Feb 07 2024 Neil Hanlon - 04.02.09-1 - update to 04.02.09 (fedora#2246133) * Wed Feb 07 2024 Neil Hanlon - 04.02.08-5 - fix final review comments * Wed Feb 07 2024 Neil Hanlon - 04.02.08-4 - fix rpmlint errors by integrating upstream patch to change fsf address * Wed Feb 07 2024 Neil Hanlon - 04.02.08-3 - don't include %{__isa} in Requires for tkremind * Wed Feb 07 2024 Neil Hanlon - 04.02.08-2 - Add tests, split documentation into subpkg * Wed Feb 07 2024 Neil Hanlon - 04.02.08-1 - update to 04.02.08 and address review comments * Wed Feb 07 2024 Neil Hanlon - 04.02.07-1 - update to eclipseo's work on the spec * Wed Feb 07 2024 Kurt Keller - 04.02.06-2 - take care of missing tcllib auto-dependency * Wed Feb 07 2024 Fedora Release Engineering - 03.01.15-10 - Unretirement releng issue: https://pagure.io/releng/issue/11917