[Pljava-dev] Retrying: RPMifying PL/Java

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To:
Subject: [Pljava-dev] Retrying: RPMifying PL/Java
Date: 2016-07-14 15:39:17
Message-ID: 1468510757.14072.40.camel@gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev


Hi,

Work, holidays, etc, and I'm back to RPMifying PL/Java. 

I can build the jar file, but the issue is still there with installing it. Here
is the log:

# java -jar /usr/share/java/pljava-95.jar 
META-INF/ 
org/ 
org/gjt/ 
org/gjt/cuspy/ 
pljava/ 
/usr/pgsql-9.5/lib/ 
/usr/pgsql-9.5/lib/libpljava-so-1.5.0.so as bytes
/usr/pgsql-9.5/share/ 
/usr/pgsql-9.5/share/extension/ 
/usr/pgsql-9.5/share/extension/pljava.control as lines (ASCII)
/usr/pgsql-9.5/share/pljava/ 
/usr/pgsql-9.5/share/pljava/pljava--1.5.0-BETA1--1.5.0.sql as lines (UTF8)
/usr/pgsql-9.5/share/pljava/pljava--1.5.0-BETA2--1.5.0.sql as lines (UTF8)
/usr/pgsql-9.5/share/pljava/pljava--1.5.0-BETA3--1.5.0.sql as lines (UTF8)
/usr/pgsql-9.5/share/pljava/pljava--1.5.0.sql as lines (UTF8)
/usr/pgsql-9.5/share/pljava/pljava--unpackaged--1.5.0.sql as lines (UTF8)
/usr/pgsql-9.5/share/pljava/pljava-1.5.0.jar as bytes
/usr/pgsql-9.5/share/pljava/pljava-api-1.5.0.jar as bytes
/usr/pgsql-9.5/share/pljava/pljava-examples-1.5.0.jar as bytes

Unfortunately, the first 5 directories are installed under / and cause a mess
-- and I don't think they should be there.

How can I fix this? What am I missing?

Here is the spec and patch that I'm using:

https://git.postgresql.org/gitweb/?p=pgrpms.git;a=commit;h=b940b4ab383e6a35789f107a04d5b1e394cb2125

Regards,

--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Chapman Flack 2016-07-14 17:28:03 Re: [Pljava-dev] Retrying: RPMifying PL/Java
Previous Message Chapman Flack 2016-07-08 00:10:21 Re: [Pljava-dev] howto: PL/Java on Postgres 9.5 on Centos 6.5