Accepting request 1139935 from hardware:sdr

OBS-URL: https://build.opensuse.org/request/show/1139935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/volk?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-01-19 22:02:47 +00:00 committed by Git OBS Bridge
commit ac5b603a57
2 changed files with 14 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 19 10:45:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update descriptions
- Limit fdupes to /usr so it does not accidentally hardlink across
mounts.
-------------------------------------------------------------------
Tue Dec 5 21:33:20 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package volk
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -39,7 +39,7 @@ BuildRequires: python3-Mako
Provides: bundled(cpu_features) = 0.6.0
%description
VOLK provides a library of vector-optimized kernels. It is a subproject
VOLK is a library of vector-optimized kernels. It is a subproject
of GNU Radio, but can also be used standalone.
%package devel
@ -55,7 +55,7 @@ Provides: gnuradio-devel:%{_libdir}/pkgconfig/volk.pc
This package provides the the development files for VOLK.
%package -n libvolk%{soname}
Summary: VOLK shared library
Summary: Vector-Optimized Library of Kernels
Group: System/Libraries
Recommends: volk
@ -63,15 +63,15 @@ Recommends: volk
This package provides the VOLK shared library.
%package -n volk_modtool
Summary: VOLK modtool
Group: Development/Libraries/C and C++
Summary: VOLK kernel creation utility
Group: Development/Tools/Other
%description -n volk_modtool
This package provides volk_modtool, used for creating new
VOLK kernels.
%prep
%setup -q
%autosetup
%build
%cmake
@ -82,7 +82,7 @@ VOLK kernels.
chmod -x %{buildroot}%{python3_sitearch}/volk_modtool/*py
sed -i -e '1 { \@.*/bin/env.*python.*@ d }' %{buildroot}%{python3_sitearch}/volk_modtool/*py
%fdupes %{buildroot}
%fdupes %{buildroot}/%{_prefix}
%post -n libvolk%{soname} -p /sbin/ldconfig
%postun -n libvolk%{soname} -p /sbin/ldconfig