commit 88eaf9ed83a215df34f1e793c82fd95ea528c088
Author: Jakub Bogusz <[email protected]>
Date:   Tue Aug 17 20:18:34 2021 +0200

    - new

 xorg-app-xrestop.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
---
diff --git a/xorg-app-xrestop.spec b/xorg-app-xrestop.spec
new file mode 100644
index 0000000..2dfe22d
--- /dev/null
+++ b/xorg-app-xrestop.spec
@@ -0,0 +1,50 @@
+Summary:       X Resource Monitor
+Summary(pl.UTF-8):     Monitor zasobów X
+Name:          xorg-app-xrestop
+Version:       0.5
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications
+Source0:       
https://xorg.freedesktop.org/releases/individual/app/xrestop-%{version}.tar.bz2
+# Source0-md5: 5fb15fce4b643046df43e8179054773c
+URL:           https://xorg.freedesktop.org/
+BuildRequires: ncurses-devel
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXres-devel
+BuildRequires: xorg-util-util-macros >= 1.8
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A utility to monitor the usage of resources within the X Server, and
+display them in a manner similar to top.
+
+%description -l pl.UTF-8
+Narzędzie do monitorowania wykorzystania zasobów serwera X i
+wyświetlania ich w sposób podobny do programu top.
+
+%prep
+%setup -q -n xrestop-%{version}
+
+%build
+%configure \
+       --disable-silent-rules
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README.md
+%attr(755,root,root) %{_bindir}/xrestop
+%{_mandir}/man1/xrestop.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-app-xrestop.git/commitdiff/88eaf9ed83a215df34f1e793c82fd95ea528c088

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to