[packages/libsvm] - use patch -P
baggins
baggins at pld-linux.org
Tue Mar 11 14:30:55 CET 2025
commit 3c5e931895239281dcb7f12f3914e26482fa9d85
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Mar 11 13:44:43 2025 +0100
- use patch -P
libsvm.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libsvm.spec b/libsvm.spec
index 9473865..fc366e0 100644
--- a/libsvm.spec
+++ b/libsvm.spec
@@ -14,7 +14,7 @@ Summary: LIBSVM - simple, easy-to-use and efficient software for SVM classificat
Summary(pl.UTF-8): LIBSVM - proste, łatwe w użyciu i wydajne oprogramowanie do klasyfikacji i regresji SVM
Name: libsvm
Version: 3.32
-Release:
+Release: 2
License: BSD
Group: Libraries
Source0: https://www.csie.ntu.edu.tw/~cjlin/libsvm/%{name}-%{version}.tar.gz
@@ -114,8 +114,8 @@ Interfejs Pythona 3 do biblioteki LIBSVM.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsvm.git/commitdiff/3c5e931895239281dcb7f12f3914e26482fa9d85
More information about the pld-cvs-commit
mailing list