Update to 1.14.0
This commit is contained in:
parent
fa17b04219
commit
b6e9dde441
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ asio-1.4.1.tar.gz
|
||||
/asio-c466dc4.tar.gz
|
||||
/asio-6c42685.tar.gz
|
||||
/asio-28d9b8d.tar.gz
|
||||
/asio-1.14.0.tar.bz2
|
||||
|
||||
12
asio.spec
12
asio.spec
@ -5,13 +5,13 @@
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: asio
|
||||
Version: 1.10.8
|
||||
Release: 11%{?dist}
|
||||
Version: 1.14.0
|
||||
Release: 12%{?dist}
|
||||
Summary: A cross-platform C++ library for network programming
|
||||
|
||||
License: Boost
|
||||
URL: https://think-async.com
|
||||
Source0: https://github.com/chriskohlhoff/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -39,10 +39,10 @@ that provides developers with a consistent asynchronous I/O model using a
|
||||
modern C++ approach.
|
||||
|
||||
%prep
|
||||
%setup -qn %{name}-%{commit}/%{name}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
autoreconf --install
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
@ -50,7 +50,7 @@ modern C++ approach.
|
||||
%make_install
|
||||
|
||||
%files devel
|
||||
%doc src/doc/*
|
||||
%doc doc/*
|
||||
%license LICENSE_1_0.txt
|
||||
%{_includedir}/asio/
|
||||
%{_includedir}/asio.hpp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user