diff --git a/.cvsignore b/.cvsignore index e69de29..2220f6f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +task-1.7.0.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..5f40e3e --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +task-1_7_0-2_fc10:F-11:task-1.7.0-2.fc10.src.rpm:1243416155 diff --git a/sources b/sources index e69de29..b8cb4be 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4f6fe66dbd9fb3249dd201fd843b8319 task-1.7.0.tar.gz diff --git a/task.spec b/task.spec new file mode 100644 index 0000000..35ecfd9 --- /dev/null +++ b/task.spec @@ -0,0 +1,53 @@ +Name: task +Version: 1.7.0 +Release: 2%{?dist} +Summary: An open source, command-line, TODO list manager + +Group: Applications/Productivity +License: GPLv2+ +URL: http://www.beckingham.net/task.html +Source0: http://www.beckingham.net/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: ncurses-devel + +%description +Task is an open source, command-line, TODO list manager. It is +scope-limited to GTD functionality and features: tags, colorful +tabular output, reports and graphs, lots of commands, low-level +api, abbreviations for all commands and options, multiuser file +locking, recurring tasks. Task is based on ideas presented in +the todo.sh script found on: http://todotxt.org + +%prep +%setup -q + + +%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 AUTHORS ChangeLog COPYING INSTALL NEWS README task_completion.sh +%{_bindir}/task +%{_mandir}/man1/task.1.gz +%{_mandir}/man5/taskrc.5.gz + + +%changelog +* Tue May 19 2009 Federico Hernandez - 1.7.0-2 +- Changed license to GPLv2+ and removed Requires macro. +- See https://bugzilla.redhat.com/show_bug.cgi?id=501498 +* Tue May 19 2009 Federico Hernandez - 1.7.0-1 +- Initial RPM.