From fbbe96670940888c1918a077a4ca06a659161b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Thu, 29 Dec 2016 23:44:14 +0100 Subject: [PATCH] Include plain ascii-docs, too --- uthash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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