]> git.pld-linux.org Git - packages/xkeycaps.git/blob - xkeycaps.spec
- updated to 2.44,
[packages/xkeycaps.git] / xkeycaps.spec
1 Summary:        xkeycaps - a keymap editor for the X window system
2 Summary(pl):    xkeycaps - edytor mapy klawiatury dla X window
3 Name:           xkeycaps
4 Version:        2.44
5 Release:        1
6 Copyright:      BSD
7 Group:          X11/Applications
8 Source0:        http://www.jwz.org/xkeycaps/%{name}-%{version}.tar.Z
9 Source1:        xkeycaps.wmconfig
10 URL:            http://www.jwz.org/xkeycaps/
11 BuildPrereq:    XFree86-devel
12 Buildroot:      /tmp/%{name}-%{version}-root
13
14 %description
15 xkeycaps is a graphical front-end to xmodmap.It opens a window that looks
16 like a keyboard; moving the mouse over a key shows what KeySyms and Modifier
17 bits that key generates. Clicking on a key simulates KeyPress/KeyRelease
18 events on the window of your choice. It is possible to change the KeySyms
19 and Modifiers generated by a key through a mouse-based interface. This
20 program can also write an input file for xmodmap to recreate your changes in
21 future sessions.
22
23 %description -l pl
24 xkeycaps jest graficzn± nak³adk± na xmodmap. xkeycaps otwiera okno, które
25 wygl±da jak klawiatura; przesuwaj±c mysz± ponad klawiszami uzyskujemy
26 informacjê na temat KeySyms oraz bitów Modifier jakie ten klawisz generuje.
27 Klikniêcie na klawiszu symuluje zdarzenia KeyPress/KeyRelease dla okna, które
28 wybierzesz. Mo¿na zmieniæ KeySyms i Modifiers wygenerowane przez klawisz przy
29 u¿yciu bazuj±cego na myszy interfejsu. Ten program mo¿e tak¿e zapisywaæ plik
30 konfiguracyjny dla xmodmapa.
31
32 %prep
33 %setup -q
34
35 %build
36 xmkmf -a
37 make DEFAULT_KBD_NAME="L101" CDEBUGFLAGS="$RPM_OPT_FLAGS"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT/etc/X11/wmconfig
42
43 make install DESTDIR=$RPM_BUILD_ROOT
44 make install.man DESTDIR=$RPM_BUILD_ROOT
45
46 install %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/wmconfig/xkeycaps
47
48 gzip -9nf $RPM_BUILD_ROOT/usr/X11R6/man/man1/* \
49         README defining.txt
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc *.gz
57 /etc/X11/wmconfig/xkeycaps
58 %attr(755,root,root) /usr/X11R6/bin/xkeycaps
59 /usr/X11R6/man/man1/*
60
61 %changelog
62 * Mon Jan 11 1999 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
63 - added pl translations
64
65 * Thu Sep  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
66   [2.43-1]
67 - updated URL to http://www.jwz.org/xkeycaps/,
68 - updated base Source Url to http://www.jwz.org/xkeycaps/
69
70 * Sat May  3 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
71   [2.42-1]
72 - Copyright statment changed to BSD,
73 - added %clean section,
74 - added -q %setup parameter,
75 - added URL,
76 - added using $RPM_OPT_FLAGS on compile time,
77 - removed paching default kbd name (now directly passed as make parameter),
78 - rewrited Summary and %description,
79 - removed Packager field from spec (if you want recompile package and
80   redistribute this package later put this in your private .rpmrc). 
81 - changed to regular url,
82 - added %%{version} to Source url,
83 - added using %%{name} macro in Buildroot and Source fields,
84 - added %defattr and %attr macros in %files (allows building package from
85   non-root account); %defattr requires rpm >= 2.4.99 on rebuild.
86
87 * Fri Aug 22 1997 John A. Martin <jam@jamux.com>
88   [2.38-1]
89 - not commented.
90
91 * Fri Jan 17 1997 ??? <root@imp.redhat.com>
92   [2.32-1]
93 - previouse not commented release in rpm package (powercd 4.2).
This page took 0.082874 seconds and 3 git commands to generate.