Build as noarch

This commit is contained in:
Peter Robinson 2014-05-21 12:24:40 +01:00
parent 06f0da5335
commit a9e5eece79

View File

@ -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 <pbrobinson@fedoraproject.org> 1.9.9-3
- Build as noarch
* Sun May 18 2014 Christopher Meng <rpm@cicku.me> - 1.9.9-2
- Move all files to -devel subpkg.