Search
j0ke.net Open Build Service
>
Projects
>
ORACLE
:
XE
>
oracle-instantclient11
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
oracle-instantclient.spec
@@ -40,7 +40,11 @@ Buildroot: %{_tmppath}/%{name}-root BuildArch: i386 x86_64 -BuildRequires: unzip chrpath +%if 0%{?sles_version} == 10 +BuildRequires: unzip +%else +BuildRequires: unzip chrpath +%endif %define topdir instantclient_11_1 %define _oradir %{_libdir}/oracle @@ -176,7 +180,11 @@ # WRC / TOOLS %__install wrc %{buildroot}%{oradir}/bin + ## change rpath +%if 0%{?sles_version} == 10 + : +%else chrpath -d %{buildroot}%{oradir}/bin/genezi chrpath -d %{buildroot}%{oradir}/bin/sqlplus chrpath -d %{buildroot}%{oradir}/bin/wrc @@ -184,7 +192,7 @@ chrpath -d %{buildroot}%{oradir}/lib/libociei.so chrpath -d %{buildroot}%{oradir}/lib/libsqlplus.so chrpath -d %{buildroot}%{oradir}/lib/libsqlplusic.so - +%endif #fix doc perms %ifnarch x86_64 chmod -x ODBC_IC_Readme_Linux.html ODBCRelnotesJA.htm ODBCRelnotesUS.htm