SPECS: flare.spec - added 64bit binary

glen glen at pld-linux.org
Mon Jun 11 16:27:50 CEST 2007


Author: glen                         Date: Mon Jun 11 14:27:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added 64bit binary

---- Files affected:
SPECS:
   flare.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/flare.spec
diff -u SPECS/flare.spec:1.8 SPECS/flare.spec:1.9
--- SPECS/flare.spec:1.8	Tue Feb 13 08:16:44 2007
+++ SPECS/flare.spec	Mon Jun 11 16:27:45 2007
@@ -8,10 +8,12 @@
 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
@@ -31,8 +33,13 @@
 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
@@ -49,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/06/11 14:27:45  glen
+- added 64bit binary
+
 Revision 1.8  2007/02/13 07:16:44  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/flare.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list