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