update to 1.29.0 [release 1.29.0-1mamba;Fri Mar 15 2024]
This commit is contained in:
parent
1365da857e
commit
33eee1f255
17
asio.spec
17
asio.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define gitver %(echo %version | tr . -)
|
||||||
Name: asio
|
Name: asio
|
||||||
Version: 1.28.1
|
Version: 1.29.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Cross-platform C++ library for ASynchronous network I/O
|
Summary: Cross-platform C++ library for ASynchronous network I/O
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://think-async.com/Asio/
|
URL: https://think-async.com/Asio/
|
||||||
Source: https://sourceforge.net/projects/asio/files/asio/%{version}%20%28Stable%29/asio-%{version}.tar.bz2
|
Source: https://github.com/chriskohlhoff/asio.git/asio-%{gitver}/asio-%{version}.tar.bz2
|
||||||
License: Boost Software License
|
License: Boost Software License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -21,21 +22,24 @@ Summary: Cross-platform C++ library for ASynchronous network I/O
|
|||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
|
Cross-platform C++ library for ASynchronous network I/O.
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
#% debug_package
|
#% debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
cd asio
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd asio
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C asio
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -46,8 +50,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/asio
|
%dir %{_includedir}/asio
|
||||||
%{_includedir}/asio/*
|
%{_includedir}/asio/*
|
||||||
%{_libdir}/pkgconfig/asio.pc
|
%{_libdir}/pkgconfig/asio.pc
|
||||||
%doc COPYING README
|
%doc asio/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.29.0-1mamba
|
||||||
|
- update to 1.29.0
|
||||||
|
|
||||||
* Fri Nov 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.28.1-1mamba
|
* Fri Nov 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.28.1-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user