From a9e5eece7978df16ac220a199af2973274ec0b3b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 21 May 2014 12:24:40 +0100 Subject: [PATCH] Build as noarch --- uthash.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uthash.spec b/uthash.spec index 4d1c7f7..f63f389 100644 --- a/uthash.spec +++ b/uthash.spec @@ -1,6 +1,6 @@ Name: uthash Version: 1.9.9 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A hash table for C structures License: BSD URL: http://troydhanson.github.io/uthash @@ -15,6 +15,7 @@ delete items from the hash table. %package devel Summary: Development files for %{name} Provides: %{name}-static = %{version}-%{release} +BuildArch: noarch %description devel This package contains libraries and header files for @@ -38,6 +39,9 @@ cd tests && make %{?_smp_mflags} %{_includedir}/ut*.h %changelog +* Wed May 21 2014 Peter Robinson 1.9.9-3 +- Build as noarch + * Sun May 18 2014 Christopher Meng - 1.9.9-2 - Move all files to -devel subpkg.