]> git.pld-linux.org Git - packages/console-data.git/blob - console-data.spec
- added using %%configure macro.
[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 LDFLAGS="-s"; export LDFLAGS
25 %configure \
26         --with-main_compressor=gzip
27 make
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 make install DESTDIR=$RPM_BUILD_ROOT
33
34 gzip -9nf doc/{fonts/*,keymaps/*,README*} 
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc doc/{fonts,keymaps,README*} 
42
43 %{_datadir}/consolefonts
44 %{_datadir}/consoletrans
45 %{_datadir}/keymaps
46 %{_datadir}/unidata
This page took 0.522027 seconds and 3 git commands to generate.