auto-import changelog data from xrestop-0.2-1.src.rpm
Tue Mar 09 2004 Mike A. Harris <mharris@redhat.com> 0.2-1 - Initial Red Hat RPM package.
This commit is contained in:
parent
66e7efbb57
commit
12902c4812
@ -0,0 +1 @@
|
||||
xrestop-0.2.tar.gz
|
39
xrestop.spec
Normal file
39
xrestop.spec
Normal file
@ -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 <mharris@redhat.com> 0.2-1
|
||||
- Initial Red Hat RPM package.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user