From bbecf46181f35cbb03cd2994e4d94f3c93b26e02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sun, 6 Jul 2003 23:27:14 +0000 Subject: [PATCH 1/1] - many small fixes, mostly inpired by kloczek Changed files: SDL_gfx.spec -> 1.13 --- SDL_gfx.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SDL_gfx.spec b/SDL_gfx.spec index e11f306..afa0c91 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -82,7 +82,8 @@ rm -f missing acinclude.m4 %ifarch %{ix86} %configure %else -%configure --disable-mmx +%configure \ + --disable-mmx %endif %{__make} @@ -90,7 +91,8 @@ rm -f missing acinclude.m4 %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.44.0