xrestop should not try to build into a pure wayland platform.
[platform/upstream/xrestop.git] / xrestop.spec.in
1 Summary: X Resource Monitor
2 Name: xrestop
3 Version: @VERSION@
4 Release: 1
5 License: GPL
6 Group: Development/Tools
7 URL: http://www.freedesktop.org/Software/xrestop
8 Source0: %{name}-%{version}.tar.gz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10
11 %description
12 A utility to monitor the usage of resources within the X Server, and
13 display them in a manner similar to top.
14
15 %prep
16 %setup -q
17
18 %build
19 %configure
20 %__make SUBDIRS=
21
22 %install
23 rm -rf "$RPM_BUILD_ROOT"
24 %__make SUBDIRS= DESTDIR="$RPM_BUILD_ROOT" install
25
26 %clean
27 rm -rf "$RPM_BUILD_ROOT"
28
29 %files
30 %defattr(-,root,root,-)
31 /usr/bin/xrestop
32 %doc
33
34
35 %changelog
36 * Wed Dec 24 2003  <suckfish@ihug.co.nz> 
37 - Initial build.
38
39