tanuki-wrapper 3.6.4-3 (aarch64;x86_64;znver1;znver1;x86_64;aarch64) 2026-18033
0

Status testing
Submitter omv [@T] davidebeatrici.dev
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/581604
Packages
tanuki-wrapper-3.6.4-3.aarch64.source
tanuki-wrapper-3.6.4-3.aarch64.binary
tanuki-wrapper-debuginfo-3.6.4-3.aarch64.debuginfo
tanuki-wrapper-3.6.4-3.x86_64.source
tanuki-wrapper-3.6.4-3.x86_64.binary
tanuki-wrapper-debuginfo-3.6.4-3.x86_64.debuginfo
tanuki-wrapper-3.6.4-3.znver1.source
tanuki-wrapper-3.6.4-3.znver1.binary
tanuki-wrapper-debuginfo-3.6.4-3.znver1.debuginfo
tanuki-wrapper-3.6.4-3.znver1.binary
tanuki-wrapper-3.6.4-3.znver1.source
tanuki-wrapper-debuginfo-3.6.4-3.znver1.debuginfo
tanuki-wrapper-3.6.4-3.x86_64.binary
tanuki-wrapper-3.6.4-3.x86_64.source
tanuki-wrapper-debuginfo-3.6.4-3.x86_64.debuginfo
tanuki-wrapper-3.6.4-3.aarch64.source
tanuki-wrapper-3.6.4-3.aarch64.binary
tanuki-wrapper-debuginfo-3.6.4-3.aarch64.debuginfo
Build Date 2026-01-20 04:36:45 +0000 UTC
Last Updated 2026-01-26 21:46:58.137060306 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary cc5131a5155bb5dc40bd2281a649eb8b6a405fc0

commit cc5131a5155bb5dc40bd2281a649eb8b6a405fc0
Author:     Davide Beatrici <git@davidebeatrici.dev>
AuthorDate: Mon Jan 5 21:21:10 2026 +0100
Commit:     Davide Beatrici <git@davidebeatrici.dev>
CommitDate: Mon Jan 5 21:21:10 2026 +0100

    Install libraries at the proper location
---
 tanuki-wrapper.spec | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/tanuki-wrapper.spec b/tanuki-wrapper.spec
index e131383..06655a0 100644
--- a/tanuki-wrapper.spec
+++ b/tanuki-wrapper.spec
@@ -1,8 +1,8 @@
-#%undefine _debugsource_packages
+%undefine _debugsource_packages
 
 Name:     tanuki-wrapper
 Version:  3.6.4
-Release:  2
+Release:  3
 Summary:  Java Service Wrapper
 URL:      https://wrapper.tanukisoftware.com
 License:  GPLv3
@@ -44,14 +44,17 @@ ant -f build.xml jar:wrapper-only compile-c-unix -Dbits=$BITS -Dant.java.version
 
 %install
 mkdir -p %{buildroot}%{_bindir}
-mkdir -p %{buildroot}%{_libdir}/%{name}
+mkdir -p %{buildroot}%{_datadir}/java
+mkdir -p %{buildroot}%{_libdir}
 
 mv bin/* %{buildroot}%{_bindir}/%{name}
-mv lib/* %{buildroot}%{_libdir}/%{name}/
+mv lib/*.jar %{buildroot}%{_datadir}/java/%{name}.jar
+mv lib/*.so %{buildroot}%{_libdir}/lib%{name}.so
 
 %files
 %doc README_*.txt doc/revisions.txt doc/index.html
 %doc src/bin/App.sh*.in src/conf/wrapper.conf.in
 %license doc/wrapper-community-license-1.3.txt
 %{_bindir}/%{name}
-%{_libdir}/%{name}
+%{_datadir}/java/%{name}.jar
+%{_libdir}/lib%{name}.so
Not Available

Nobody has submitted a vote for this package yet. Go test it, and vote!