Package upgrade

(cherry picked from commit 76f6773256d0e4f031d9ac919a3b8daec2dffc5d)
This commit is contained in:
starlet-dx 2022-06-17 17:16:52 +08:00 committed by openeuler-sync-bot
parent 6c3bbc5111
commit e9ff3c8520
3 changed files with 9 additions and 7 deletions

BIN
asio-1.16.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,15 +1,14 @@
%global debug_package %{nil} %global debug_package %{nil}
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
Name: asio Name: asio
Version: 1.10.8 Version: 1.16.1
Release: 9 Release: 1
Summary: A cross-platform C++ library for network programming Summary: A cross-platform C++ library for network programming
Group: System Environment/Libraries Group: System Environment/Libraries
License: Boost License: Boost
URL: https://think-async.com/Asio URL: https://think-async.com/Asio
Source0: https://github.com/chriskohlhoff/asio/archive/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++ autoconf automake openssl-devel boost-devel perl-generators BuildRequires: gcc-c++ autoconf automake openssl-devel boost-devel perl-generators
@ -28,10 +27,10 @@ programming. And this package provides header files for developer
to develop applications with asio. to develop applications with asio.
%prep %prep
%autosetup -n asio-28d9b8d6df708024af5227c551673fdb2519f5bf/asio -p1 %autosetup -n %{name}-%{version} -p1
%build %build
./autogen.sh autoreconf --install
%configure %configure
%make_build %make_build
@ -39,11 +38,14 @@ to develop applications with asio.
%make_install %make_install
%files devel %files devel
%doc src/doc/* %doc doc/*
%license LICENSE_1_0.txt %license LICENSE_1_0.txt
%{_includedir}/asio/ %{_includedir}/asio/
%{_includedir}/asio.hpp %{_includedir}/asio.hpp
%changelog %changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.16.1-1
- Upgrade to version 1.16.1
* Thu Mar 05 2020 sunguoshuai <sunguoshuai@huawei.com> - 1.10.8-9 * Thu Mar 05 2020 sunguoshuai <sunguoshuai@huawei.com> - 1.10.8-9
- Package init. - Package init.