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

smalltalk.spec

index 6066bd712c5e4dd69ef089b89dd456a2b8152258..ddb95e84d4b2d7a8be144ed795283aad23fa77a6 100644 (file)
@@ -31,14 +31,15 @@ BuildRequires:      ncurses-devel >= 5.0
 BuildRequires: pango-devel >= 1:1.0.0
 BuildRequires: pkgconfig
 BuildRequires: readline-devel >= 4.2
+BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: texinfo
 BuildRequires: tk-devel >= 8.4
 #BuildRequires:        xemacs
-# 2.1.x versions won't work correctly on amd64 and alpha (on amd64 crashes
+# 2.1.x versions won't work correctly on x86_64 and alpha (on x86_64 crashes
 # even on build time) because of calling convention (no registers support)
 # it should be fixed in devel (2.1e) version (but alloc,amd64 patches seem
 # still needed there)
-ExcludeArch:   alpha amd64
+ExcludeArch:   %{x8664} alpha
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.063752 seconds and 4 git commands to generate.