]> git.pld-linux.org Git - packages/cxhextris.git/commitdiff
- second part of small fixes inspired by kloczek (this time better checked,
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 00:05:10 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  I hope...)

Changed files:
    cxhextris.spec -> 1.24

cxhextris.spec

index 84934f1813aaecb737d864343a89486e621dfbd0..53bbd12baa9e6a3a7e2a3a7faa7e0fc67b8e7f60 100644 (file)
@@ -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
This page took 0.061456 seconds and 4 git commands to generate.