54 lines
1.3 KiB
RPMSpec
54 lines
1.3 KiB
RPMSpec
|
Name: asio
|
||
|
Version: 1.28.1
|
||
|
Release: 1mamba
|
||
|
Summary: Cross-platform C++ library for ASynchronous network I/O
|
||
|
Group: System/Libraries
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://think-async.com/Asio/
|
||
|
Source: https://sourceforge.net/projects/asio/files/asio/%{version}%20%28Stable%29/asio-%{version}.tar.bz2
|
||
|
License: Boost Software License
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%description
|
||
|
Cross-platform C++ library for ASynchronous network I/O.
|
||
|
|
||
|
%package -n lib%{name}-devel
|
||
|
Group: Development/Libraries
|
||
|
Summary: Cross-platform C++ library for ASynchronous network I/O
|
||
|
Requires: pkg-config
|
||
|
|
||
|
%description -n lib%{name}-devel
|
||
|
This package contains libraries and header files for developing applications that use %{name}.
|
||
|
|
||
|
|
||
|
#% debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files -n lib%{name}-devel
|
||
|
%defattr(-,root,root)
|
||
|
%{_includedir}/asio.hpp
|
||
|
%dir %{_includedir}/asio
|
||
|
%{_includedir}/asio/*
|
||
|
%{_libdir}/pkgconfig/asio.pc
|
||
|
%doc COPYING README
|
||
|
|
||
|
%changelog
|
||
|
* Fri Nov 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.28.1-1mamba
|
||
|
- package created using the webbuild interface
|