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