commit 7c981d4160b61a270853d05d7211dafa3247770b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 03:47:13 2024 +0100
Fix error: %patchN is obsolete
pdflib-lite.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pdflib-lite.spec b/pdflib-lite.spec
index 80ad8b7..291f3d5 100644
--- a/pdflib-lite.spec
+++ b/pdflib-lite.spec
@@ -77,8 +77,8 @@ that will use the PDFlib library.
%prep
%setup -q -n PDFlib-Lite-%{version}
-%patch0 -p0 -b .gcc43
-%patch1 -b .format-security
+%patch -P0 -p0 -b .gcc43
+%patch -P1 -b .format-security
sed -i -e 's,^PYTHONLIBDIR.*,PYTHONLIBDIR = %{python2_sitearch},' \
-e 's,^PERLLIBDIR.*,PERLLIBDIR = %{perl_vendorarch},' \
Show replies by date