[packages/qtscriptgenerator] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:37:17 CEST 2025
commit 41a0ccf40a5ffe787ca8055b87d3adccce4ea4d7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:37:01 2025 +0200
Fix applying patches.
qtscriptgenerator.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/qtscriptgenerator.spec b/qtscriptgenerator.spec
index 5094b56..77306e0 100644
--- a/qtscriptgenerator.spec
+++ b/qtscriptgenerator.spec
@@ -49,11 +49,11 @@ within Qt Script.
%prep
%setup -q -n %{name}-src-%{version}
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
export QTDIR="%{_libdir}/qt4"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qtscriptgenerator.git/commitdiff/41a0ccf40a5ffe787ca8055b87d3adccce4ea4d7
More information about the pld-cvs-commit
mailing list