]> git.pld-linux.org Git - packages/gfocustimer.git/blob - gfocustimer.spec
6244ae62fd4f8fe102633aca7786a5499a38e5a9
[packages/gfocustimer.git] / gfocustimer.spec
1 Summary:        Prepare timesheet from X window usage
2 Summary(pl):    Aplikacja przygotowuj±ca rozk³ad korzystania z okienek X
3 Vendor:         James Cameron
4 Name:           gfocustimer
5 Version:        0.5
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://quozl.us.netrek.org/gfocustimer/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-DESTDIR.patch
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+-devel
14 URL:            http://quozl.us.netrek.org/gfocustimer/
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 gfocustimer captures information about which windows you are spending
20 your time in, to assist with personal scheduling and preparing
21 timesheets.
22
23 gfocustimer displays a list of chargable tasks which con- sist of an
24 entry name and the time spent on the task. It can be used in a manual
25 mode, where the user selects a new entry, or in a semi-automatic focus
26 watching mode, where the user connects windows on screen to tasks.
27
28 %description -l pl
29 gfocustimer zbiera informacje o oknach, przy których spedza siê czas,
30 by pomóc w przygotowaniu osobistego terminarza. gfocustimer wy¶wietla
31 listê wykonanych zadañ, która sk³ada siê z nazwy oraz czasu spêdzonego
32 przy danym zadaniu. Mo¿na go u¿yæ w trybie rêcznym, w którym
33 u¿ytkownik wybiera nowe zadanie, lub te¿ w pó³automatycznym trybie
34 ogl±dania, kiedy u¿ytkownik ³±czy okna wyswietlane na ekranie z
35 zadaniami.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 rm -f missing
43 %{__aclocal}
44 %{__autoconf}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README
60 %attr(755,root,root) %{_bindir}/gfocustimer
61 %{_mandir}/man1/gfocustimer.1*
This page took 0.657162 seconds and 2 git commands to generate.