Root package should be noarch too

This commit is contained in:
Peter Robinson 2014-05-21 13:44:13 +01:00
parent a9e5eece79
commit 13e7304a27

View File

@ -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 <pbrobinson@fedoraproject.org> 1.9.9-4
- Root package should be noarch too
* Wed May 21 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.9-3
- Build as noarch