Am Samstag 19 Dezember 2009 schrieb Tduell:
> Hullo Chris,
> 
> On Dec 18, 5:46 pm, cspiel <csp...@freenet.de> wrote:
> > Hello everybody!
> >
> >         Today we gladly announce the final
> > version of Enblend/Enfuse version 4.0.  We have
> > put a tar-ball of it at
> >        http://sourceforge.net/projects/enblend/files/
> 
> I have tried to build a FedoraRPM and get build errors:
>     File not found: /home/terry/rpmbuild/BUILDROOT/
> enblend-4.0-0.fc12.x86_64/usr/share/info/enblend.info.gz
>     File not found: /home/terry/rpmbuild/BUILDROOT/
> enblend-4.0-0.fc12.x86_64/usr/share/info/enfuse.info.gz
> 
> To build v3.2 we had the following in our spec file...
> %files
> %defattr(-, root, root, -)
> %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO VIGRA_LICENSE
> %{_bindir}/enblend
> %{_bindir}/enfuse
> %{_mandir}/man1/enblend.1.gz
> %{_mandir}/man1/enfuse.1.gz
> %{_infodir}/*.info.gz

This does not look like the default spec created if using "make package" in 
cmake build.

> and to build v4.0 RC3 this had to be changed to...
> %files
> %defattr(-, root, root)
> %doc AUTHORS ChangeLog COPYING INSTALL NEWS README VIGRA_LICENSE
> # the following changes for v4.0 TLD 20091127
> %{_bindir}/enblend
> %{_bindir}/enfuse
> %{_mandir}/man1/*
> #%{_infodir}/* try the following
> %{_infodir}/enblend.info.gz
> %{_infodir}/enfuse.info.gz
> 
> Can you please point me to which man/info files are being built in
> this final version, so that I can try to correct my spec file?

In cmake-build:
        enblend.info, enfuse.info (not gzipped)

Somehow the creation of man1 files got lost. I have to investigate :(

> Cheers
> Terry
> 

        Kornel

-- 
Kornel Benko
kornel.be...@berlin.de

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to