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