diff --git a/uthash.spec b/uthash.spec index e529cf7..4d1c7f7 100644 --- a/uthash.spec +++ b/uthash.spec @@ -1,10 +1,10 @@ -Name: uthash -Version: 1.9.9 -Release: 1%{?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 +Name: uthash +Version: 1.9.9 +Release: 2%{?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 %description Any C structure can be stored in a hash table using uthash. Just add a @@ -33,11 +33,14 @@ install -pm0644 src/*.h %{buildroot}%{_includedir}/ %check cd tests && make %{?_smp_mflags} -%files +%files devel %doc LICENSE doc/*.txt %{_includedir}/ut*.h %changelog +* Sun May 18 2014 Christopher Meng - 1.9.9-2 +- Move all files to -devel subpkg. + * Sat Mar 29 2014 Christopher Meng - 1.9.9-1 - Update to 1.9.9