]> git.pld-linux.org Git - packages/xorg-app-xkill.git/blob - xorg-app-xkill.spec
- x32 rebuild
[packages/xorg-app-xkill.git] / xorg-app-xkill.spec
1 Summary:        xkill application to kill a client by its X resource
2 Summary(pl.UTF-8):      Aplikacja xkill do zabijania klientów poprzez ich zasoby X
3 Name:           xorg-app-xkill
4 Version:        1.0.4
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xkill-%{version}.tar.bz2
9 # Source0-md5:  0ae6bc2a8d3af68e9c76b1a6ca5f7a78
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 # just xmuu
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-proto-xproto-devel >= 7.0.22
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 xkill is a utility for forcing the X server to close connections to
23 clients. This program is very dangerous, but is useful for aborting
24 programs that have displayed undesired windows on a user's screen.
25
26 %description -l pl.UTF-8
27 Aplikacja xkill to narzędzie zmuszające serwer X do zamknięcia
28 połączeń z klientami. Ten program jest bardzo niebezpieczny, ale
29 przydatny do przerywania programów, które wyświetliły niepożądane
30 okienka na ekranie użytkownika.
31
32 %prep
33 %setup -q -n xkill-%{version}
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc COPYING ChangeLog README
56 %attr(755,root,root) %{_bindir}/xkill
57 %{_mandir}/man1/xkill.1*
This page took 0.063229 seconds and 3 git commands to generate.