From f0195e551520f78334747dfe096e032b580c882e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 28 Jun 2023 01:10:20 +0200 Subject: [PATCH] Drop google site-verification file from doc package --- uthash.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uthash.spec b/uthash.spec index 9fe65cd..c45bf4b 100644 --- a/uthash.spec +++ b/uthash.spec @@ -84,6 +84,7 @@ install -pm 0644 src/*.h %{buildroot}%{_includedir} # Install doc. install -pm 0644 doc/*.txt tests/example.c %{buildroot}%{_pkgdocdir} install -pm 0644 doc/*.html doc/*.css doc/*.png %{buildroot}%{_pkgdocdir}/html +rm -f %{buildroot}%{_pkgdocdir}/html/google*.html %files devel @@ -106,6 +107,7 @@ install -pm 0644 doc/*.html doc/*.css doc/*.png %{buildroot}%{_pkgdocdir}/html - Add tools package - Add explicit perl BRs - Add example program to doc package +- Drop google site-verification file from doc package * Sat Jan 21 2023 Fedora Release Engineering - 2.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild