Package upgrade
(cherry picked from commit 76f6773256d0e4f031d9ac919a3b8daec2dffc5d)
This commit is contained in:
parent
6c3bbc5111
commit
e9ff3c8520
Binary file not shown.
BIN
asio-1.16.1.tar.gz
Normal file
BIN
asio-1.16.1.tar.gz
Normal file
Binary file not shown.
16
asio.spec
16
asio.spec
@ -1,15 +1,14 @@
|
||||
%global debug_package %{nil}
|
||||
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
|
||||
|
||||
Name: asio
|
||||
Version: 1.10.8
|
||||
Release: 9
|
||||
Version: 1.16.1
|
||||
Release: 1
|
||||
Summary: A cross-platform C++ library for network programming
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: Boost
|
||||
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
|
||||
|
||||
@ -28,10 +27,10 @@ programming. And this package provides header files for developer
|
||||
to develop applications with asio.
|
||||
|
||||
%prep
|
||||
%autosetup -n asio-28d9b8d6df708024af5227c551673fdb2519f5bf/asio -p1
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
autoreconf --install
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -39,11 +38,14 @@ to develop applications with asio.
|
||||
%make_install
|
||||
|
||||
%files devel
|
||||
%doc src/doc/*
|
||||
%doc doc/*
|
||||
%license LICENSE_1_0.txt
|
||||
%{_includedir}/asio/
|
||||
%{_includedir}/asio.hpp
|
||||
|
||||
%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
|
||||
- Package init.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user