2004-09-09 15:01:51 +00:00
|
|
|
Summary: X Resource Monitor
|
|
|
|
Name: xrestop
|
|
|
|
Version: 0.2
|
2005-03-04 03:59:08 +00:00
|
|
|
Release: 5
|
2004-09-09 15:01:51 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Development/Tools
|
|
|
|
URL: http://www.freedesktop.org/Software/xrestop
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
2004-09-09 15:02:07 +00:00
|
|
|
Patch0: xrestop-manpage-fix.patch
|
2004-09-09 15:01:51 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
2004-10-14 19:47:30 +00:00
|
|
|
BuildRequires: xorg-x11-devel, ncurses-devel
|
|
|
|
|
2004-09-09 15:01:51 +00:00
|
|
|
%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
|
2004-09-09 15:02:07 +00:00
|
|
|
%patch0 -p0 -b .manpage-fix
|
2004-09-09 15:01:51 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2004-09-09 15:02:07 +00:00
|
|
|
make
|
|
|
|
# SUBDIRS=
|
2004-09-09 15:01:51 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf "$RPM_BUILD_ROOT"
|
2004-09-09 15:02:07 +00:00
|
|
|
make DESTDIR="$RPM_BUILD_ROOT" install
|
|
|
|
#SUBDIRS=
|
2004-09-09 15:01:51 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf "$RPM_BUILD_ROOT"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 15:02:07 +00:00
|
|
|
%doc AUTHORS COPYING INSTALL NEWS README
|
2004-09-09 15:01:51 +00:00
|
|
|
%{_bindir}/xrestop
|
2004-09-09 15:02:07 +00:00
|
|
|
%{_mandir}/man1/xrestop.1*
|
2004-09-09 15:01:51 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-03-04 03:59:08 +00:00
|
|
|
* Thu Mar 3 2005 Mike A. Harris <mharris@redhat.com> 0.2-5
|
|
|
|
- Rebuilt with gcc 4 for FC4.
|
|
|
|
|
2004-10-14 19:47:30 +00:00
|
|
|
* Thu Oct 14 2004 Mike A. Harris <mharris@redhat.com> 0.2-4
|
|
|
|
- Added "BuildRequires: xorg-x11-devel, ncurses-devel" (#125029)
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 0.2-3
|
2004-09-09 15:02:19 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 15:02:07 +00:00
|
|
|
* Wed Apr 14 2004 Mike A. Harris <mharris@redhat.com> 0.2-2
|
|
|
|
- Add missing documentation
|
|
|
|
- Add xrestop-manpage-fix.patch to fix bug (#118038)
|
|
|
|
|
2004-09-09 15:01:51 +00:00
|
|
|
* Tue Mar 9 2004 Mike A. Harris <mharris@redhat.com> 0.2-1
|
|
|
|
- Initial Red Hat RPM package.
|
|
|
|
|
|
|
|
|