[packages/NuSMV] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:37:52 CEST 2025
commit dfbaa05128a91a37532ccbe3f77fc9154241cf0d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:37:36 2025 +0200
Fix applying patches.
NuSMV.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/NuSMV.spec b/NuSMV.spec
index 0350e01..fef0dbf 100644
--- a/NuSMV.spec
+++ b/NuSMV.spec
@@ -106,11 +106,11 @@ unzip -q *.zip
cd ..
install %{SOURCE2} zchaff/
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
ICFLAGS="%{rpmcflags} -fPIC"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/NuSMV.git/commitdiff/dfbaa05128a91a37532ccbe3f77fc9154241cf0d
More information about the pld-cvs-commit
mailing list