]> git.pld-linux.org Git - packages/gfocustimer.git/commitdiff
- adapter(ized) and partialy rewrited.
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Nov 1999 14:24:09 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfocustimer.spec -> 1.2

gfocustimer.spec

index 75954f4fba3d3855fd679860c97636dd8bb13c09..72c7ef9d7749e1de13bb96495f3a1561e111e33b 100644 (file)
@@ -1,15 +1,13 @@
-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
+Summary:       Prepare timesheet from X window usage
+Vendor:                James Cameron
+Name:          gfocustimer
+Version:       0.4
+Release:       1
+License:       GPL
+Group:         Applications/Productivity
+Source:                gfocustimer-0.4.tar.gz
+URL:           http://quozl.us.netrek.org/gfocustimer/
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 gfocustimer  captures  information about which windows you
@@ -23,7 +21,7 @@ entry, or in a semi-automatic focus watching  mode,  where
 the user connects windows on screen to tasks.
 
 %prep
-%setup
+%setup -q
 
 %build
 pwd
@@ -31,9 +29,9 @@ pwd
 make
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/bin/
+install -d $RPM_BUILD_ROOT/usr/bin/
 install src/gfocustimer $RPM_BUILD_ROOT/usr/bin/
-mkdir -p $RPM_BUILD_ROOT/usr/man/man1/
+install -d $RPM_BUILD_ROOT/usr/man/man1/
 install gfocustimer.1 $RPM_BUILD_ROOT/usr/man/man1/
 
 %files
@@ -42,5 +40,3 @@ install gfocustimer.1 $RPM_BUILD_ROOT/usr/man/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-
-%changelog
This page took 0.085474 seconds and 4 git commands to generate.