]> git.pld-linux.org Git - packages/console-data.git/blob - console-data.spec
- updated to 1999.08.29
[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:        1
6 Copyright:      GPL
7 Group:          Utilities/Console
8 Group(pl):      Narzêdzia/Konsola
9 Source0:        http://www.multimania.com/ydirson/soft/lct/%{name}-%{version}.tar.gz
10 BuildRoot:      /tmp/%{name}-%{version}-root
11
12 %description
13 This package contains all data files (keymaps, fonts, misc tables) 
14 that used to be part of the console-tools.
15
16 %description -l pl
17 Ten pakiet zawiera pliki danych dla konsoli (czcionki, mapy klawiatury,
18 róznorodne tablice), które kiedy¶ by³y czê¶ci± console-tools.
19
20 %prep
21 %setup -q
22
23 %build
24 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
25 ./configure %{_target_platform} \
26         --with-main_compressor=gzip
27
28 make
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 make install DESTDIR=$RPM_BUILD_ROOT
34
35 gzip -9nf doc/{fonts/*,keymaps/*,README*} 
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc doc/{fonts,keymaps,README*} 
43
44 %{_datadir}/consolefonts
45 %{_datadir}/consoletrans
46 %{_datadir}/keymaps
47 %{_datadir}/unidata
This page took 0.239055 seconds and 3 git commands to generate.