Re: contrib like modules in Red Hat problem, Re: A "bug" report for orafce

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib like modules in Red Hat problem, Re: A "bug" report for orafce
Дата
Msg-id 7664.1200932239@sss.pgh.pa.us
обсуждение исходный текст
Ответ на contrib like modules in Red Hat problem, Re: A "bug" report for orafce  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: contrib like modules in Red Hat problem, Re: A "bug" report for orafce  (Andrew Dunstan <andrew@dunslane.net>)
Re: contrib like modules in Red Hat problem, Re: A "bug" report for orafce  (Devrim GÜNDÜZ <devrim@CommandPrompt.com>)
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> On 21/01/2008, Devrim GÜNDÜZ <devrim@commandprompt.com> wrote:
>> Orafce is about to be approved for Fedora, and I need help for one of
>> the review items. Per:
>> https://bugzilla.redhat.com/show_bug.cgi?id=251805#c1

AFAICT, there's nothing wrong with the Makefile.  The problem is with
the specfile, which apparently is calling plain "make install".
It should read

%install
rm -rf $RPM_BUILD_ROOT

make DESTDIR=$RPM_BUILD_ROOT install

Devrim: you should be testing specfiles by building as non-root;
you would have caught this yourself.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Marko Kreen"
Дата:
Сообщение: Re: [GENERAL] SHA1 on postgres 8.3
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: contrib like modules in Red Hat problem, Re: A "bug" report for orafce