forked from pool/maven
No need to link the libjansi.so into the arch independent location
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user