Fix dir-ownership in %%doc
This commit is contained in:
parent
43efffd004
commit
89c0a57349
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user