[packages/db6.1] - fix macros

baggins baggins at pld-linux.org
Sun Jun 21 00:07:47 CEST 2026


commit 5c1787f8ffc61299d654d507b0ea8b4f2abfc62f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jun 21 00:07:34 2026 +0200

    - fix macros

 db6.1.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/db6.1.spec b/db6.1.spec
index f52e68f..51638eb 100644
--- a/db6.1.spec
+++ b/db6.1.spec
@@ -7,8 +7,6 @@
 %bcond_with	default_db	# use this db as default system db [Th uses DB 5.3]
 %bcond_with	rpm_db		# install library to rootfs for /bin/rpm
 
-%{load:/usr/lib/rpm/macros.d/java}
-
 %define		major		6
 %define		libver		%{major}.1
 %define		ver		%{libver}.29
@@ -391,7 +389,8 @@ CXXFLAGS="%{rpmcflags} -fno-implicit-templates"
 LDFLAGS="%{rpmcflags} %{rpmldflags}"
 export CC CXX CFLAGS CXXFLAGS LDFLAGS
 
-../dist/%configure \
+%define	configuredir ../dist
+%configure \
 	--disable-shared \
 	--enable-static \
 	--enable-compat185 \
@@ -409,7 +408,8 @@ cd ..
 
 cd build_unix
 
-../dist/%configure \
+%define	configuredir ../dist
+%configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
 	--enable-shared \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/db6.1.git/commitdiff/5c1787f8ffc61299d654d507b0ea8b4f2abfc62f



More information about the pld-cvs-commit mailing list