From c3b1c0575e0c5b597d66276ef3c46c3e8b76707b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Mon, 7 Jul 2003 04:23:49 +0000 Subject: [PATCH] - many small fixes, inspired by kloczek Changed files: asciijump.spec -> 1.13 --- asciijump.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/asciijump.spec b/asciijump.spec index e1f6f2f..78fc9e0 100644 --- a/asciijump.spec +++ b/asciijump.spec @@ -1,4 +1,4 @@ -# $Id: asciijump.spec,v 1.12 2003-05-28 12:27:55 adamg Exp $ +# $Id: asciijump.spec,v 1.13 2003-07-07 04:23:49 blues Exp $ %define _ver 1.0.1beta Summary: (a)sci(i)jump game Summary(pl): Skoki narciarskie w ascii @@ -12,8 +12,8 @@ Vendor: Grzegorz Moskal Source0: http://otak.k-k.pl/asciijump/tgz/%{name}-%{_ver}.tar.gz URL: http://asciijump.prv.pl/ BuildRequires: conflib-devel -BuildRequires: slang-devel BuildRequires: ctags +BuildRequires: slang-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -32,7 +32,6 @@ Skoki narciarskie w trybie tekstowym. %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/var/games/asciijump # get rid of those subversion related directories # FixMe: replace with find? @@ -41,7 +40,8 @@ rm -rf hills/.svn gfx/.svn for i in gfx/*; do rm -rf $i/.svn done -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0