]> git.pld-linux.org Git - packages/xorg-app-xmodmap.git/blob - xorg-app-xmodmap.spec
- updated to 1.0.11
[packages/xorg-app-xmodmap.git] / xorg-app-xmodmap.spec
1 Summary:        xmodmap application - modifying keymaps and pointer button mappings in X
2 Summary(pl.UTF-8):      Aplikacja xmodmap - zmiana przypisań klawiszy i przycisków myszy w X
3 Name:           xorg-app-xmodmap
4 Version:        1.0.11
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xmodmap-%{version}.tar.xz
9 # Source0-md5:  0d66e07595ea083871048c4b805d8b13
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 xmodmap program is used to edit and display the keyboard modifier
23 map and keymap table that are used by client applications to convert
24 event keycodes into keysyms. It is usually run from the user's session
25 startup script to configure the keyboard according to personal tastes.
26
27 %description -l pl.UTF-8
28 Program xmodmap służy do modyfikowania i wyświetlania przypisań
29 modyfikatorów klawiatury oraz tablicy przypisań klawiszy używanych
30 przez aplikacje klienckie do przekształcania kodów klawiszy zdarzenia
31 (keycode) na symbole klawiszy (keysym). Zwykle jest uruchamiany ze
32 skryptu startowego sesji użytkownika w celu skonfigurowania klawiatury
33 zgodnie z własnymi gustami.
34
35 %prep
36 %setup -q -n xmodmap-%{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 AUTHORS COPYING ChangeLog README.md
59 %attr(755,root,root) %{_bindir}/xmodmap
60 %{_mandir}/man1/xmodmap.1*
This page took 0.125012 seconds and 4 git commands to generate.