!5 update to 0.11.1

From: @jinzig 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-08-22 09:16:12 +00:00 committed by Gitee
commit f00b01cbae
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 6 deletions

Binary file not shown.

View File

@ -1,12 +1,10 @@
#%global debug_package %{nil}
Name: cpp-httplib
Version: 0.5.12
Release: 3
Version: 0.11.1
Release: 1
Summary: A C++ header-only HTTP/HTTPS server and client library
License: MIT
URL: https://github.com/yhirose/cpp-httplib
Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/yhirose/%{name}/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
Requires: openssl-devel, glibc-devel, zlib-devel
@ -37,12 +35,15 @@ cp %{buildroot}/%{_includedir}/httplib.h %{buildroot}/%{_docdir}/%{name}
%files
%license LICENSE
%doc README.md appveyor.yml split.py
%doc README.md split.py
%{_includedir}/*
%{_docdir}/%{name}/httplib.h
%{_docdir}/%{name}/example
%changelog
* Tue Aug 16 2022 jinzhiguang <jinzhiguang@kylinos.cn> - 0.11.1-1
- update to 0.11.1
* Wed Mar 03 2021 Liu Gang <liuganga@uniontech.com>
- cp httplib.h to doc dir for make example

BIN
v0.11.1.tar.gz Normal file

Binary file not shown.