Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
ctt
> ctt.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ctt.spec of Package ctt (Revision 5)
Currently displaying revision
5
,
show latest
Name: ctt Version: 0.9 Release: 1 Summary: Commandline time tracking License: GPLv3 Url: http://www.nico.schottelius.org/software/ctt/ Group: Productivity/Other Source0: %{name}.tar.bz2 Source1: %{name}.1 Patch0: %{name}-shebang.patch Patch1: %{name}-bundle.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: zip Requires: python %description Ever wondered how much you work compared to what you should? Are you in the need to record working time for a customer? Do you want something that is very simple, geek compatible and runs on the command line? Then you may have found the right software. %prep %setup -n %{name} %patch0 %patch1 cp %{S:1} . %build # build man page ##%__make # build binary bundle export PYTHON="%{_bindir}/env python" %__make ctt %install %__install -D -m755 %{name} %{buildroot}%{_bindir}/%{name} %__install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %doc changelog %changelog