]> git.pld-linux.org Git - packages/taskcoach.git/blob - taskcoach.spec
- initial
[packages/taskcoach.git] / taskcoach.spec
1 Summary:        Task Coach is a simple open source todo manager to manage personal tasks and todo lists
2 Summary(hu.UTF-8):      Task Coach egy egyszerű, nyílt forráskódú teendő-nyilvántartó
3 Name:           taskcoach
4 Version:        0.71.5
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/taskcoach/TaskCoach-%{version}.tar.gz
9 # Source0-md5:  4265b00ae37f84507f8a1c69aa32a908
10 URL:            http://paintown.sourceforge.net
11 BuildRequires:  python-wxPython-devel
12 Requires:       python-wxPython
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Task Coach is a simple open source todo manager to manage personal
17 tasks and todo lists. Task Coach currently has the following features:
18
19 - Creating, editing, and deleting tasks and subtasks.
20 - Tasks have a subject, description, priority, start date, due date, a
21   completion date and an optional reminder. Tasks can recur on a daily,
22   weekly or monthly basis.
23 - Tasks can be viewed as a list or as a tree.
24 - Tasks can be sorted by all task attributes, e.g. subject, budget,
25   budget left, due date, etc.
26 - Several filters to e.g. hide completed tasks or view only tasks that
27   are due today.
28 - Tasks can be created by dragging an e-mail message from Outlook or
29   Thunderbird onto a task viewer.
30 - Attachments can be added to tasks, notes, and categories by dragging
31   and dropping files, e-mail messages from Outlook or Thunderbird, or
32   URL's onto a task, note or category.
33 - Task status depends on its subtask and vice versa. E.g. if you mark
34   the last uncompleted subtask as completed, the parent task is
35   automatically marked as completed too.
36 - Tasks and notes can be assigned to user-defined categories.
37 - Settings are persistent and saved automatically. The last opened
38   file is loaded automatically when starting Task Coach.
39 - Tracking time spent on tasks. Tasks can have a budget. Time spent
40   can be viewed by individual effort period, by day, by week, and by
41   month.
42 - The Task Coach file format (.tsk) is XML.
43 - Tasks, notes, effort, and categories can be exported to HTML and CSV
44   (Comma separated format). Effort can be exported to iCalendar/ICS
45   format as well.
46 - Tasks, effort, notes, and categories can be printed. When printing,
47   Task Coach prints the information that is visible in the current view,
48   including any filters and sort order.
49 - Task Coach can be run from a removable medium.
50 - Tasks and notes can be synchronized via a Funambol server such as
51   ScheduleWorld.
52
53 %description -l hu.UTF-8
54 Task Coach egy egyszerű, nyílt forráskódú teendő-nyilvántartó.
55
56 %prep
57 %setup -q -n TaskCoach-%{version}
58
59 %build
60 python setup.py build
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64 python setup.py install --root $RPM_BUILD_ROOT
65 rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/buildlib
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc CHANGES.txt INSTALL.txt PUBLICITY.txt README.txt
73 %attr(755,root,root) %{_bindir}/taskcoach*
74 %{py_sitescriptdir}/TaskCoach-0.71.5-py2.6.egg-info
75 %dir %{py_sitescriptdir}/taskcoachlib
76 %{py_sitescriptdir}/taskcoachlib/*
This page took 0.0949 seconds and 3 git commands to generate.