From 8b39b04353bfd785b31dff54a19b4d6665cce816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 11 Jun 2007 14:27:45 +0000 Subject: [PATCH] - added 64bit binary Changed files: flare.spec -> 1.9 --- flare.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/flare.spec b/flare.spec index 1169d67..ffc2010 100644 --- a/flare.spec +++ b/flare.spec @@ -7,10 +7,12 @@ License: freeware Group: Development Source0: http://www.nowrap.de/download/%{name}06linux.tgz # Source0-md5: 8a0779015bbb7fd26fbdc375ba14ac50 -Source1: %{name}.sh +Source1: flare +# Source1-md5: f908d42175502f6e3105f1734c3441e0 +Source2: %{name}.sh URL: http://www.nowrap.de/flare.html Requires: mktemp -ExclusiveArch: %{ix86} +ExclusiveArch: %{ix86} %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -30,8 +32,13 @@ ActionScript, żadnego tekstu ani obrazków. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} +%ifarch %{ix86} install flare $RPM_BUILD_ROOT%{_bindir} +%endif +%ifarch %{x8664} install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir} +%endif +install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0