/[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 27854 - (show annotations) (download)
Fri Jan 21 00:23:09 2011 UTC (13 years, 3 months ago) by ennael
File size: 858 byte(s)
imported package xlsclients
1 Name: xlsclients
2 Version: 1.1.1
3 Release: %mkrel 1
4 Summary: List client applications running on a display
5 Group: Development/X11
6 Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
7 License: MIT
8 BuildRoot: %{_tmppath}/%{name}-root
9
10 BuildRequires: libxcb-devel
11 BuildRequires: libxcb-util-devel
12 BuildRequires: x11-util-macros >= 1.0.1
13
14 %description
15 Xlsclients is a utility for listing information about the client
16 applications running on a display. It may be used to generate scripts
17 representing a snapshot of the user's current session.
18
19 %prep
20 %setup -q -n %{name}-%{version}
21
22 %build
23 %configure2_5x --x-includes=%{_includedir} \
24 --x-libraries=%{_libdir}
25
26 %make
27
28 %install
29 rm -rf %{buildroot}
30 %makeinstall_std
31
32 %clean
33 rm -rf %{buildroot}
34
35 %files
36 %defattr(-,root,root)
37 %{_bindir}/xlsclients
38 %{_mandir}/man1/xlsclients.1*
39
40

  ViewVC Help
Powered by ViewVC 1.1.30