]> git.pld-linux.org Git - packages/gfocustimer.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Nov 1999 13:04:03 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfocustimer.spec -> 1.1

gfocustimer.spec [new file with mode: 0644]

diff --git a/gfocustimer.spec b/gfocustimer.spec
new file mode 100644 (file)
index 0000000..75954f4
--- /dev/null
@@ -0,0 +1,46 @@
+Summary: Prepare timesheet from X window usage
+Distribution: None
+Vendor: James Cameron
+Name: gfocustimer
+Version: 0.4
+Release: 1
+Copyright: GPL
+Packager: quozl@us.netrek.org
+URL: http://quozl.us.netrek.org/gfocustimer/
+Group: Applications/Productivity
+Source: gfocustimer-0.4.tar.gz
+BuildRoot: /tmp/%{name}-root
+
+%description
+gfocustimer  captures  information about which windows you
+are  spending  your  time  in,  to  assist  with  personal
+scheduling and preparing timesheets.
+
+gfocustimer  displays a list of chargable tasks which con-
+sist of an entry name and the time spent on the task.   It
+can be used in a manual mode, where the user selects a new
+entry, or in a semi-automatic focus watching  mode,  where
+the user connects windows on screen to tasks.
+
+%prep
+%setup
+
+%build
+pwd
+./configure --prefix=/usr
+make
+
+%install
+mkdir -p $RPM_BUILD_ROOT/usr/bin/
+install src/gfocustimer $RPM_BUILD_ROOT/usr/bin/
+mkdir -p $RPM_BUILD_ROOT/usr/man/man1/
+install gfocustimer.1 $RPM_BUILD_ROOT/usr/man/man1/
+
+%files
+/usr/bin/gfocustimer
+/usr/man/man1/gfocustimer.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%changelog
This page took 0.110301 seconds and 4 git commands to generate.