Re: Docs and examples deleted from package

From: Devrim Gündüz <devrim(at)gunduz(dot)org>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: Docs and examples deleted from package
Date: 2014-06-18 13:50:01
Message-ID: 1403099401.14178.10.camel@asus-laptop-03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum


Hi,

On Wed, 2014-06-18 at 14:53 +0800, Craig Ringer wrote:
> The spec file seems to delete the docs, except for the HTML files,
> entirely.
>
> Any idea why?
>
> rm -rf %{buildroot}%{_docdir}/pgsql

See the lines prior to that. The directory that we remove is something
that is not used in PGDG RPMs -- since we have multiple version feature,
so we move docs under /usr/share/doc/postgresql94-docs (or whatever the
version is) directory.

I am not saying that we are deleting too much:

> I think it's an oversight, where the "important" docs were supposed to
> be moved out of there. However, it removes all the extension docs and
> sample files.
>
> So it looks like %{buildroot}%{_docdir}/pgsql/extension should be
> rescued before this gets done.

Can you please give me one of the file names that should not be deleted?
Also, can you please look at -docs subpackage?

Regards,

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

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Craig Ringer 2014-06-18 14:02:34 Re: Docs and examples deleted from package
Previous Message Craig Ringer 2014-06-18 13:46:58 Re: Libevent conflict on EL-6?