]> git.pld-linux.org Git - packages/quota.git/commitdiff
- rel 3 auto/th/quota-3_15-3 auto/ti/quota-3_15-3
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 28 Sep 2007 00:16:51 +0000 (00:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- exclusivearch if with kernel64

Changed files:
    quota.spec -> 1.94

quota.spec

index 6075f5cc7b95c7fef9e5900e42c85062adcf1224..6fba367c1c86f7508e78be227f428b2d9435bbd6 100644 (file)
@@ -4,12 +4,6 @@
 # Conditional build:
 %bcond_with    kernel64        # build 32bit userland for 64bit kernel
 #
-
-# possibly also sparc and ppc
-%ifnarch %{ix86}
-%undefine      with_kernel64
-%endif
-
 Summary:       Quota administration package%{?with_kernel64: - 32bit userland for 64bit kernel}
 Summary(de.UTF-8):     Quotenverwaltungspaket
 Summary(es.UTF-8):     Paquete de administración cuota
@@ -22,7 +16,7 @@ Summary(uk.UTF-8):    Утиліти системного адміністрато
 Summary(zh_CN.UTF-8):  磁盘使用情况的监控工具
 Name:          quota%{?with_kernel64:64}
 Version:       3.15
-Release:       2
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -42,6 +36,10 @@ BuildRequires:       e2fsprogs-devel
 BuildRequires: gettext-devel
 BuildRequires: libwrap-devel
 BuildRequires: rpmbuild(macros) >= 1.268
+%if %{with kernel64}
+# possibly also sparc and ppc
+ExclusiveArch: %{ix86}
+%endif
 BuildRoot:     %{tmpdir}/quota-%{version}-root-%(id -u -n)
 
 %description
This page took 0.078147 seconds and 4 git commands to generate.