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.