[packages/xephem] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:15:22 CEST 2025
commit 7ca2fc303e2dc3edc3bb7c2f0e6a0d279fe43c8c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:00 2025 +0200
Fix applying patches.
xephem.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xephem.spec b/xephem.spec
index e5515c6..610543a 100644
--- a/xephem.spec
+++ b/xephem.spec
@@ -70,10 +70,10 @@ XEphemdbd - filtr do odnajdywania obiektów astronomicznych wg zadanych
%prep
%setup -q
-%patch2 -p3
-%patch3 -p3
-%patch0 -p1
-%patch1 -p1
+%patch -P2 -p3
+%patch -P3 -p3
+%patch -P0 -p1
+%patch -P1 -p1
sed -i "s#X11R6/lib#X11R6/%{_lib}#g" GUI/xephem/Makefile
sed -i "s#/usr/local#%{_datadir}#g" GUI/xephem/tools/xephemdbd/start-xephemdbd.pl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xephem.git/commitdiff/7ca2fc303e2dc3edc3bb7c2f0e6a0d279fe43c8c
More information about the pld-cvs-commit
mailing list