Compare commits

..

No commits in common. "83ca23a30baf73865313fb81a2b1e675192bfb44" and "28b2d6b2c063412c0929c1dc95647009dd39aa28" have entirely different histories.

4 changed files with 7 additions and 17 deletions

Binary file not shown.

BIN
asio-28d9b8d.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
%global debug_package %{nil} %global debug_package %{nil}
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
Name: asio Name: asio
Version: 1.28.1 Version: 1.10.8
Release: 1 Release: 9
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://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: https://github.com/chriskohlhoff/asio/archive/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz
BuildRequires: gcc-c++ autoconf automake openssl-devel boost-devel perl-generators BuildRequires: gcc-c++ autoconf automake openssl-devel boost-devel perl-generators
@ -27,10 +28,10 @@ programming. And this package provides header files for developer
to develop applications with asio. to develop applications with asio.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n asio-28d9b8d6df708024af5227c551673fdb2519f5bf/asio -p1
%build %build
autoreconf --install ./autogen.sh
%configure %configure
%make_build %make_build
@ -38,18 +39,11 @@ autoreconf --install
%make_install %make_install
%files devel %files devel
%doc doc/* %doc src/doc/*
%license LICENSE_1_0.txt %license LICENSE_1_0.txt
%{_includedir}/asio/ %{_includedir}/asio/
%{_includedir}/asio.hpp %{_includedir}/asio.hpp
%{_libdir}/pkgconfig/asio.pc
%changelog %changelog
* Wed Sep 20 2023 yaoxin <yao_xin001@hoperun.com> - 1.28.1-1
- Upgrade to 1.28.1
* 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.

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: chriskohlhoff/asio
tag_prefix: "^"
separator: "-"