[packages/volk] - use patch -P
baggins
baggins at pld-linux.org
Tue Mar 11 14:08:02 CET 2025
commit e11264beee82545cecfce8ac89fb523e3d0606d8
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Mar 11 13:19:44 2025 +0100
- use patch -P
volk.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/volk.spec b/volk.spec
index 9a5f0ff..b3185aa 100644
--- a/volk.spec
+++ b/volk.spec
@@ -6,7 +6,7 @@ Summary: Vector-Optimized Library of Kernels
Summary(pl.UTF-8): Vector-Optimized Library of Kernels - biblioteka jąder zoptymalizowanych wektorowo
Name: volk
Version: 3.1.2
-Release:
+Release: 2
License: LGPL v3+
Group: Libraries
Source0: https://www.libvolk.org/releases/%{name}-%{version}.tar.xz
@@ -70,7 +70,7 @@ Dokumentacja API biblioteki VOLK.
%prep
%setup -q
-%patch0 -p1
+%patch -P 0 -p1
%build
install -d build
@@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md docs/CHANGELOG.md
+%doc README.md docs/CHANGELOG.md
%attr(755,root,root) %{_bindir}/volk-config-info
%attr(755,root,root) %{_bindir}/volk_modtool
%attr(755,root,root) %{_bindir}/volk_profile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/volk.git/commitdiff/e11264beee82545cecfce8ac89fb523e3d0606d8
More information about the pld-cvs-commit
mailing list