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