summaryrefslogtreecommitdiff
path: root/xrestop.spec.in
blob: dae6e56019970050299790806f2eb3f5302b1b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Summary: X Resource Monitor
Name: xrestop
Version: @VERSION@
Release: 1
License: GPL
Group: Development/Tools
URL: http://www.freedesktop.org/Software/xrestop
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
A utility to monitor the usage of resources within the X Server, and
display them in a manner similar to top.

%prep
%setup -q

%build
%configure
%__make SUBDIRS=

%install
rm -rf "$RPM_BUILD_ROOT"
%__make SUBDIRS= DESTDIR="$RPM_BUILD_ROOT" install

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root,-)
/usr/bin/xrestop
%doc


%changelog
* Wed Dec 24 2003  <suckfish@ihug.co.nz> 
- Initial build.