Compare commits
No commits in common. "c8-stream-10.5" and "c9s" have entirely different histories.
c8-stream-
...
c9s
@ -1 +0,0 @@
|
||||
823ce7ab96e3b8e6457a96263a9c865664971e7e SOURCES/asio-28d9b8d.tar.gz
|
11
.gitignore
vendored
11
.gitignore
vendored
@ -1 +1,10 @@
|
||||
SOURCES/asio-28d9b8d.tar.gz
|
||||
asio-1.4.1.tar.gz
|
||||
/asio-1.4.8.tar.bz2
|
||||
/asio-00cdf672654fda984b0c57218eaf77845ad4167a.tar.gz
|
||||
/asio-581fe686293be42260800c54cf2ac33576f35497.tar.gz
|
||||
/asio-c466dc46d55755d38ee1831e95207d6b329c4976.tar.gz
|
||||
/asio-c466dc4.tar.gz
|
||||
/asio-6c42685.tar.gz
|
||||
/asio-28d9b8d.tar.gz
|
||||
/asio-1.14.0.tar.bz2
|
||||
/asio-1.16.1.tar.gz
|
||||
|
@ -1,27 +1,23 @@
|
||||
# asio only ships headers, so no debuginfo package is needed
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: asio
|
||||
Version: 1.10.8
|
||||
Release: 7%{?dist}
|
||||
Version: 1.16.1
|
||||
Release: 6%{?dist}
|
||||
Summary: A cross-platform C++ library for network programming
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: Boost
|
||||
URL: https://think-async.com
|
||||
Source0: https://github.com/chriskohlhoff/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
%if 0%{?rhel} == 5
|
||||
%endif
|
||||
Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
The asio package contains a cross-platform C++ library for network programming
|
||||
@ -30,9 +26,8 @@ modern C++ approach.
|
||||
|
||||
%package devel
|
||||
Summary: Header files for asio
|
||||
Group: Development/Libraries
|
||||
Requires: openssl-devel
|
||||
Requires: boost-devel
|
||||
Recommends: openssl-devel
|
||||
Recommends: boost-devel
|
||||
|
||||
%description devel
|
||||
Header files you can use to develop applications with asio.
|
||||
@ -42,25 +37,55 @@ 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 %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%make_install
|
||||
|
||||
%files devel
|
||||
%{!?_licensedir:%global license %doc}
|
||||
%doc src/doc/*
|
||||
%doc doc/*
|
||||
%license LICENSE_1_0.txt
|
||||
%dir %{_includedir}/asio
|
||||
%{_includedir}/asio/*
|
||||
%{_includedir}/asio/
|
||||
%{_includedir}/asio.hpp
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.16.1-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.16.1-5
|
||||
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||
Related: rhbz#1971065
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.16.1-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat Jul 04 2020 Fabio Alessandro Locati <me@fale.io> - 1.16.1-1
|
||||
* Bump to 1.16.1
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user