[packages/oracle-java7] - rel 2; second libjli location to get original ORIGIN to work (since rpath changing doesn't happen
arekm
arekm at pld-linux.org
Mon Oct 28 19:01:26 CET 2013
commit b7764cf04413c186e5039cc448f9b6467bbfdbaf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Oct 28 19:01:23 2013 +0100
- rel 2; second libjli location to get original ORIGIN to work (since rpath changing doesn't happen due to too short original rpath)
oracle-java7.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/oracle-java7.spec b/oracle-java7.spec
index 27eb72f..58acd18 100644
--- a/oracle-java7.spec
+++ b/oracle-java7.spec
@@ -24,7 +24,7 @@ Summary: Oracle JDK (Java Development Kit) for Linux
Summary(pl.UTF-8): Oracle JDK - środowisko programistyczne Javy dla Linuksa
Name: oracle-java7
Version: 1.7.0.45
-Release: 1
+Release: 2
License: restricted, distributable
# http://www.oracle.com/technetwork/java/javase/terms/license/index.html
# See "LICENSE TO DISTRIBUTE SOFTWARE" section, which states you can
@@ -822,6 +822,9 @@ fi
%dir %{jredir}/lib/%{arch}/client
%attr(755,root,root) %{jredir}/lib/%{arch}/client/*
%endif
+%dir %{javadir}/lib/%{arch}
+%dir %{javadir}/lib/%{arch}/jli
+%attr(755,root,root) %{javadir}/lib/%{arch}/jli/libjli.so
%dir %{jredir}/lib/%{arch}/jli
%attr(755,root,root) %{jredir}/lib/%{arch}/jli/libjli.so
%dir %{jredir}/lib/%{arch}/headless
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/oracle-java7.git/commitdiff/b7764cf04413c186e5039cc448f9b6467bbfdbaf
More information about the pld-cvs-commit
mailing list