Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
83ca23a30b
!6 Upgrade to 1.28.1
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-21 11:34:56 +00:00
starlet-dx
8f5c93b83b Upgrade to 1.28.1 2023-09-20 15:17:08 +08:00
openeuler-ci-bot
37b95f0ffa
!4 Package upgrade
From: @starlet-dx 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-06-20 08:55:01 +00:00
starlet-dx
76f6773256 Package upgrade 2022-06-17 17:16:52 +08:00
openeuler-ci-bot
6c3bbc5111 !3 add yaml
From: @chengzihan2
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-13 15:00:24 +08:00
chengzihan2
7c744a7266 add yaml 2020-10-13 14:55:09 +08:00
chengzihan2
da8a609a6b add yaml 2020-10-13 14:09:17 +08:00
chengzihan2
12bb67576a add yaml 2020-10-13 14:08:42 +08:00
openeuler-ci-bot
fed7b39802 !2 Package init
Merge pull request !2 from sigui/sgs-own
2020-03-07 19:15:18 +08:00
sigui
18cc833927 Package Init 2020-03-07 18:36:12 +08:00
4 changed files with 17 additions and 7 deletions

BIN
asio-1.28.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,14 @@
%global debug_package %{nil}
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
Name: asio
Version: 1.10.8
Release: 9
Version: 1.28.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,18 @@ to develop applications with asio.
%make_install
%files devel
%doc src/doc/*
%doc doc/*
%license LICENSE_1_0.txt
%{_includedir}/asio/
%{_includedir}/asio.hpp
%{_libdir}/pkgconfig/asio.pc
%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
- Package init.

4
asio.yaml Normal file
View File

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