]> git.pld-linux.org Git - packages/xorg-app-xtrap.git/blob - xorg-app-xtrap.spec
- updated to 1.0.3
[packages/xorg-app-xtrap.git] / xorg-app-xtrap.spec
1 Summary:        Sample clients for XTrap X Server Extension
2 Summary(pl.UTF-8):      Przykładowe programy klienckie do rozszerzenia serwera X XTrap
3 Name:           xorg-app-xtrap
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xtrap-%{version}.tar.bz2
9 # Source0-md5:  ad434adab17ebc9d0a5ece33bbc55beb
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-lib-libXTrap-devel
16 BuildRequires:  xorg-lib-libXt-devel
17 BuildRequires:  xorg-util-util-macros >= 1.3
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 These commands are sample clients provided with the XTrap X Server
22 Extension, Version 3.3.
23
24 XTrap is an X Server extension which facilitates the capturing of
25 server protocol and synthesizing core input events.
26
27 %description -l pl.UTF-8
28 Polecenia z tego pakietu to przykładowe programy klienckie
29 udostępnione wraz z rozszerzeniem serwera X XTrap w wersji 3.3.
30
31 XTrap to rozszerzenie serwera X ułatwiające przechwytywanie protokołu
32 serwera i sztuczne wytwarzanie zdarzeń wejściowych.
33
34 %prep
35 %setup -q -n xtrap-%{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
58 %attr(755,root,root) %{_bindir}/xtrap*
59 %{_mandir}/man1/xtrap*.1*
This page took 0.089738 seconds and 4 git commands to generate.