[packages/pdftohtml] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:53:45 CEST 2025
commit a7292081b11949543b8079115fee4bc48b698f78
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:53:29 2025 +0200
Fix applying patches.
pdftohtml.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pdftohtml.spec b/pdftohtml.spec
index d1261c6..34731a5 100644
--- a/pdftohtml.spec
+++ b/pdftohtml.spec
@@ -26,12 +26,12 @@ Konwerter PDF do HTML-a.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
cd xpdf
-%patch1 -p0
+%patch -P1 -p0
cd ..
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pdftohtml.git/commitdiff/a7292081b11949543b8079115fee4bc48b698f78
More information about the pld-cvs-commit
mailing list