| 1 | Summary: kbd |
|---|
| 2 | Name: kbd |
|---|
| 3 | Version: 1.15 |
|---|
| 4 | Release: 1 |
|---|
| 5 | Group: System Environment/Base |
|---|
| 6 | License: GPLv2 |
|---|
| 7 | Distribution: LightCube OS |
|---|
| 8 | Vendor: LightCube Solutions |
|---|
| 9 | URL: http://freshmeat.net/projects/kbd |
|---|
| 10 | Source: http://dev.lightcube.us/~jhuntwork/sources/%{name}/%{name}-%{version}.tar.gz |
|---|
| 11 | Patch: http://dev.lightcube.us/~jhuntwork/sources/%{name}/%{name}-%{version}-backspace-1.patch |
|---|
| 12 | |
|---|
| 13 | Requires: base-layout, glibc |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | The kbd package contains keytable files and keyboard utilities |
|---|
| 17 | |
|---|
| 18 | %prep |
|---|
| 19 | %setup -q |
|---|
| 20 | %patch -p1 |
|---|
| 21 | |
|---|
| 22 | %build |
|---|
| 23 | ./configure --prefix=/usr --datadir=/%{_lib}/kbd |
|---|
| 24 | make |
|---|
| 25 | |
|---|
| 26 | %install |
|---|
| 27 | make DESTDIR=%{buildroot} install |
|---|
| 28 | |
|---|
| 29 | %clean |
|---|
| 30 | rm -rf %{buildroot} |
|---|
| 31 | |
|---|
| 32 | %files |
|---|
| 33 | %defattr(-,root,root) |
|---|
| 34 | /%{_lib}/kbd |
|---|
| 35 | /usr/bin/chvt |
|---|
| 36 | /usr/bin/deallocvt |
|---|
| 37 | /usr/bin/dumpkeys |
|---|
| 38 | /usr/bin/fgconsole |
|---|
| 39 | /usr/bin/getkeycodes |
|---|
| 40 | /usr/bin/kbd_mode |
|---|
| 41 | /usr/bin/kbdrate |
|---|
| 42 | /usr/bin/loadkeys |
|---|
| 43 | /usr/bin/loadunimap |
|---|
| 44 | /usr/bin/mapscrn |
|---|
| 45 | /usr/bin/openvt |
|---|
| 46 | /usr/bin/psfaddtable |
|---|
| 47 | /usr/bin/psfgettable |
|---|
| 48 | /usr/bin/psfstriptable |
|---|
| 49 | /usr/bin/psfxtable |
|---|
| 50 | /usr/bin/setfont |
|---|
| 51 | /usr/bin/setkeycodes |
|---|
| 52 | /usr/bin/setleds |
|---|
| 53 | /usr/bin/setmetamode |
|---|
| 54 | /usr/bin/showconsolefont |
|---|
| 55 | /usr/bin/showkey |
|---|
| 56 | /usr/bin/unicode_start |
|---|
| 57 | /usr/bin/unicode_stop |
|---|
| 58 | /usr/share/man/man1/chvt.1 |
|---|
| 59 | /usr/share/man/man1/deallocvt.1 |
|---|
| 60 | /usr/share/man/man1/dumpkeys.1 |
|---|
| 61 | /usr/share/man/man1/fgconsole.1 |
|---|
| 62 | /usr/share/man/man1/kbd_mode.1 |
|---|
| 63 | /usr/share/man/man1/loadkeys.1 |
|---|
| 64 | /usr/share/man/man1/openvt.1 |
|---|
| 65 | /usr/share/man/man1/psfaddtable.1 |
|---|
| 66 | /usr/share/man/man1/psfgettable.1 |
|---|
| 67 | /usr/share/man/man1/psfstriptable.1 |
|---|
| 68 | /usr/share/man/man1/psfxtable.1 |
|---|
| 69 | /usr/share/man/man1/setleds.1 |
|---|
| 70 | /usr/share/man/man1/setmetamode.1 |
|---|
| 71 | /usr/share/man/man1/showkey.1 |
|---|
| 72 | /usr/share/man/man1/unicode_start.1 |
|---|
| 73 | /usr/share/man/man1/unicode_stop.1 |
|---|
| 74 | /usr/share/man/man5/keymaps.5 |
|---|
| 75 | /usr/share/man/man8/getkeycodes.8 |
|---|
| 76 | /usr/share/man/man8/kbdrate.8 |
|---|
| 77 | /usr/share/man/man8/loadunimap.8 |
|---|
| 78 | /usr/share/man/man8/mapscrn.8 |
|---|
| 79 | /usr/share/man/man8/resizecons.8 |
|---|
| 80 | /usr/share/man/man8/setfont.8 |
|---|
| 81 | /usr/share/man/man8/setkeycodes.8 |
|---|
| 82 | /usr/share/man/man8/showconsolefont.8 |
|---|
| 83 | %ifarch i686 |
|---|
| 84 | /usr/bin/resizecons |
|---|
| 85 | %endif |
|---|
| 86 | |
|---|
| 87 | %changelog |
|---|
| 88 | * Fri Aug 14 2009 Jeremy Huntwork <jhuntwork@lightcubesolutions.com> - |
|---|
| 89 | - Initial version |
|---|