[dsqlite] ExcludeArch %%arm to match ldc (#992156, #1106184)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 04:51:22 UTC 2014


commit 1f28f89360b0b9d8f0f2459eabb95400139c6f22
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Mon Jun 30 18:38:56 2014 -0500

    ExcludeArch %%arm to match ldc (#992156, #1106184)

 dsqlite.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/dsqlite.spec b/dsqlite.spec
index b9d6755..26c612c 100644
--- a/dsqlite.spec
+++ b/dsqlite.spec
@@ -3,7 +3,7 @@
 
 Name:           dsqlite
 Version:        1.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        High level library around SQLite for D language
 
 License:        GPLv3
@@ -12,6 +12,9 @@ Source0:        https://github.com/bioinfornatics/DSQLite/archive/%{commit}/%{na
 
 BuildRequires:  ldc, ldc-phobos-devel, ldc-druntime-devel, geany
 
+# match ldc arches
+ExcludeArch:    %{arm}
+
 %description
 DSQLite is a high level library for SQLite. Use sqlite in D programming
 with this library is so easy.
@@ -59,6 +62,9 @@ make %{?_smp_mflags} install-shared install-geany-tag PREFIX=%{buildroot}%{_pref
 %{_datadir}/geany/tags/DSQLite.d.tags
 
 %changelog
+* Mon Jun 30 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 1.1.1-4
+- ExcludeArch %%arm to match ldc (#992156, #1106184)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list