]> git.pld-linux.org Git - SPECS.git/blob - qps.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / qps.spec
1 Summary:        A visual process manager
2 Summary(pl.UTF-8):      Wizualny zarządca procesów
3 Name:           qps
4 Version:        1.9.21
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 #Source0Download:       http://kldp.net/frs/?group_id=592
9 Source0:        http://kldp.net/frs/download.php/4602/%{name}-%{version}.tar.bz2
10 # Source0-md5:  73c00feb8737d7db811dfa4d1b49bb72
11 URL:            http://qps.kldp.net/
12 BuildRequires:  qmake
13 BuildRequires:  qt-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Qps is a visual process manager, an X11 version of "top" or "ps" that
18 displays processes in a window and lets you sort and manipulate them.
19
20 %description -l pl.UTF-8
21 Qps to graficzny program do zarządzania procesami, czyli wersja X11
22 programów "top" lub "ps", wyświetlający procesy w okienku i
23 pozwalający je sortować oraz nimi manipulować.
24
25 %prep
26 %setup -q
27
28 %build
29 qmake
30 %{__make}\
31         QTDIR=%{_prefix}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
36
37 install qps $RPM_BUILD_ROOT%{_bindir}
38 install qps.1 $RPM_BUILD_ROOT%{_mandir}/man1
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc CHANGES README_INSTALL
46 %attr(755,root,root) %{_bindir}/qps
47 %{_mandir}/man1/*
This page took 0.118505 seconds and 3 git commands to generate.