commit
de57a352d5
BIN
xrestop-0.4.tar.gz
Normal file
BIN
xrestop-0.4.tar.gz
Normal file
Binary file not shown.
39
xrestop.spec
Normal file
39
xrestop.spec
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
Name: xrestop
|
||||||
|
Version: 0.4
|
||||||
|
Release: 23
|
||||||
|
Summary: X-Resource extension.
|
||||||
|
License: GPLv2+
|
||||||
|
URL: http://www.freedesktop.org/Software/xrestop
|
||||||
|
|
||||||
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc ncurses-devel libXres-devel libXext-devel libX11-devel libXau-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
Xrestop uses the X-Resource extension to provide 'top' like statistics of each
|
||||||
|
connected X11 client's server side resource usage. It is intended as a developer
|
||||||
|
tool to aid more efficient server resource usage and debug server side leakage.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
%package_help
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc AUTHORS COPYING NEWS README
|
||||||
|
%{_bindir}/xrestop
|
||||||
|
|
||||||
|
%files help
|
||||||
|
%{_mandir}/man1/xrestop.1*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Dec 1 2019 jiaxiya <jiaxiyajiaxiya@168.com> - 0.4-23
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user