]> git.pld-linux.org Git - packages/xorg-app-xprop.git/blob - xorg-app-xprop.spec
- updated to 1.2.6
[packages/xorg-app-xprop.git] / xorg-app-xprop.spec
1 Summary:        xprop application - property displayer for X
2 Summary(pl.UTF-8):      Aplikacja xprop do wyświetlania właściwości dla X
3 Name:           xorg-app-xprop
4 Version:        1.2.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xprop-%{version}.tar.xz
9 # Source0-md5:  33c090d8632a300e63efbf36edd6a333
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 BuildRequires:  xorg-proto-xproto-devel >= 7.0.25
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRequires:  xz
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The xprop utility is for displaying window and font properties in an X
23 server. One window or font is selected using the command line
24 arguments or possibly in the case of a window, by clicking on the
25 desired window. A list of properties is then given, possibly with
26 formatting information.
27
28 %description -l pl.UTF-8
29 Narzędzie xprop służy do wyświetlania właściwości okien in fontów w
30 serwerze X. Można wybrać jedno okno lub font przy użyciu argumentów
31 linii poleceń lub, w przypadku okna, klikając na nie. Następnie
32 podawana jest lista właściwości, w miarę możliwości wraz z
33 informacjami o formacie.
34
35 %prep
36 %setup -q -n xprop-%{version}
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc COPYING ChangeLog README.md
59 %attr(755,root,root) %{_bindir}/xprop
60 %{_mandir}/man1/xprop.1*
This page took 0.07793 seconds and 3 git commands to generate.