]> git.pld-linux.org Git - packages/xorg-app-xrestop.git/blob - xorg-app-xrestop.spec
- updated to 0.6
[packages/xorg-app-xrestop.git] / xorg-app-xrestop.spec
1 Summary:        X Resource Monitor
2 Summary(pl.UTF-8):      Monitor zasobów X
3 Name:           xorg-app-xrestop
4 Version:        0.6
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xrestop-%{version}.tar.xz
9 # Source0-md5:  8c351345e8a101bfb3e8918bc64cec64
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  ncurses-devel
12 BuildRequires:  pkgconfig >= 1:0.19
13 BuildRequires:  rpmbuild(macros) >= 1.736
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXext-devel
17 BuildRequires:  xorg-lib-libXres-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRequires:  xz
20 Obsoletes:      xrestop < 0.5
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 A utility to monitor the usage of resources within the X Server, and
25 display them in a manner similar to top.
26
27 %description -l pl.UTF-8
28 Narzędzie do monitorowania wykorzystania zasobów serwera X i
29 wyświetlania ich w sposób podobny do programu top.
30
31 %prep
32 %setup -q -n xrestop-%{version}
33
34 %build
35 %configure \
36         --disable-silent-rules
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog README.md
52 %attr(755,root,root) %{_bindir}/xrestop
53 %{_mandir}/man1/xrestop.1*
This page took 0.113745 seconds and 4 git commands to generate.