[ATrpms-devel] Problem building ffmpeg
Paulo Cavalcanti
promac at gmail.com
Sun Jun 3 23:57:15 CEST 2007
On 5/30/07, Paulo Cavalcanti <promac at gmail.com> wrote:
>
>
>
> On 5/30/07, phillong69 at netscape.net <phillong69 at netscape.net > wrote:
> >
> > I tried to execute
> >
> > rpmbuild -ba ffmpeg.spec
> >
> > but got
> >
> > ....
>
>
>
> Try adding
>
> cat > develfiles.list << EOF
> %defattr(-,root,root,-)
> %{_includedir}/...
> %{_libdir}/...
> EOF
>
> %clean
> rm -rf %{buildroot}
>
> and listing all the files not found there.
> It worked for me when rebuilding alsa-lib.
cat > develfiles.list << EOF
%defattr(-,root,root,-)
%{_includedir}/ffmpeg*
%{_includedir}/postproc*
%{_libdir}/*.a
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man1/ff*
EOF
%clean
rm -rf %{buildroot}
--------------------------------------
Should work.
--
Paulo Roma Cavalcanti
LCG - UFRJ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-devel/attachments/20070603/fdf60f9c/attachment.html
More information about the atrpms-devel
mailing list