diff --git a/uthash.spec b/uthash.spec index f63f389..3d4388c 100644 --- a/uthash.spec +++ b/uthash.spec @@ -1,10 +1,11 @@ Name: uthash Version: 1.9.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A hash table for C structures License: BSD URL: http://troydhanson.github.io/uthash Source0: https://github.com/troydhanson/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildArch: noarch %description Any C structure can be stored in a hash table using uthash. Just add a @@ -39,6 +40,9 @@ cd tests && make %{?_smp_mflags} %{_includedir}/ut*.h %changelog +* Wed May 21 2014 Peter Robinson 1.9.9-4 +- Root package should be noarch too + * Wed May 21 2014 Peter Robinson 1.9.9-3 - Build as noarch