Name: devtodo Version: 0.1.20 Summary: Manage a prioritised list of todo items organized by directory Release: 2%{?dist} License: GPLv2 Group: Development/Tools URL: http://swapoff.org/DevTodo Source0: http://swapoff.org/files/%{name}/%{name}-%{version}.tar.gz Patch0: devtodo-0.1.20-buildfixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel BuildRequires: readline-devel %description Todo is a program to display and manage a hierarchical, prioritised list of outstanding work, or just reminders. The program itself is assisted by a few shell scripts that override default builtins. Specifically, cd, pushd and popd are overridden so that when using one of these commands to enter a directory, the todo will display any outstanding items in that directory. For much more complete information please refer to the man page (devtodo(1)). %prep %setup -q %patch0 -p1 -b .bfix %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install mkdir -p %{buildroot}/etc/profile.d %{__install} -m 644 doc/scripts.sh %{buildroot}/etc/profile.d/devtodo.sh %{__install} -m 644 doc/scripts.tcsh %{buildroot}/etc/profile.d/devtodo.tcsh %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/todorc %{_sysconfdir}/profile.d/devtodo.sh %{_sysconfdir}/profile.d/devtodo.tcsh %{_bindir}/devtodo %{_bindir}/todo %{_bindir}/tda %{_bindir}/tdr %{_bindir}/tde %{_bindir}/tdd %{_bindir}/tdl %{_mandir}/man?/* %doc AUTHORS README COPYING NEWS QuickStart doc/todorc.example ChangeLog %changelog * Tue Dec 19 2008 Bernie Innocenti - 0.1.20-1 - Fix Summary and License tags as requested by reviewer * Tue Dec 10 2008 Bernie Innocenti - 0.1.20-1 - Upstream version 0.1.20. - Comply with Fedora packaging guidelines * Sat Dec 14 2002 Alec Thomas - Added tdl stuff * Thu Nov 8 2001 Alec Thomas - Now include example scripts for sh/tcsh and gzip man pages due to extreme bizarreness of rpm. * Wed Jul 11 2001 Alec Thomas - Removed aclocal/autoheader/autoconf/automake use. * Mon May 14 2001 Alec Thomas - Initial RPMage.