]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-xlsclients.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / xorg-app-xlsclients.spec
1 Summary:        xlsclients application to list client applications running on a display
2 Summary(pl.UTF-8):      Aplikacja xlsclients do wypisywania aplikacji klienckich działających na ekranie
3 Name:           xorg-app-xlsclients
4 Version:        1.1.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xlsclients-%{version}.tar.bz2
9 # Source0-md5:  4fa92377e0ddc137cd226a7a87b6b29a
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  libxcb-devel >= 1.6
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-util-util-macros >= 1.8
16 Requires:       libxcb >= 1.6
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xlsclients application is a utility for listing information about the
21 client applications running on a X11 server.
22
23 %description -l pl.UTF-8
24 Aplikacja xlsclients to narzędzie do wypisywania informacji o
25 aplikacjach klienckich uruchomionych na serwerze X11.
26
27 %prep
28 %setup -q -n xlsclients-%{version}
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc COPYING ChangeLog README
51 %attr(755,root,root) %{_bindir}/xlsclients
52 %{_mandir}/man1/xlsclients.1*
This page took 0.120763 seconds and 3 git commands to generate.