|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: liburing
|
|
|
|
Name: liburing
|
|
|
|
Version: 2.5
|
|
|
|
Version: 2.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Linux-native io_uring I/O access library
|
|
|
|
Summary: Linux-native io_uring I/O access library
|
|
|
|
License: (GPLv2 with exceptions and LGPLv2+) or MIT
|
|
|
|
License: (GPLv2 with exceptions and LGPLv2+) or MIT
|
|
|
|
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://brick.kernel.dk/snaps/%{name}-%{version}.tar.gz
|
|
|
@ -28,7 +28,7 @@ for the Linux-native io_uring.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%set_build_flags
|
|
|
|
%set_build_flags
|
|
|
|
./configure --prefix=%{_prefix} --libdir=%{_libdir} --libdevdir=%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir} --use-libc
|
|
|
|
./configure --prefix=%{_prefix} --libdir=/%{_libdir} --libdevdir=/%{_libdir} --mandir=%{_mandir} --includedir=%{_includedir}
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
@ -37,29 +37,19 @@ for the Linux-native io_uring.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%attr(0755,root,root) %{_libdir}/liburing.so.*
|
|
|
|
%attr(0755,root,root) %{_libdir}/liburing.so.*
|
|
|
|
%attr(0755,root,root) %{_libdir}/liburing-ffi.so.*
|
|
|
|
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/liburing/
|
|
|
|
%{_includedir}/liburing/
|
|
|
|
%{_includedir}/liburing.h
|
|
|
|
%{_includedir}/liburing.h
|
|
|
|
%{_libdir}/liburing.so
|
|
|
|
%{_libdir}/liburing.so
|
|
|
|
%{_libdir}/liburing-ffi.so
|
|
|
|
|
|
|
|
%exclude %{_libdir}/liburing.a
|
|
|
|
%exclude %{_libdir}/liburing.a
|
|
|
|
%exclude %{_libdir}/liburing-ffi.a
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_mandir}/man2/*
|
|
|
|
%{_mandir}/man2/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Nov 13 2023 Jeff Moyer <jmoyer@redhat.com> - 2.5-1.el9
|
|
|
|
|
|
|
|
- Rebase to 2.5.
|
|
|
|
|
|
|
|
- Resolves: RHEL-16030
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 22 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.3-2.el9
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.3 beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 27 2023 Jeff Moyer <jmoyer@redhat.com> - 2.3-2.el9
|
|
|
|
* Thu Apr 27 2023 Jeff Moyer <jmoyer@redhat.com> - 2.3-2.el9
|
|
|
|
- n-v-r bump
|
|
|
|
- n-v-r bump
|
|
|
|
- Related: rhbz#2182163
|
|
|
|
- Related: rhbz#2182163
|
|
|
|