d90345
Summary: X Resource Monitor
d90345
Name: xrestop
d90345
Version: 0.4
01468c
Release: 14%{?dist}
d90345
License: GPLv2+
d90345
Group: Development/Tools
d90345
URL: http://www.freedesktop.org/Software/xrestop
d90345
Source0: %{name}-%{version}.tar.gz
d90345
BuildRoot: %{_tmppath}/%{name}-%{version}-root
d90345
d90345
BuildRequires: ncurses-devel libXres-devel libXext-devel libX11-devel
d90345
BuildRequires: libXau-devel
01468c
Patch0: 0001-man-page-Change-dt-to-t.patch
01468c
Patch1: 0002-More-man-page-fixes.patch
d90345
d90345
%description
d90345
A utility to monitor application usage of X resources in the X Server, and
d90345
display them in a manner similar to 'top'.  This is a very useful utility
d90345
for tracking down application X resource usage leaks.
d90345
d90345
%prep
d90345
%setup -q
01468c
%patch0 -p1 -b .man-pages0
01468c
%patch1 -p1 -b .man-pages1
d90345
d90345
%build
d90345
%configure
d90345
make
d90345
# SUBDIRS=
d90345
d90345
%install
d90345
rm -rf "$RPM_BUILD_ROOT"
d90345
make DESTDIR="$RPM_BUILD_ROOT" install
d90345
#SUBDIRS=
d90345
d90345
%clean
d90345
rm -rf "$RPM_BUILD_ROOT"
d90345
d90345
%files
d90345
%defattr(-,root,root,-)
d90345
%doc AUTHORS COPYING NEWS README
d90345
%{_bindir}/xrestop
d90345
%{_mandir}/man1/xrestop.1*
d90345
d90345
%changelog
01468c
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.4-14
01468c
- Mass rebuild 2014-01-24
01468c
01468c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4-13
01468c
- Mass rebuild 2013-12-27
01468c
01468c
* Tue Dec 17 2013 Soren Sandmann <ssp@redhat.com> - 0.4-12
01468c
- Man page fixes (#948901)
01468c
d90345
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-11
d90345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d90345
d90345
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-10
d90345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d90345
d90345
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-9
d90345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d90345
d90345
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-8
d90345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d90345
d90345
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7
d90345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d90345
d90345
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6
d90345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d90345
d90345
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.4-5
d90345
- Fix license tag.
d90345
d90345
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4-4
d90345
- Autorebuild for GCC 4.3
d90345
d90345
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 0.4-3
d90345
- Rebuild for build id
d90345
d90345
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 0.4-2
d90345
- Don't install INSTALL
d90345
d90345
* Tue Feb 13 2007 Adam Jackson <ajax@redhat.com> 0.4-1
d90345
- Update to 0.4
d90345
d90345
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-6.2.2
d90345
- rebuild
d90345
d90345
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2-6.2.1
d90345
- bump again for double-long bug on ppc(64)
d90345
d90345
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2-6.2
d90345
- rebuilt for new gcc4.1 snapshot and glibc changes
d90345
d90345
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d90345
- rebuilt
d90345
d90345
* Thu Dec 01 2005 Karsten Hopp <karsten@redhat.de> 0.2-6
d90345
- fix build requirements
d90345
d90345
* Thu Mar  3 2005 Mike A. Harris <mharris@redhat.com> 0.2-5
d90345
- Rebuilt with gcc 4 for FC4.
d90345
d90345
* Thu Oct 14 2004 Mike A. Harris <mharris@redhat.com> 0.2-4
d90345
- Added "BuildRequires: xorg-x11-devel, ncurses-devel" (#125029)
d90345
d90345
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 0.2-3
d90345
- rebuilt
d90345
d90345
* Wed Apr 14 2004 Mike A. Harris <mharris@redhat.com> 0.2-2
d90345
- Add missing documentation
d90345
- Add xrestop-manpage-fix.patch to fix bug (#118038)
d90345
d90345
* Tue Mar  9 2004 Mike A. Harris <mharris@redhat.com> 0.2-1
d90345
- Initial Red Hat RPM package.
d90345
d90345