Quoting Damien Carbery <damien.carbery at sun.com>: > > for example, the package fltk, i need it with opengl > > and i'm not sure if the > > spec file takes it into account, so i need to > > replace: > > ./configure > > by > > ./configure --enable-gl > > so in this case, do i have to create a new spec file > > or just change the existing one? > > I suggest finding out what package delivers fltk and adding a Requires line > to the spec file. > > For example, if SUNWfltk contains fltk, add the following line to your spec > file: > Requires: SUNWfltk > Then SUNWfltk will have to be installed to build the package. It will also be > required before people install your package. >
ok, but what i don't understand is the differences between Requires and BuildRequires? --
