On Thu, Mar 14, 2002 at 09:36:02PM +0100, Yvon Thoraval wrote:
> when rebuilding bbconfxxx.src.rpm, i get the followin error :
>
> RPM build errors:
> File not found: /var/tmp/bbconf-1.4/usr/man/man1/bbconf.1
>
> and launching gives :
>
> [root@yvon BB]# bbconf
> Segmentation fault (core dumped)
>
> i understand i'm missing something but what or where could i find info on bbconf ?
You probably have to edit the bbconf.spec file and include something
like the lines:
cd $RPM_BUILD_ROOT/%{prefix}/man
[ -f man1/bbconf.1.gz ] || gzip man1/bbconf.1
after the line:
# Build the file-list automagically :)
It was missing from the last bbconf.spec file I saw (bbconf-1.4).
Alexander