]> git.pld-linux.org Git - packages/MathReader.git/commitdiff
- use x8664 macro
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 May 2005 13:17:29 +0000 (13:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathReader.spec -> 1.13

MathReader.spec

index ea2816787f520e4c47a9254df4a103d2cfb1c4aa..9e09757c704db8cba4d9886b7f5f154428a5f203 100644 (file)
@@ -4,6 +4,7 @@ Name:           MathReader
 Version:       5.0.1
 Release:       2
 License:       almost free, distributable
+Group:         Applications/Math
 # from http://www.wolfram.com/products/mathreader/download.cgi
 Source0:       %{name}_%{version}_Linux.sh
 # Source0-md5: 35b7144eff51e017a03bf5c68d743548
@@ -16,9 +17,9 @@ Source3:      %{name}_%{version}_Linux-IA64.sh
 # based on http://www.wolfram.com/products/mathreader/licenseagreement.html
 Source4:       %{name}-license.txt
 Source5:       %{name}.desktop
-Group:         Applications/Math
 URL:           http://www.wolfram.com/products/mathreader/
-ExclusiveArch: %{ix86} alpha amd64 ia64
+BuildRequires: rpmbuild(macros) >= 1.213
+ExclusiveArch: %{ix86} alpha %{x8664} ia64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 %ifarch %{ix86}
 %define _source        %{SOURCE0}
 %endif
-%ifarch amd64
+%ifarch %{x8664}
 %define        _source %{SOURCE1}
 %endif
 %ifarch alpha
@@ -82,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %ifarch %{ix86}
 %attr(755,root,root) %{_libdir}/%{name}/SystemFiles/FrontEnd/Binaries/Linux
 %endif
-%ifarch amd64
+%ifarch %{x8664}
 %attr(755,root,root) %{_libdir}/%{name}/SystemFiles/FrontEnd/Binaries/Linux-x86-64
 %endif
 %ifarch alpha
This page took 0.036093 seconds and 4 git commands to generate.