update to 3.0.0

rebuilt with python3 == 3.11 [release 3.0.0-1mamba;Sun Oct 15 2023]
This commit is contained in:
Silvan Calarco 2024-01-05 19:08:13 +01:00
parent 9ba193ee09
commit 42b97e82e2

View File

@ -1,21 +1,23 @@
Name: volk Name: volk
Version: 2.5.1 Version: 3.0.0
Release: 1mamba Release: 1mamba
Summary: The Vector Optimized Library of Kernels Summary: The Vector Optimized Library of Kernels
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libvolk.org/ URL: https://www.libvolk.org/
Source: https://github.com/gnuradio/volk.git/v%{version}/volk-%{version}.tar.bz2 Source: https://github.com/gnuradio/volk.git/v%{version}/volk-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libcpu_features-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: liborc-devel BuildRequires: liborc-devel
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.11
BuildRequires: cmake BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -32,13 +34,13 @@ This package contains shared libraries for %{name}.
%package -n lib%{name}-devel %package -n lib%{name}-devel
Group: Development/Libraries Group: Development/Libraries
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config Requires: pkg-config
%description -n lib%{name}-devel %description -n lib%{name}-devel
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
@ -46,6 +48,7 @@ This package contains libraries and header files for developing applications tha
%build %build
%cmake -d build %cmake -d build
%make %make
%install %install
@ -60,33 +63,31 @@ This package contains libraries and header files for developing applications tha
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/list_cpu_features
%{_bindir}/volk-config-info %{_bindir}/volk-config-info
%{_bindir}/volk_modtool %{_bindir}/volk_modtool
%{_bindir}/volk_profile %{_bindir}/volk_profile
%doc COPYING
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libvolk.so.* %{_libdir}/libvolk.so.*
%dir %{python3_sitearch}/volk_modtool %dir %{python3_sitearch}/volk_modtool
%{python3_sitearch}/volk_modtool/* %{python3_sitearch}/volk_modtool/*
%doc COPYING
%files -n lib%{name}-devel %files -n lib%{name}-devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_includedir}/cpu_features
%{_includedir}/cpu_features/*
%dir %{_includedir}/volk %dir %{_includedir}/volk
%{_includedir}/volk/* %{_includedir}/volk/*
%{_libdir}/libcpu_features.a
%{_libdir}/libvolk.so %{_libdir}/libvolk.so
%{_libdir}/pkgconfig/volk.pc %{_libdir}/pkgconfig/volk.pc
%dir %{_libdir}/cmake/CpuFeatures
%{_libdir}/cmake/CpuFeatures/CpuFeatures*.cmake
%dir %{_libdir}/cmake/volk %dir %{_libdir}/cmake/volk
%{_libdir}/cmake/volk/Volk*.cmake %{_libdir}/cmake/volk/Volk*.cmake
%doc README.md %doc README.md
%changelog %changelog
* Sun Oct 15 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.0-1mamba
- update to 3.0.0
- rebuilt with python3 == 3.11
* Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba * Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface