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