From 858d28c9525932eb5a72304c3b38d52c2a4098dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Tue, 8 Jul 2003 00:05:10 +0000 Subject: [PATCH] - second part of small fixes inspired by kloczek (this time better checked, I hope...) Changed files: cxhextris.spec -> 1.24 --- cxhextris.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cxhextris.spec b/cxhextris.spec index 84934f1..53bbd12 100644 --- a/cxhextris.spec +++ b/cxhextris.spec @@ -17,11 +17,10 @@ Patch0: %{name}-config.patch Patch1: %{name}-axp.patch Patch2: %{name}-security.patch Icon: cxhextris.xpm -Prereq: /usr/X11R6/bin/mkfontdir BuildRequires: XFree86-devel +Prereq: /usr/X11R6/bin/mkfontdir BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) - %description CXHextris is a color version of the popular xhextris game, which is a Tetris-like game that uses hexagon shapes instead of square shapes. @@ -80,9 +79,11 @@ xmkmf rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/usr/share/fonts/misc,%{_applnkdir}/Games/Arcade,%{_datadir}/pixmaps} -%{__make} DESTDIR=$RPM_BUILD_ROOT install install.man +%{__make} install install.man \ + DESTDIR=$RPM_BUILD_ROOT -%{__make} FONTDIR=$RPM_BUILD_ROOT%{_fontsdir} install.font +%{__make} install.font \ + FONTDIR=$RPM_BUILD_ROOT%{_fontsdir} install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps -- 2.44.0