Fix dir-ownership in %%doc

This commit is contained in:
Björn Esser 2016-12-30 13:05:43 +01:00
parent 43efffd004
commit 89c0a57349

View File

@ -13,7 +13,7 @@ retrieve or delete items from the hash table.
Name: uthash
Version: 2.0.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A hash table for C structures
License: BSD
@ -139,7 +139,7 @@ export CFLAGS="-fPIC ${CFLAGS}"
%files -n libut-devel
%doc %dir %{_pkgdocdir}
%doc %dir %{_pkgdocdir}/libut/README.md
%doc %{_pkgdocdir}/libut
%{_includedir}/libut.h
%{_includedir}/ringbuf.h
%{_includedir}/utvector.h
@ -147,6 +147,9 @@ export CFLAGS="-fPIC ${CFLAGS}"
%changelog
* Fri Dec 30 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-6
- Fix dir-ownership in %%doc
* Fri Dec 30 2016 Björn Esser <bjoern.esser@gmail.com> - 2.0.1-5
- Introduce doc-subpackage
- Use unified %%_pkgdocdir