]> git.pld-linux.org Git - packages/console-data.git/blob - console-data.spec
fixed a small typo
[packages/console-data.git] / console-data.spec
1 Summary:        Linux console data
2 Summary(pl):    Pliki danych dla konsoli
3 Name:           console-data
4 Version:        1999.08.29
5 Release:        4
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://altern.org/ydirson/soft/lct/%{name}-%{version}.tar.gz
9 Source1:        lat2u-16.psf.gz
10 Source2:        lat2u.sfm.gz
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14
15 %description
16 This package contains all data files (keymaps, fonts, misc tables)
17 that used to be part of the console-tools.
18
19 %description -l pl
20 Ten pakiet zawiera pliki danych dla konsoli (czcionki, mapy
21 klawiatury, róznorodne tablice), które kiedy¶ by³y czê¶ci±
22 console-tools.
23
24 %prep
25 %setup -q
26
27 %build
28 aclocal
29 autoconf
30 automake -a -c -f
31 %configure \
32         --with-main_compressor=gzip
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install DESTDIR=$RPM_BUILD_ROOT
39
40 cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/consolefonts/
41 cp -f %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/consoletrans/
42
43 gzip -9nf doc/{fonts/*,keymaps/*,README*}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc doc/{fonts,keymaps,README*}
51
52 %{_datadir}/consolefonts
53 %{_datadir}/consoletrans
54 %{_datadir}/unidata
55
56 %dir %{_datadir}/keymaps
57 %{_datadir}/keymaps/include
58 %ifarch m68k
59 %{_datadir}/keymaps/amiga
60 %{_datadir}/keymaps/atari
61 %endif
62
63 %ifarch %ix86
64 %{_datadir}/keymaps/i386
65 %endif
66
67 %ifarch sparc sparc64
68 %{_datadir}/keymaps/sun
69 %endif
70
71 %ifarch m68k ppc
72 %{_datadir}/keymaps/mac
73 %endif
This page took 0.074716 seconds and 3 git commands to generate.