]> git.pld-linux.org Git - packages/xorg-font-font-alias.git/commitdiff
- skip noarch hack on x32 auto/th/xorg-font-font-alias-1.0.4-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Aug 2020 08:16:00 +0000 (10:16 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Aug 2020 08:16:00 +0000 (10:16 +0200)
xorg-font-font-alias.spec

index 8a077bcdf41fee153f194e5ff74929b0a13f9949..d422b2c311b67f7972c4f80e9cfc97b09bfcd6eb 100644 (file)
@@ -2,7 +2,7 @@ Summary:        X font alias databases
 Summary(pl.UTF-8):     Baza aliasów fontów X
 Name:          xorg-font-font-alias
 Version:       1.0.4
-Release:       1
+Release:       2
 License:       MIT
 Group:         Fonts
 Source0:       https://xorg.freedesktop.org/releases/individual/font/font-alias-%{version}.tar.bz2
@@ -30,8 +30,10 @@ Baza aliasów fontów X.
 %{__autoconf}
 %{__automake}
 %configure \
+%if "%{_host_cpu}" != "x32"
        --build=%{_host} \
        --host=%{_host} \
+%endif
        --with-fontrootdir=%{_fontsdir}
 
 %{__make}
This page took 0.100476 seconds and 4 git commands to generate.