From d90345e4e3c69f457c3423b925fd31e6c0f4ac62 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 18 2013 17:59:37 +0000 Subject: import xrestop-0.4-11.el7.src.rpm --- diff --git a/.xrestop.metadata b/.xrestop.metadata new file mode 100644 index 0000000..68bd4c3 --- /dev/null +++ b/.xrestop.metadata @@ -0,0 +1 @@ +040b0ac561f4de0a04e9db42a2cfab918801c452 SOURCES/xrestop-0.4.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/xrestop.spec b/SPECS/xrestop.spec new file mode 100644 index 0000000..02ffeec --- /dev/null +++ b/SPECS/xrestop.spec @@ -0,0 +1,106 @@ +Summary: X Resource Monitor +Name: xrestop +Version: 0.4 +Release: 11%{?dist} +License: GPLv2+ +Group: Development/Tools +URL: http://www.freedesktop.org/Software/xrestop +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +BuildRequires: ncurses-devel libXres-devel libXext-devel libX11-devel +BuildRequires: libXau-devel + +%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 DESTDIR="$RPM_BUILD_ROOT" install +#SUBDIRS= + +%clean +rm -rf "$RPM_BUILD_ROOT" + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README +%{_bindir}/xrestop +%{_mandir}/man1/xrestop.1* + +%changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sun Jul 22 2012 Fedora Release Engineering - 0.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jul 27 2009 Fedora Release Engineering - 0.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Aug 11 2008 Jason L Tibbitts III - 0.4-5 +- Fix license tag. + +* Tue Feb 19 2008 Fedora Release Engineering - 0.4-4 +- Autorebuild for GCC 4.3 + +* Tue Aug 21 2007 Adam Jackson - 0.4-3 +- Rebuild for build id + +* Sat Apr 21 2007 Matthias Clasen 0.4-2 +- Don't install INSTALL + +* Tue Feb 13 2007 Adam Jackson 0.4-1 +- Update to 0.4 + +* Wed Jul 12 2006 Jesse Keating - 0.2-6.2.2 +- rebuild + +* Fri Feb 10 2006 Jesse Keating - 0.2-6.2.1 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 0.2-6.2 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Thu Dec 01 2005 Karsten Hopp 0.2-6 +- fix build requirements + +* Thu Mar 3 2005 Mike A. Harris 0.2-5 +- Rebuilt with gcc 4 for FC4. + +* Thu Oct 14 2004 Mike A. Harris 0.2-4 +- Added "BuildRequires: xorg-x11-devel, ncurses-devel" (#125029) + +* Tue Jun 15 2004 Elliot Lee 0.2-3 +- rebuilt + +* Wed Apr 14 2004 Mike A. Harris 0.2-2 +- Add missing documentation +- Add xrestop-manpage-fix.patch to fix bug (#118038) + +* Tue Mar 9 2004 Mike A. Harris 0.2-1 +- Initial Red Hat RPM package. + +