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