1 Star 0 Fork 12

myeuler/cpp-httplib

forked from src-openEuler/cpp-httplib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cpp-httplib.spec 919 Bytes
一键复制 编辑 原始数据 按行查看 历史
myeuler 提交于 2020-05-14 23:46 . init package
#%global debug_package %{nil}
Name: cpp-httplib
Version: 0.5.12
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/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to setup. Just include httplib.h file in your code!
%prep
%setup -q -n %{name}-%{version}/
%build
%install
install -d %{buildroot}/%{_includedir}
install -m0644 httplib.h %{buildroot}/%{_includedir}
install -d %{buildroot}/%{_docdir}/%{name}
cp -r example %{buildroot}/%{_docdir}/%{name}
%pre
%preun
%post
%postun
%check
%files
%license LICENSE
%doc README.md appveyor.yml split.py
%{_includedir}/*
%{_docdir}/%{name}/example/*
%changelog
* Sun Mar 29 2020 Wei Xiong <[email protected]>
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/myeuler/cpp-httplib.git
[email protected]:myeuler/cpp-httplib.git
myeuler
cpp-httplib
cpp-httplib
master

搜索帮助