rpmbuild postgresql-7.2.3 fails for perl modules manpages

From: Oliver Fänger <oliver(dot)faenger(at)cityweb(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: rpmbuild postgresql-7.2.3 fails for perl modules manpages
Date: 2002-11-13 18:10:58
Message-ID: 1037211058.2180.184.camel@alibaba
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

I think there is no Pg.3* manpage,
so cp fails after succesfuly build.

could somebody fix this in postgresql.spec:

cp `find $RPM_BUILD_ROOT -name 'Pg.3*' -print`
$RPM_BUILD_ROOT%{_mandir}/man3

should be:
cp `find $RPM_BUILD_ROOT -name 'Pg.*' -print`
$RPM_BUILD_ROOT%{_mandir}/man3

thanx

Oliver

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Muhlberger 2002-11-14 04:12:08 Can't drop / access / or create database
Previous Message Nick Howden 2002-11-13 17:38:16 Possible bug in query planner when using DISTINCT