update to 0.11.1

This commit is contained in:
jinzhiguang 2022-08-16 14:42:00 +08:00
parent d3c83ea9d9
commit b8ce12ee63
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.