X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=console-data.spec;h=996be1d6220a06ab6ba682b25e920fa5f2177767;hb=6787ef3f3a0f9ea23e7405b48833ce954f2aa872;hp=3332becb24761435f4501e5b010e9f08fefb570a;hpb=aa4d2da14b950c2ea9e7df4de13742052e2f8800;p=packages%2Fconsole-data.git diff --git a/console-data.spec b/console-data.spec index 3332bec..996be1d 100644 --- a/console-data.spec +++ b/console-data.spec @@ -1,30 +1,32 @@ -Summary: Linux console data -Summary(pl): Pliki danych dla konsoli -Name: console-data -Version: 1999.04.15 -Release: 1 -Copyright: GPL -Group: Utilities/Console -Group(pl): Narzêdzia/Konsola -Source0: ftp://sunsite.unc.edu/pub/Linux/system/keyboards/%{name}-%{version}.tar.gz -BuildRoot: /tmp/%{name}-%{version}-root +Summary: Linux console data +Summary(pl): Pliki danych dla konsoli +Name: console-data +Version: 1999.08.29 +Release: 3 +License: GPL +Group: Utilities/Console +Group(pl): Narzêdzia/Konsola +Source0: http://altern.org/ydirson/soft/lct/%{name}-%{version}.tar.gz +Source1: lat2u-16.psf.gz +Source2: lat2u.sfm.gz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This package contains all data files (keymaps, fonts, misc tables) +This package contains all data files (keymaps, fonts, misc tables) that used to be part of the console-tools. %description -l pl -Ten pakiet zawiera pliki danych dla konsoli (czcionki, mapy klawiatury, -róznorodne tablice), które kiedy¶ by³y czê¶ci± console-tools. +Ten pakiet zawiera pliki danych dla konsoli (czcionki, mapy +klawiatury, róznorodne tablice), które kiedy¶ by³y czê¶ci± +console-tools. %prep %setup -q %build -CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ -./configure %{_target} \ - --with-main_compressor=gzip - +LDFLAGS="-s"; export LDFLAGS +%configure \ + --with-main_compressor=gzip make %install @@ -32,6 +34,9 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/consolefonts/ +cp -f %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/consoletrans/ + gzip -9nf doc/{fonts/*,keymaps/*,README*} %clean @@ -43,9 +48,23 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/consolefonts %{_datadir}/consoletrans -%{_datadir}/keymaps %{_datadir}/unidata -%changelog -* Thu Apr 22 1999 Piotr Czerwiñski -- initial rpm release. +%dir %{_datadir}/keymaps +%{_datadir}/keymaps/include +%ifarch m68k +%{_datadir}/keymaps/amiga +%{_datadir}/keymaps/atari +%endif + +%ifarch %ix86 +%{_datadir}/keymaps/i386 +%endif + +%ifarch sparc sparc64 +%{_datadir}/keymaps/sun +%endif + +%ifarch m68k ppc +%{_datadir}/keymaps/mac +%endif