Revision a58249bfd6fbb405de2aba3c2d9b59387e43e439 authored by Fons Rademakers on 05 March 2004, 11:29:02 UTC, committed by Fons Rademakers on 05 March 2004, 11:29:02 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@8330 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 41740f4
Raw File
libroot.spec.in
######################################################################
#
# lib Sub package 
# 
%package -n libroot
Group: ROOT
Summary: @short@
%description -n libroot
@long@

#---------------------------------------------------------------------
# Files that go into this package 
%files -n libroot -f @files@

#-----------------
%post -n libroot
    # Add %{_prefix}/lib/root to the directories searched by ldd, if not
    # so already 
    if ! grep -qs ^%{_prefix}/lib/root\$ /etc/ld.so.conf ; then
        echo %{_prefix}/lib/root >> /etc/ld.so.conf
    fi
    # update /etc/ld.so.cache 
    ldconfig 
back to top