]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-xmodmap.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.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.10
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xmodmap-%{version}.tar.bz2
9 # Source0-md5:  51f1d30a525e9903280ffeea2744b1f6
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 xmodmap program is used to edit and display the keyboard modifier
21 map and keymap table that are used by client applications to convert
22 event keycodes into keysyms. It is usually run from the user's session
23 startup script to configure the keyboard according to personal tastes.
24
25 %description -l pl.UTF-8
26 Program xmodmap służy do modyfikowania i wyświetlania przypisań
27 modyfikatorów klawiatury oraz tablicy przypisań klawiszy używanych
28 przez aplikacje klienckie do przekształcania kodów klawiszy zdarzenia
29 (keycode) na symbole klawiszy (keysym). Zwykle jest uruchamiany ze
30 skryptu startowego sesji użytkownika w celu skonfigurowania klawiatury
31 zgodnie z własnymi gustami.
32
33 %prep
34 %setup -q -n xmodmap-%{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 AUTHORS COPYING ChangeLog README.md
57 %attr(755,root,root) %{_bindir}/xmodmap
58 %{_mandir}/man1/xmodmap.1*
This page took 0.113875 seconds and 3 git commands to generate.