Accepting request 1139909 from home:jengelh:branches:hardware:sdr
- Update descriptions - Limit fdupes to /usr so it does not accidentally hardlink across mounts. OBS-URL: https://build.opensuse.org/request/show/1139909 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/volk?expand=0&rev=23
This commit is contained in:
parent
8648d7792f
commit
146d037703
@ -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>
|
Tue Dec 5 21:33:20 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
14
volk.spec
14
volk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package volk
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -39,7 +39,7 @@ BuildRequires: python3-Mako
|
|||||||
Provides: bundled(cpu_features) = 0.6.0
|
Provides: bundled(cpu_features) = 0.6.0
|
||||||
|
|
||||||
%description
|
%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.
|
of GNU Radio, but can also be used standalone.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -55,7 +55,7 @@ Provides: gnuradio-devel:%{_libdir}/pkgconfig/volk.pc
|
|||||||
This package provides the the development files for VOLK.
|
This package provides the the development files for VOLK.
|
||||||
|
|
||||||
%package -n libvolk%{soname}
|
%package -n libvolk%{soname}
|
||||||
Summary: VOLK shared library
|
Summary: Vector-Optimized Library of Kernels
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: volk
|
Recommends: volk
|
||||||
|
|
||||||
@ -63,15 +63,15 @@ Recommends: volk
|
|||||||
This package provides the VOLK shared library.
|
This package provides the VOLK shared library.
|
||||||
|
|
||||||
%package -n volk_modtool
|
%package -n volk_modtool
|
||||||
Summary: VOLK modtool
|
Summary: VOLK kernel creation utility
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Tools/Other
|
||||||
|
|
||||||
%description -n volk_modtool
|
%description -n volk_modtool
|
||||||
This package provides volk_modtool, used for creating new
|
This package provides volk_modtool, used for creating new
|
||||||
VOLK kernels.
|
VOLK kernels.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
@ -82,7 +82,7 @@ VOLK kernels.
|
|||||||
chmod -x %{buildroot}%{python3_sitearch}/volk_modtool/*py
|
chmod -x %{buildroot}%{python3_sitearch}/volk_modtool/*py
|
||||||
sed -i -e '1 { \@.*/bin/env.*python.*@ d }' %{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
|
%post -n libvolk%{soname} -p /sbin/ldconfig
|
||||||
%postun -n libvolk%{soname} -p /sbin/ldconfig
|
%postun -n libvolk%{soname} -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user