From 5b77f1b93cd66d115137b753c53c08c96b44b2cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 20 Jun 2004 21:37:05 +0000 Subject: [PATCH] - fix specflags (quotation here is buggy) Changed files: rafkill.spec -> 1.3 --- rafkill.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rafkill.spec b/rafkill.spec index c166d4d..8a51d44 100644 --- a/rafkill.spec +++ b/rafkill.spec @@ -18,7 +18,7 @@ BuildRequires: libstdc++-devel Obsoletes: raptor <= 1.0.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define specflags_ia32 "-fomit-frame-pointer" +%define specflags_ia32 -fomit-frame-pointer %description More or less a clone of a 2D vertical scroller much like Raptor: Call -- 2.44.0