]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-xscope.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / xorg-app-xscope.spec
1 Summary:        xscope - X Window Protocol viewer
2 Summary(pl.UTF-8):      xscope - podglądacz protokołu X Window
3 Name:           xorg-app-xscope
4 Version:        1.4.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xscope-%{version}.tar.xz
9 # Source0-md5:  c76f3caa568d6ca70d15d6665ee4d573
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-xtrans-devel
16 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRequires:  xz
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 xscope sits in-between an X11 client and an X11 server and prints the
23 contents of each request, reply, error, or event that is communicated
24 between them. This information can be useful in debugging and
25 performance tuning of X11 servers and clients.
26
27 %description -l pl.UTF-8
28 Program xscope umiejscawia się między klientem a serwerem X11 i
29 wypisuje zawartość każdego żądania, odpowiedzi, błędu i zdarzenia,
30 które jest przesyłane między nimi. Informacje te mogą być przydatne
31 przy diagnostyce i poprawianiu wydajności serwerów i klientów X11.
32
33 %prep
34 %setup -q -n xscope-%{version}
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS COPYING ChangeLog NEWS README.md
57 %attr(755,root,root) %{_bindir}/xscope
58 %{_mandir}/man1/xscope.1*
This page took 0.533132 seconds and 3 git commands to generate.