add ldconfig install scripts to ghc_lib_subpackage

epel9
Jens Petersen 7 years ago
parent 5f6ff9c55c
commit 1306c9a80d

@ -167,6 +167,7 @@ EOF
- dynlibs in _libdir - dynlibs in _libdir
- drop ghc_without_shared - drop ghc_without_shared
- ghc_fix_rpath removes RPATHs for 8.2+ - ghc_fix_rpath removes RPATHs for 8.2+
- add ldconfig install scripts to ghc_lib_subpackage
* Mon Dec 4 2017 Jens Petersen <petersen@fedoraproject.org> - 1.6.51-1 * Mon Dec 4 2017 Jens Petersen <petersen@fedoraproject.org> - 1.6.51-1
- add ghc_set_cflags macro - add ghc_set_cflags macro

@ -45,6 +45,10 @@ Requires: %{ghc_prefix}-%{pkgname}%{?_isa} = %{pkgver}-%{release}\
%description -n %{basepkg}-devel\ %description -n %{basepkg}-devel\
This package provides the Haskell %{pkgname} library development files.\ This package provides the Haskell %{pkgname} library development files.\
\ \
%post -n %{basepkg} -p /sbin/ldconfig\
\
%postun -n %{basepkg} -p /sbin/ldconfig\
\
%post -n %{basepkg}-devel\ %post -n %{basepkg}-devel\
%ghc_pkg_recache\ %ghc_pkg_recache\
\ \

Loading…
Cancel
Save