]> git.pld-linux.org Git - packages/xorg-app-xwininfo.git/blob - xorg-app-xwininfo.spec
- updated to 1.1.3
[packages/xorg-app-xwininfo.git] / xorg-app-xwininfo.spec
1 Summary:        xwininfo application - window information utility for X
2 Summary(pl.UTF-8):      Aplikacja xwininfo - narzędzie informujące o okienkach pod X
3 Name:           xorg-app-xwininfo
4 Version:        1.1.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xwininfo-%{version}.tar.bz2
9 # Source0-md5:  b777bafb674555e48fd8437618270931
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 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRequires:  libxcb-devel >= 1.6
18 # not used by default yet
19 #BuildRequires: xcb-util-wm-devel >= 0.3.8
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 xwininfo is a utility for displaying information about windows.
24 Various information is displayed depending on which options are
25 selected.
26
27 %description -l pl.UTF-8
28 xwininfo to narzędzie do wyświetlania informacji o okienkach.
29 Wyświetlane są różne informacje w zależności od wybranych opcji.
30
31 %prep
32 %setup -q -n xwininfo-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog README
55 %attr(755,root,root) %{_bindir}/xwininfo
56 %{_mandir}/man1/xwininfo.1x*
This page took 0.075455 seconds and 3 git commands to generate.