diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91dea9a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +task-1.9.2.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 8e95a60..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: task -# $Id$ -NAME := task -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/sources b/sources index e69de29..921b6c4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +be98cc74fe03b8336250e0b7ed3cd8c7 task-1.9.2.tar.gz diff --git a/task.spec b/task.spec new file mode 100644 index 0000000..fdc87e0 --- /dev/null +++ b/task.spec @@ -0,0 +1,96 @@ +Name: task +Version: 1.9.2 +Release: 1%{?dist} +Summary: A command-line to do list manager + +Group: Applications/Productivity +License: GPLv2+ +URL: http://taskwarrior.org +Source0: http://taskwarrior.org/download/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: ncurses-devel + +%description +Task is a command-line to do list manager. It has +support for GTD functionality and includes the +following features: tags, colorful tabular output, +reports and graphs, lots of manipulation commands, +low-level API, abbreviations for all commands and +options, multi-user file locking, recurring tasks. + +%prep +%setup -q + + +%build +export LDFLAGS="${LDFLAGS} -s" +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d +install -m 644 -T scripts/bash/task_completion.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/task + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc /usr/share/doc/task/ +%{_bindir}/task +%{_mandir}/man1/task.1.gz +%{_mandir}/man5/taskrc.5.gz +%{_mandir}/man5/task-tutorial.5.gz +%{_mandir}/man5/task-color.5.gz +%{_mandir}/man5/task-faq.5.gz +%config(noreplace) %{_sysconfdir}/bash_completion.d + + +%changelog +* Mon Jul 14 2010 Federico Hernandez - 1.9.2-1 + Intial RPM for task beta release 1.9.2 +* Mon May 22 2010 Federico Hernandez - 1.9.1-1 + Intial RPM for task beta release 1.9.1 +* Mon Feb 22 2010 Federico Hernandez - 1.9.0-1 + Intial RPM for task beta release 1.9.0 +* Mon Feb 15 2010 Federico Hernandez - 1.9.0.beta3-1 + Intial RPM for task beta release 1.9.0.beta3 +* Mon Feb 08 2010 Federico Hernandez - 1.9.0.beta2-1 + Intial RPM for task beta release 1.9.0.beta2 +* Wed Feb 03 2010 Federico Hernandez - 1.9.0.beta1-1 + Intial RPM for task beta release 1.9.0.beta1 +* Sat Dec 05 2009 Federico Hernandez - 1.8.5-2 + Fixed wrong ChangeLog file +* Sat Dec 05 2009 Federico Hernandez - 1.8.5-1 + Intial RPM for task bugfix release 1.8.5 +* Tue Nov 17 2009 Federico Hernandez - 1.8.4-1 + Intial RPM for task bugfix release 1.8.4 +* Wed Oct 21 2009 Federico Hernandez - 1.8.3-1 + Intial RPM for task bugfix release 1.8.3 +* Mon Sep 07 2009 Federico Hernandez - 1.8.2-1 + Intial RPM for task bugfix release 1.8.2 +* Thu Aug 20 2009 Federico Hernandez - 1.8.1-1 + Intial RPM for task bugfix release 1.8.1 +* Tue Jul 21 2009 Federico Hernandez - 1.8.0-1 + Intial RPM for task release 1.8.0 +* Mon Jul 13 2009 Federico Hernandez - 1.8.0.beta3-1 + Intial RPM for task beta release 1.8.0.beta3 +* Wed Jul 08 2009 Federico Hernandez - 1.8.0.beta2-1 + Intial RPM for task beta release 1.8.0.beta2 +* Tue Jul 07 2009 Federico Hernandez - 1.8.0.beta1-1 + Intial RPM for task beta release 1.8.0.beta1 +* Tue Jun 08 2009 Federico Hernandez - 1.7.1-2 + Fixed inclusion of manpages. +* Tue Jun 08 2009 Federico Hernandez - 1.7.1-1 + Initial RPM for bugfix release 1.7.1. + Updated references to new project homepage in spec file. +* 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.