/[packages]/cauldron/xlsclients/current/SPECS/xlsclients.spec
ViewVC logotype

Contents of /cauldron/xlsclients/current/SPECS/xlsclients.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1908076 - (show annotations) (download)
Wed Nov 16 16:43:10 2022 UTC (16 months, 1 week ago) by luigiwalser
File size: 733 byte(s)
1.1.5
1 Name: xlsclients
2 Version: 1.1.5
3 Release: %mkrel 1
4 Summary: List client applications running on a display
5 Group: Development/X11
6 Source: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
7 License: MIT
8
9 BuildRequires: pkgconfig(xcb)
10 BuildRequires: pkgconfig(xcb-util)
11 BuildRequires: x11-util-macros >= 1.0.1
12
13 %description
14 Xlsclients is a utility for listing information about the client
15 applications running on a display. It may be used to generate scripts
16 representing a snapshot of the user's current session.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure --x-includes=%{_includedir} \
23 --x-libraries=%{_libdir}
24
25 %make_build
26
27 %install
28 %make_install
29
30 %files
31 %{_bindir}/xlsclients
32 %{_mandir}/man1/xlsclients.1*
33
34

  ViewVC Help
Powered by ViewVC 1.1.30