diff --git a/uthash.spec b/uthash.spec index b00c09e..90dae9d 100644 --- a/uthash.spec +++ b/uthash.spec @@ -9,7 +9,7 @@ retrieve or delete items from the hash table. Name: uthash Version: 2.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A hash table for C structures License: BSD @@ -90,7 +90,7 @@ export CFLAGS="-fPIC ${CFLAGS}" %files devel %license LICENSE -%doc html/ +%doc doc/*.txt html/ %exclude %{_includedir}/utvector.h %{_includedir}/ut*.h @@ -107,6 +107,9 @@ export CFLAGS="-fPIC ${CFLAGS}" %changelog +* Thu Dec 29 2016 Björn Esser - 2.0.1-4 +- Include plain ascii-docs, too + * Thu Dec 29 2016 Björn Esser - 2.0.1-3 - Properly build the documentation