]> git.pld-linux.org Git - packages/gfocustimer.git/blob - gfocustimer.spec
-added %description -l pl
[packages/gfocustimer.git] / gfocustimer.spec
1 Summary:        Prepare timesheet from X window usage
2 Vendor:         James Cameron
3 Name:           gfocustimer
4 Version:        0.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Productivity
8 Source:         gfocustimer-0.4.tar.gz
9 URL:            http://quozl.us.netrek.org/gfocustimer/
10 BuildRoot:      /tmp/%{name}-%{version}-root
11
12 %description
13 gfocustimer  captures  information about which windows you
14 are  spending  your  time  in,  to  assist  with  personal
15 scheduling and preparing timesheets.
16
17 gfocustimer  displays a list of chargable tasks which con-
18 sist of an entry name and the time spent on the task.   It
19 can be used in a manual mode, where the user selects a new
20 entry, or in a semi-automatic focus watching  mode,  where
21 the user connects windows on screen to tasks.
22
23 %description -l pl
24 gfocustimer zbiera informacje o oknach, przy których spedza siê czas,
25 by pomóc w przygotowaniu osobistego terminarza.
26 gfocustimer wy¶wietla listê wykonanych zadañ, która sk³ada siê z
27 nazwy oraz czasu spêdzonego przy danym zadaniu. Mo¿na go u¿yæ
28 w trybie rêcznym, w którym u¿ytkownik wybiera nowe zadanie, lub 
29 te¿ w pó³automatycznym trybie ogl±dania, kiedy u¿ytkownik ³±czy 
30 okna wyswietlane na ekranie z zadaniami.
31
32 %prep
33 %setup -q
34
35 %build
36 pwd
37 ./configure --prefix=/usr
38 make
39
40 %install
41 install -d $RPM_BUILD_ROOT/usr/bin/
42 install src/gfocustimer $RPM_BUILD_ROOT/usr/bin/
43 install -d $RPM_BUILD_ROOT/usr/man/man1/
44 install gfocustimer.1 $RPM_BUILD_ROOT/usr/man/man1/
45
46 %files
47 /usr/bin/gfocustimer
48 /usr/man/man1/gfocustimer.1
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
This page took 0.085561 seconds and 3 git commands to generate.