]> git.pld-linux.org Git - packages/gfocustimer.git/blob - gfocustimer.spec
45d9afc4f8c7fbec932debcdc6c33a8e3d0247a5
[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 Group(de):      X11/Applikationen
10 Group(es):      X11/Aplicaciones
11 Group(pl):      X11/Aplikacje
12 Group(pt_BR):   X11/Aplicações
13 Group(pt):      X11/Aplicações
14 Source0:        http://quozl.us.netrek.org/gfocustimer/%{name}-%{version}.tar.gz
15 Patch0:         %{name}-DESTDIR.patch
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  gtk+-devel
19 URL:            http://quozl.us.netrek.org/gfocustimer/
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _prefix         /usr/X11R6
23 %define         _mandir         %{_prefix}/man
24
25 %description
26 gfocustimer captures information about which windows you are spending
27 your time in, to assist with personal scheduling and preparing
28 timesheets.
29
30 gfocustimer displays a list of chargable tasks which con- sist of an
31 entry name and the time spent on the task. It can be used in a manual
32 mode, where the user selects a new entry, or in a semi-automatic focus
33 watching mode, where the user connects windows on screen to tasks.
34
35 %description -l pl
36 gfocustimer zbiera informacje o oknach, przy których spedza siê czas,
37 by pomóc w przygotowaniu osobistego terminarza. gfocustimer wy¶wietla
38 listê wykonanych zadañ, która sk³ada siê z nazwy oraz czasu spêdzonego
39 przy danym zadaniu. Mo¿na go u¿yæ w trybie rêcznym, w którym
40 u¿ytkownik wybiera nowe zadanie, lub te¿ w pó³automatycznym trybie
41 ogl±dania, kiedy u¿ytkownik ³±czy okna wyswietlane na ekranie z
42 zadaniami.
43
44 %prep
45 %setup -q
46 %patch0 -p1
47
48 %build
49 rm -f missing
50 aclocal
51 autoconf
52 automake -a -c
53 %configure
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 gzip -9nf AUTHORS ChangeLog NEWS README
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc *.gz
70 %attr(755,root,root) %{_bindir}/gfocustimer
71 %{_mandir}/man1/gfocustimer.1*
This page took 0.055123 seconds and 3 git commands to generate.