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