- build optional binaries (bnc#637453)
OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=20
This commit is contained in:
parent
2de49b3048
commit
69698e5ea4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 14:48:34 CEST 2010 - anicka@suse.cz
|
||||
|
||||
- build optional binaries (bnc#637453)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 17:27:40 CEST 2010 - anicka@suse.cz
|
||||
|
||||
|
18
kbd.spec
18
kbd.spec
@ -100,7 +100,8 @@ popd
|
||||
--datadir=%{kbd} \
|
||||
--mandir=%{_mandir} \
|
||||
--enable-nls \
|
||||
--localedir=/usr/share/locale
|
||||
--localedir=/usr/share/locale \
|
||||
--enable-optional-progs
|
||||
make CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||
gcc $RPM_OPT_FLAGS -o fbtest $RPM_SOURCE_DIR/fbtest.c
|
||||
# fix lat2-16.psfu (bnc#340579)
|
||||
@ -281,6 +282,15 @@ install -m 755 %SOURCE13 $RPM_BUILD_ROOT/bin/guess_encoding
|
||||
/bin/kbdrate
|
||||
/bin/testutf8
|
||||
/bin/guess_encoding
|
||||
/bin/clrunimap
|
||||
/bin/getunimap
|
||||
/bin/outpsfheader
|
||||
/bin/screendump
|
||||
/bin/setlogcons
|
||||
/bin/setpalette
|
||||
/bin/setvesablank
|
||||
/bin/spawn_console
|
||||
/bin/spawn_login
|
||||
%doc %{_mandir}/man1/*
|
||||
%doc %{_mandir}/man5/keymaps.5.gz
|
||||
%ifnarch %sparc m68k
|
||||
@ -296,6 +306,12 @@ install -m 755 %SOURCE13 $RPM_BUILD_ROOT/bin/guess_encoding
|
||||
%doc %{_mandir}/man8/setfont.8.gz
|
||||
%doc %{_mandir}/man8/fbtest.8.gz
|
||||
%doc %{_mandir}/man8/kbdrate.8.gz
|
||||
%doc %{_mandir}/man8/clrunimap.8.gz
|
||||
%doc %{_mandir}/man8/getunimap.8.gz
|
||||
%doc %{_mandir}/man8/mk_modmap.8.gz
|
||||
%doc %{_mandir}/man8/setlogcons.8.gz
|
||||
%doc %{_mandir}/man8/setvesablank.8.gz
|
||||
%doc %{_mandir}/man8/vcstime.8.gz
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user