1 Summary: A to-do list manager
6 Source: tdl-%{version}.tar.gz
7 Group: Applications/Utilities
8 Packager: Richard P. Curnow <rc@rc0.org.uk>
9 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
13 tdl is a console to-do list manager. You can run its subcommands direct from
14 the command line, or enter an interactive mode which uses the readline library.
21 make %{?_smp_mflags} CC=gcc CFLAGS=-O2 prefix=%{_prefix}
22 make %{?_smp_mflags} tdl.txt prefix=%{_prefix}
23 make %{?_smp_mflags} tdl.info prefix=%{_prefix}
24 make %{?_smp_mflags} tdl.html prefix=%{_prefix}
28 make install DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{buildroot}%{_bindir} mandir=%{buildroot}%{_mandir}
29 mkdir -p %{buildroot}%{_infodir}
30 cp tdl.info* %{buildroot}/%{_infodir}
36 %defattr(-,root,root,-)
37 %doc README tdl.txt tdl.html