Blob Blame History Raw
Name:		tudu
Version:	0.8.1
Release:	1%{?dist}
Summary:	A simple, command line interface to do list application

Group:		Applications/Productivity
License:	GPLv3
URL:		http://cauterized.net/~meskio/tudu/
Source0:	http://cauterized.net/~meskio/tudu/tudu-0.8.1.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0:		tudu.patch
Patch1:		tudu.2.patch

BuildRequires:	gcc-c++
BuildRequires:	ncurses-devel

%description
A command line interface to manage hierarchical to dos. Each task has a title, a
long text description, a deadline (tudu warns you when the date is close), and 
a scheduled date. There are categories and priorities.

%prep
%setup -q
%patch0 -p1
%patch1 -p1

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING CONTRIBUTORS ChangeLog AUTHORS todo.xml
%{_bindir}/%{name}
%{_mandir}/man1/%{name}*
%{_datadir}/%{name}
%config(noreplace) /etc/tudurc

%changelog
* Tue Dec 20 2011 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 0.8.1-1
- Updated to version 0.8.1
- Added arrow keys on date editor
- Added support for non-latin keybinding pairs
- Fixed wrong plotting while change tudu task position
- Fixed category problems (autofill, showonly, ...)
- Fixed Makefile problems reported on debian bug #611077
- Removed freeze on moving task
- Added ./configure script compatible with autotools
- Added multiple category support
- Added support for non-fix length categories
- Added warning color to old scheduled tasks in sched
- Added AvPag and RvPag to normal interface
- Fixed display when the length of the title equal to the screen
- Fixed problems with updating sched when the title changes

* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Fri Nov 26 2010 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 0.7-2
- Added two patches to fix problems in the Makefile regarding the debugging RPM.
* Tue Nov 23 2010 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 0.7-1
- Initial RPM build.