2024-01-06 06:00:47 +01:00
|
|
|
Name: libuv
|
2024-01-06 06:00:48 +01:00
|
|
|
Version: 1.24.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>
|
|
|
|
URL: http://libuv.org/
|
|
|
|
## 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
|
|
|
|
BuildRequires: libe2fs-devel
|
|
|
|
BuildRequires: libkrb5-devel
|
|
|
|
BuildRequires: libnsl-devel
|
|
|
|
BuildRequires: libtirpc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%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: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
|