1d4226
# asio only ships headers, so no debuginfo package is needed
1d4226
%global debug_package %{nil}
1d4226
1d4226
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf
1d4226
%global shortcommit %(c=%{commit}; echo ${c:0:7})
1d4226
1d4226
Name:           asio
1d4226
Version:        1.10.8
1d4226
Release:        7%{?dist}
1d4226
Summary:        A cross-platform C++ library for network programming
1d4226
1d4226
Group:          System Environment/Libraries
1d4226
License:        Boost
1d4226
URL:            https://think-async.com
1d4226
Source0:        https://github.com/chriskohlhoff/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
1d4226
1d4226
%if 0%{?rhel} == 5
1d4226
%endif
1d4226
1d4226
BuildRequires:  autoconf
1d4226
BuildRequires:  automake
1d4226
BuildRequires:  openssl-devel
1d4226
BuildRequires:  boost-devel
1d4226
BuildRequires:  perl-generators
1d4226
1d4226
%description
1d4226
The asio package contains a cross-platform C++ library for network programming
1d4226
that provides developers with a consistent asynchronous I/O model using a
1d4226
modern C++ approach.
1d4226
1d4226
%package devel
1d4226
Summary:        Header files for asio
1d4226
Group:          Development/Libraries
1d4226
Requires:       openssl-devel
1d4226
Requires:       boost-devel
1d4226
1d4226
%description devel
1d4226
Header files you can use to develop applications with asio.
1d4226
1d4226
The asio package contains a cross-platform C++ library for network programming
1d4226
that provides developers with a consistent asynchronous I/O model using a
1d4226
modern C++ approach.
1d4226
1d4226
%prep
1d4226
%setup -qn %{name}-%{commit}/%{name}
1d4226
1d4226
%build
1d4226
./autogen.sh
1d4226
%configure
1d4226
make %{?_smp_mflags}
1d4226
1d4226
%install
1d4226
make install DESTDIR=%{buildroot}
1d4226
1d4226
%files devel
1d4226
%{!?_licensedir:%global license %doc}
1d4226
%doc src/doc/*
1d4226
%license LICENSE_1_0.txt
1d4226
%dir %{_includedir}/asio
1d4226
%{_includedir}/asio/*
1d4226
%{_includedir}/asio.hpp
1d4226
1d4226
%changelog
1d4226
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-7
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1d4226
1d4226
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-6
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1d4226
1d4226
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-5
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1d4226
1d4226
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.10.8-4
1d4226
- Rebuilt for Boost 1.64
1d4226
1d4226
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-3
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1d4226
1d4226
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.10.8-2
1d4226
- Rebuilt for Boost 1.63
1d4226
1d4226
* Sun Dec 11 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.8-1
1d4226
- Update to 1.10.8
1d4226
1d4226
* Tue Sep 13 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.7-1
1d4226
- Update to 1.10.7
1d4226
1d4226
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.6-7
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1d4226
1d4226
* Thu Jan 14 2016 Jonathan Wakely <jwakely@redhat.com> - 1.10.6-6
1d4226
- Rebuilt for Boost 1.60
1d4226
1d4226
* Sat Jan 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.6-5
1d4226
- Remove useless pieces of the spec
1d4226
- Conform to more recent SPEC style
1d4226
- Fix date in changelog that was giving warnings
1d4226
1d4226
* Sat Jan 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.6-4
1d4226
- Move from define to global
1d4226
1d4226
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.10.6-3
1d4226
- Rebuilt for Boost 1.59
1d4226
1d4226
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.6-2
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
1d4226
1d4226
* Sun Jul 26 2015 Fabio Alessandro Locati <fale@fedoraproject.org> -1.10.6-1
1d4226
- Update to 1.10.6 version
1d4226
1d4226
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.10.4-5
1d4226
- rebuild for Boost 1.58
1d4226
1d4226
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.4-4
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1d4226
1d4226
* Mon Jan 26 2015 Petr Machata <pmachata@redhat.com> - 1.10.4-3
1d4226
- Rebuild for boost 1.57.0
1d4226
1d4226
* Sat Oct 11 2014 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.4-2
1d4226
- Forgot to update the commit id
1d4226
1d4226
* Sat Oct 11 2014 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.4-1
1d4226
- Update to 1.10.4 version
1d4226
1d4226
* Sun Aug 10 2014 Fabio Alessandro Locati <fale@fedoraproject.org> - 1.10.3-1
1d4226
- Update to 1.10.3 version
1d4226
1d4226
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-9
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1d4226
1d4226
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 1.4.8-8
1d4226
- Rebuild for boost 1.55.0
1d4226
1d4226
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-7
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1d4226
1d4226
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 1.4.8-6
1d4226
- Rebuild for boost 1.54.0
1d4226
1d4226
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.4.8-5
1d4226
- Rebuild for Boost-1.53.0
1d4226
1d4226
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.4.8-4
1d4226
- Rebuild for Boost-1.53.0
1d4226
1d4226
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-3
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1d4226
1d4226
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-2
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1d4226
1d4226
* Wed Aug  3 2011 Peter Robinson <pbrobinson@gmail.com> - 1.4.8-1
1d4226
- Update to 1.4.8 bugfix release
1d4226
1d4226
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-4
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1d4226
1d4226
* Fri Jun 18 2010 Dan HorĂ¡k <dan[at]danny.cz> 1.4.1-3
1d4226
- fix FTBFS #538893 and #599857 (patch by Petr Machata)
1d4226
1d4226
* Mon Jul 27 2009 Marc Maurer <uwog@uwog.net> 1.4.1-2
1d4226
- The tarball is now a gzip archive
1d4226
1d4226
* Mon Jul 27 2009 Marc Maurer <uwog@uwog.net> 1.4.1-1
1d4226
- New upstream release
1d4226
1d4226
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1d4226
1d4226
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
1d4226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1d4226
1d4226
* Thu Dec 25 2008 Marc Maurer <uwog@uwog.net> 1.2.0-1
1d4226
- New upstream release
1d4226
1d4226
* Sun Apr 06 2008 Marc Maurer <uwog@uwog.net> 1.0.0-2
1d4226
- Upstream removed the executable permissions on the docs
1d4226
1d4226
* Sun Apr 06 2008 Marc Maurer <uwog@uwog.net> 1.0.0-1
1d4226
- New upstream release
1d4226
1d4226
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.8-8
1d4226
- Autorebuild for GCC 4.3
1d4226
1d4226
* Sun Dec 02 2007 Marc Maurer <uwog@uwog.net> 0.3.8-7
1d4226
- Rebuild to include a tarball with original timestamps
1d4226
1d4226
* Thu Nov 29 2007 Marc Maurer <uwog@uwog.net> 0.3.8-6
1d4226
- Use release %%{?dist} tag
1d4226
- Move BuildRequires to the main package
1d4226
- Preserve timestamps
1d4226
- Remove spurious executable permissions from documentation
1d4226
1d4226
* Wed Nov 28 2007 Marc Maurer <uwog@uwog.net> 0.3.8-5
1d4226
- Don't require a nonexisting %%{name} package for -devel
1d4226
- Add openssl-devel and boost-devel to the buildRequires list
1d4226
- Remove unused post/postun sections for now
1d4226
- Fix -devel description
1d4226
- Use %%{version} in source URL
1d4226
- Add COPYING to the doc section
1d4226
- Preserve timestamps of installed files
1d4226
- Use %%defattr(-,root,root,-)
1d4226
- Include developer documentation
1d4226
- Move the make call to the %%check section
1d4226
1d4226
* Sun Nov 25 2007 Marc Maurer <uwog@uwog.net> 0.3.8-4
1d4226
- Don't use BA noarch
1d4226
1d4226
* Fri Nov 23 2007 Marc Maurer <uwog@uwog.net> 0.3.8-3
1d4226
- Move the license file to the -devel package, so no
1d4226
  main package will be created for now
1d4226
- Added BuildArch: noarch
1d4226
1d4226
* Fri Nov 23 2007 Marc Maurer <uwog@uwog.net> 0.3.8-2
1d4226
- Make BuildRoot fedora packaging standard compliant
1d4226
- Disable building of debuginfo packages
1d4226
- Include full source URL
1d4226
1d4226
* Wed Nov 21 2007 Marc Maurer <uwog@uwog.net> 0.3.8-1
1d4226
- Initial spec file