From 12902c4812053c65287d7770bea3694e713bfb19 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:01:51 +0000 Subject: [PATCH] auto-import changelog data from xrestop-0.2-1.src.rpm Tue Mar 09 2004 Mike A. Harris 0.2-1 - Initial Red Hat RPM package. --- .cvsignore | 1 + sources | 1 + xrestop.spec | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 xrestop.spec diff --git a/.cvsignore b/.cvsignore index e69de29..47ca496 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xrestop-0.2.tar.gz diff --git a/sources b/sources index e69de29..fc90aa6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5ff774ff9cbb5997f0fb68e712dee302 xrestop-0.2.tar.gz diff --git a/xrestop.spec b/xrestop.spec new file mode 100644 index 0000000..47e5ca7 --- /dev/null +++ b/xrestop.spec @@ -0,0 +1,39 @@ +Summary: X Resource Monitor +Name: xrestop +Version: 0.2 +Release: 1 +License: GPL +Group: Development/Tools +URL: http://www.freedesktop.org/Software/xrestop +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A utility to monitor application usage of X resources in the X Server, and +display them in a manner similar to 'top'. This is a very useful utility +for tracking down application X resource usage leaks. + +%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,-) +%doc +%{_bindir}/xrestop + +%changelog +* Tue Mar 9 2004 Mike A. Harris 0.2-1 +- Initial Red Hat RPM package. + +