[packages/snapmakerjs] - drop ix86, the tarball for 32-bit archs uses 64-bit binaries, so it does not make sense

baggins baggins at pld-linux.org
Sat Feb 15 10:57:58 CET 2020


commit b0b6fe6bab1cbcf497bbbf83a480024afa4e1db8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Feb 15 10:55:19 2020 +0100

    - drop ix86, the tarball for 32-bit archs uses 64-bit binaries, so it does not make sense

 snapmakerjs.spec | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/snapmakerjs.spec b/snapmakerjs.spec
index 0ab5580..e1db870 100644
--- a/snapmakerjs.spec
+++ b/snapmakerjs.spec
@@ -1,18 +1,16 @@
 Summary:	Snapmaker 3-in-1 Software for 3D Printing, Laser Engraving and CNC Cutting
 Name:		snapmakerjs
 Version:	2.7.1
-Release:	2
+Release:	3
 License:	MIT
 Group:		Applications
 Source0:	https://s3-us-west-2.amazonaws.com/snapmaker.com/download/snapmakerjs/%{name}-%{version}-linux-x64.tar.gz
 # Source0-md5:	f4b1e550664f7f8e4da2e29ab1f0c4ff
-Source1:	https://s3-us-west-2.amazonaws.com/snapmaker.com/download/snapmakerjs/%{name}-%{version}-linux-ia32.tar.gz
-# Source1-md5:	928e0cb876b5f855b9147dacf00b8922
 Source2:	%{name}.desktop
 Source3:	%{name}.png
 URL:		https://snapmaker.com/
 BuildRequires:	ImageMagick
-ExclusiveArch:	%{ix86} %{x8664}
+ExclusiveArch:	%{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		no_install_post_strip	1
@@ -24,12 +22,7 @@ Snapmaker 3-in-1 Software for 3D Printing, Laser Engraving and CNC
 Cutting.
 
 %prep
-%ifarch %{x8664}
 %setup -q -T -b0 -n %{name}-%{version}-linux-x64
-%endif
-%ifarch %{ix86}
-%setup -q -T -b1 -n %{name}-%{version}-linux-ia32
-%endif
 
 %build
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/snapmakerjs.git/commitdiff/b0b6fe6bab1cbcf497bbbf83a480024afa4e1db8



More information about the pld-cvs-commit mailing list