update source0's url

This commit is contained in:
liqingqing_1229 2020-10-12 22:01:07 +08:00 committed by Gitee
parent 947b7179a2
commit 8a4376a987

View File

@ -2,11 +2,11 @@
Name: cpp-httplib Name: cpp-httplib
Version: 0.5.12 Version: 0.5.12
Release: 1 Release: 2
Summary: A C++ header-only HTTP/HTTPS server and client library Summary: A C++ header-only HTTP/HTTPS server and client library
License: MIT License: MIT
URL: https://github.com/yhirose/cpp-httplib URL: https://github.com/yhirose/cpp-httplib
Source0: https://github.com/yhirose/cpp-httplib/archive/%{name}-%{version}.tar.gz Source0: https://github.com/yhirose/cpp-httplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -40,6 +40,9 @@ cp -r example %{buildroot}/%{_docdir}/%{name}
%{_docdir}/%{name}/example/* %{_docdir}/%{name}/example/*
%changelog %changelog
* Mon Oct 12 2020 liqingqing_1229 <liqingqing3@huawei.com>
- update source0's url
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com> * Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init - Package init