From 34d2b86c0757e559d7f608354e68304258920543 Mon Sep 17 00:00:00 2001 From: Liu Gang <“liuganga@uniontech.com”> Date: Wed, 3 Mar 2021 15:34:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=8D=B8=E8=BD=BD?= =?UTF-8?q?=E5=8C=85=E5=90=8E=E4=B8=8D=E5=88=A0=E9=99=A4example=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Liu Gang <“liuganga@uniontech.com”> --- cpp-httplib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp-httplib.spec b/cpp-httplib.spec index 4d6f259..79db5fa 100644 --- a/cpp-httplib.spec +++ b/cpp-httplib.spec @@ -40,7 +40,7 @@ cp %{buildroot}/%{_includedir}/httplib.h %{buildroot}/%{_docdir}/%{name} %doc README.md appveyor.yml split.py %{_includedir}/* %{_docdir}/%{name}/httplib.h -%{_docdir}/%{name}/example/* +%{_docdir}/%{name}/example %changelog * Wed Mar 03 2021 Liu Gang