http://qa.mandrakesoft.com/show_bug.cgi?id=6041
Product: gnome-db
Component: packaging
Summary: DOC_DIR is incorrect in %makeinstall
Product: gnome-db
Version: 0.2.96-9mdk
Platform: PC
URL: http://eijk.homelinux.org/build/cooker/i586/problem/gnom
e-db-0.2.96-9mdk
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The DOC_DIR is set incorrectly so the %makeinstall fails. Affects all platforms.
This diff fixes it:
$ diff gnome-db.spec.orig gnome-db.spec
15c15
< Release: 9mdk
---
> Release: 10mdk
103c103
< %makeinstall_std DOC_DIR=%{_datadir}/gnome/html
---
> %makeinstall_std DOC_DIR=$RPM_BUILD_ROOT%{_datadir}/gnome/html
177a178,180
> * Thu Oct 02 2003 Stefan van der Eijk <[EMAIL PROTECTED]> 0.2.96-10mdk
> - fix install path for docs
>
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.