[packages/db6.0] Rel 3
arekm
arekm at pld-linux.org
Sun Aug 9 13:19:30 CEST 2026
commit 17283dd67dbeeb96b53ebcc0d5301e4dc64a665f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Aug 9 13:19:14 2026 +0200
Rel 3
db6.0.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/db6.0.spec b/db6.0.spec
index d5ece92..822815e 100644
--- a/db6.0.spec
+++ b/db6.0.spec
@@ -15,7 +15,7 @@ Summary: Berkeley DB database library for C
Summary(pl.UTF-8): Biblioteka C do obsługi baz Berkeley DB
Name: db6.0
Version: %{ver}.%{patchlevel}
-Release: 2
+Release: 3
License: AGPL v3
Group: Libraries
#Source0Download: http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html
@@ -448,6 +448,7 @@ install -d $RPM_BUILD_ROOT%{_javadir}
%if %{with static_libs}
%{__make} -C build_unix.static library_install \
DESTDIR=$RPM_BUILD_ROOT \
+ STRIP=: \
docdir=%{_docdir}/db-%{version}-docs \
includedir=%{_includedir}
%endif
@@ -455,6 +456,7 @@ install -d $RPM_BUILD_ROOT%{_javadir}
%{__make} -C build_unix library_install \
DESTDIR=$RPM_BUILD_ROOT \
LIB_INSTALL_FILE_LIST="" \
+ STRIP=: \
docdir=%{_docdir}/db-%{version}-docs \
includedir=%{_includedir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/db6.0.git/commitdiff/17283dd67dbeeb96b53ebcc0d5301e4dc64a665f
More information about the pld-cvs-commit
mailing list