From 89c0a573492dabc619be52f1eeb1f6f48c42e976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 30 Dec 2016 13:05:43 +0100 Subject: [PATCH] Fix dir-ownership in %%doc --- uthash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uthash.spec b/uthash.spec index ee4b2f4..268b554 100644 --- a/uthash.spec +++ b/uthash.spec @@ -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 - 2.0.1-6 +- Fix dir-ownership in %%doc + * Fri Dec 30 2016 Björn Esser - 2.0.1-5 - Introduce doc-subpackage - Use unified %%_pkgdocdir