2024-01-06 06:00:47 +01:00
|
|
|
Name: libuv
|
2024-01-06 06:00:50 +01:00
|
|
|
Version: 1.44.0
|
2024-01-06 06:00:47 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Cross-platform asynchronous I/O
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 06:00:50 +01:00
|
|
|
URL: https://libuv.org/
|
2024-01-06 06:00:47 +01:00
|
|
|
## GITSOURCE https://github.com/libuv/libuv.git v1.22.0
|
|
|
|
Source: https://github.com/libuv/libuv.git/v%{version}/libuv-%{version}.tar.bz2
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
Cross-platform asynchronous I/O.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libuv.so.*
|
|
|
|
%doc AUTHORS LICENSE
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/uv.h
|
|
|
|
%dir %{_includedir}/uv
|
|
|
|
%{_includedir}/uv/*
|
|
|
|
%{_libdir}/libuv.a
|
|
|
|
%{_libdir}/libuv.la
|
|
|
|
%{_libdir}/libuv.so
|
|
|
|
%{_libdir}/pkgconfig/libuv.pc
|
|
|
|
%doc ChangeLog README.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:00:50 +01:00
|
|
|
* Tue Mar 08 2022 Automatic Build System <autodist@mambasoft.it> 1.44.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:50 +01:00
|
|
|
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 1.43.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:50 +01:00
|
|
|
* Tue Jul 20 2021 Automatic Build System <autodist@mambasoft.it> 1.42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:50 +01:00
|
|
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 1.41.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:50 +01:00
|
|
|
* Sun Feb 14 2021 Automatic Build System <autodist@mambasoft.it> 1.41.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Fri Sep 25 2020 Automatic Build System <autodist@mambasoft.it> 1.40.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Tue Aug 25 2020 Automatic Build System <autodist@mambasoft.it> 1.39.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Sat Jul 04 2020 Automatic Build System <autodist@mambasoft.it> 1.38.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Mon May 18 2020 Automatic Build System <autodist@mambasoft.it> 1.38.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Mon Apr 20 2020 Automatic Build System <autodist@mambasoft.it> 1.37.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Thu Apr 16 2020 Automatic Build System <autodist@mambasoft.it> 1.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Fri Mar 13 2020 Automatic Build System <autodist@mambasoft.it> 1.35.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Fri Jan 24 2020 Automatic Build System <autodist@mambasoft.it> 1.34.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Mon Jan 13 2020 Automatic Build System <autodist@mambasoft.it> 1.34.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:49 +01:00
|
|
|
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 1.34.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Wed Oct 23 2019 Automatic Build System <autodist@mambasoft.it> 1.33.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Tue Oct 22 2019 Automatic Build System <autodist@mambasoft.it> 1.33.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Sat Oct 05 2019 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Wed Jul 03 2019 Automatic Build System <autodist@mambasoft.it> 1.30.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Sat Jun 29 2019 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Wed May 22 2019 Automatic Build System <autodist@mambasoft.it> 1.29.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Thu May 16 2019 Automatic Build System <autodist@mambasoft.it> 1.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Wed Apr 24 2019 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Sun Feb 10 2019 Automatic Build System <autodist@mambasoft.it> 1.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Mon Dec 17 2018 Automatic Build System <autodist@mambasoft.it> 1.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Wed Nov 14 2018 Automatic Build System <autodist@mambasoft.it> 1.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:48 +01:00
|
|
|
* Tue Oct 09 2018 Automatic Build System <autodist@mambasoft.it> 1.23.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:47 +01:00
|
|
|
* Wed Sep 26 2018 Automatic Build System <autodist@mambasoft.it> 1.23.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:47 +01:00
|
|
|
* Fri Aug 24 2018 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 06:00:47 +01:00
|
|
|
* Sun Aug 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22.0-1mamba
|
|
|
|
- package created using the webbuild interface
|