Best practice for extracting information from a makefile

Michael Schwendt mschwendt at gmail.com
Tue Aug 16 15:31:32 UTC 2011


On Tue, 16 Aug 2011 10:16:59 -0500, RS (Richard) wrote:

> >> Or perhaps you only need to run "ldconfig -n ..." to add missing symlinks?
> 
> Gave it a shot. It does create the soname symlink but does not create
> a plain .so symlink for the -devel sub-package, so I still have to
> create that manually.

cd %{buildroot}%{libdir}
ldconfig -n $(pwd)
ln -s %{name}.so.? %{name}.so
cd -




More information about the devel mailing list