Eric H Christensen 11ef9b4
Name:		tudu
Eric Christensen 8e0dd1a
Version:	0.8.1
Eric Christensen 8e0dd1a
Release:	1%{?dist}
Eric H Christensen 11ef9b4
Summary:	A simple, command line interface to do list application
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
Group:		Applications/Productivity
Eric H Christensen 11ef9b4
License:	GPLv3
Eric H Christensen 11ef9b4
URL:		http://cauterized.net/~meskio/tudu/
Eric Christensen 8e0dd1a
Source0:	http://cauterized.net/~meskio/tudu/tudu-0.8.1.tar.gz
Eric H Christensen 11ef9b4
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Eric Christensen 8e0dd1a
Patch0:		tudu.patch
Eric Christensen 8e0dd1a
Patch1:		tudu.2.patch
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
BuildRequires:	gcc-c++
Eric H Christensen 11ef9b4
BuildRequires:	ncurses-devel
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%description
Eric H Christensen 11ef9b4
A command line interface to manage hierarchical to dos. Each task has a title, a
Eric H Christensen 11ef9b4
long text description, a deadline (tudu warns you when the date is close), and 
Eric H Christensen 11ef9b4
a scheduled date. There are categories and priorities.
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%prep
Eric H Christensen 11ef9b4
%setup -q
Eric H Christensen 11ef9b4
%patch0 -p1
Eric H Christensen 11ef9b4
%patch1 -p1
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%build
Eric Christensen 8e0dd1a
%configure
Eric H Christensen 11ef9b4
make %{?_smp_mflags}
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%install
Eric H Christensen 11ef9b4
rm -rf $RPM_BUILD_ROOT
Eric Christensen 8e0dd1a
make install DESTDIR=$RPM_BUILD_ROOT
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%clean
Eric H Christensen 11ef9b4
rm -rf $RPM_BUILD_ROOT
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%files
Eric H Christensen 11ef9b4
%defattr(-,root,root,-)
Eric H Christensen 11ef9b4
%doc README COPYING CONTRIBUTORS ChangeLog AUTHORS todo.xml
Eric H Christensen 11ef9b4
%{_bindir}/%{name}
Eric H Christensen 11ef9b4
%{_mandir}/man1/%{name}*
Eric H Christensen 11ef9b4
%{_datadir}/%{name}
Eric H Christensen 11ef9b4
%config(noreplace) /etc/tudurc
Eric H Christensen 11ef9b4
Eric H Christensen 11ef9b4
%changelog
Eric Christensen 8e0dd1a
* Tue Dec 20 2011 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 0.8.1-1
Eric Christensen 8e0dd1a
- Updated to version 0.8.1
Eric Christensen 8e0dd1a
- Added arrow keys on date editor
Eric Christensen 8e0dd1a
- Added support for non-latin keybinding pairs
Eric Christensen 8e0dd1a
- Fixed wrong plotting while change tudu task position
Eric Christensen 8e0dd1a
- Fixed category problems (autofill, showonly, ...)
Eric Christensen 8e0dd1a
- Fixed Makefile problems reported on debian bug #611077
Eric Christensen 8e0dd1a
- Removed freeze on moving task
Eric Christensen 8e0dd1a
- Added ./configure script compatible with autotools
Eric Christensen 8e0dd1a
- Added multiple category support
Eric Christensen 8e0dd1a
- Added support for non-fix length categories
Eric Christensen 8e0dd1a
- Added warning color to old scheduled tasks in sched
Eric Christensen 8e0dd1a
- Added AvPag and RvPag to normal interface
Eric Christensen 8e0dd1a
- Fixed display when the length of the title equal to the screen
Eric Christensen 8e0dd1a
- Fixed problems with updating sched when the title changes
ef03c13
60514c8
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
60514c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
60514c8
Eric H Christensen 11ef9b4
* Fri Nov 26 2010 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 0.7-2
Eric H Christensen 11ef9b4
- Added two patches to fix problems in the Makefile regarding the debugging RPM.
Eric H Christensen 11ef9b4
* Tue Nov 23 2010 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 0.7-1
Eric H Christensen 11ef9b4
- Initial RPM build.