]> git.pld-linux.org Git - packages/gfocustimer.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 21:48:36 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfocustimer.spec -> 1.5

gfocustimer.spec

index e8c7e882aa74e692ee3e610493d457a359ec946b..f816c04219aa9432a099da6741c7ad2bbdeeeafe 100644 (file)
@@ -5,47 +5,49 @@ Version:      0.4
 Release:       1
 License:       GPL
 Group:         Applications/Productivity
-Source:                gfocustimer-0.4.tar.gz
+######         Unknown group!
+Source0:       gfocustimer-0.4.tar.gz
 URL:           http://quozl.us.netrek.org/gfocustimer/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-gfocustimer  captures  information about which windows you
-are  spending  your  time  in,  to  assist  with  personal
-scheduling and preparing timesheets.
+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.
+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.
 
 %description -l pl
 gfocustimer zbiera informacje o oknach, przy których spedza siê czas,
-by pomóc w przygotowaniu osobistego terminarza.
-gfocustimer wy¶wietla listê wykonanych zadañ, która sk³ada siê z
-nazwy oraz czasu spêdzonego przy danym zadaniu. Mo¿na go u¿yæ
-w trybie rêcznym, w którym u¿ytkownik wybiera nowe zadanie, lub 
-te¿ w pó³automatycznym trybie ogl±dania, kiedy u¿ytkownik ³±czy 
-okna wyswietlane na ekranie z zadaniami.
+by pomóc w przygotowaniu osobistego terminarza. gfocustimer wy¶wietla
+listê wykonanych zadañ, która sk³ada siê z nazwy oraz czasu spêdzonego
+przy danym zadaniu. Mo¿na go u¿yæ w trybie rêcznym, w którym
+u¿ytkownik wybiera nowe zadanie, lub te¿ w pó³automatycznym trybie
+ogl±dania, kiedy u¿ytkownik ³±czy okna wyswietlane na ekranie z
+zadaniami.
 
 %prep
 %setup -q
 
 %build
 pwd
-./configure --prefix=/usr
+./configure --prefix=%{_prefix}
 make
 
 %install
-install -d $RPM_BUILD_ROOT/usr/bin/
-install src/gfocustimer $RPM_BUILD_ROOT/usr/bin/
-install -d $RPM_BUILD_ROOT/usr/man/man1/
-install gfocustimer.1 $RPM_BUILD_ROOT/usr/man/man1/
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}/
+install src/gfocustimer $RPM_BUILD_ROOT%{_bindir}/
+install -d $RPM_BUILD_ROOT%{_prefix}/man/man1/
+install gfocustimer.1 $RPM_BUILD_ROOT%{_prefix}/man/man1/
 
 %files
-/usr/bin/gfocustimer
-/usr/man/man1/gfocustimer.1
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gfocustimer
+%{_prefix}/man/man1/gfocustimer.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.067086 seconds and 4 git commands to generate.