Include plain ascii-docs, too

This commit is contained in:
Björn Esser 2016-12-29 23:44:14 +01:00
parent 855cfb9a42
commit fbbe966709

View File

@ -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 <bjoern.esser@gmail.com> - 2.0.1-4
- Include plain ascii-docs, too
* Thu Dec 29 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-3
- Properly build the documentation