6
0
forked from pool/maven

No need to link the libjansi.so into the arch independent location

This commit is contained in:
Fridrich Strba
2026-05-11 15:29:19 +02:00
parent ba0d68e9f8
commit b6924cfeda
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 11 13:22:20 UTC 2026 - Fridrich Strba <fstrba@suse.com>
- There is no need to link the jansi-native library into the tree,
since our jansi java library will load it from the system anyway
-------------------------------------------------------------------
Mon Apr 20 10:10:59 UTC 2026 - Fridrich Strba <fstrba@suse.com>
+1 -2
View File
@@ -287,6 +287,7 @@ install -d -m 755 %{buildroot}%{confdir}
install -d -m 755 %{buildroot}%{_datadir}/bash-completion/completions/
cp -a apache-maven/src/{bin,conf,lib} %{buildroot}%{homedir}/
rm -rf %{buildroot}%{homedir}/lib/*-native/
chmod +x %{buildroot}%{homedir}/bin/*
unix2dos %{buildroot}%{homedir}/bin/*.cmd %{buildroot}%{homedir}/bin/*.conf
chmod -x %{buildroot}%{homedir}/bin/*.cmd %{buildroot}%{homedir}/bin/*.conf
@@ -332,8 +333,6 @@ build-jar-repository -p %{buildroot}%{homedir}/lib \
cp %{buildroot}%{_javadir}/%{name}/*.jar %{buildroot}%{homedir}/lib/
ln -sf %{_libdir}/jansi/libjansi.so %{buildroot}%{homedir}/lib/jansi-native/
build-jar-repository -p %{buildroot}%{homedir}/boot \
plexus-classworlds