diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e31ef0d1bf..63b2f92dc0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-12 15:05 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * harbour/package/harbour.spec + ! reenbaled ldconfig in post install/uninstall harbour-li*.rpm scripts + 2012-10-12 14:19 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbhttpd/core.prg * contrib/hbhttpd/widgets.prg diff --git a/harbour/package/harbour.spec b/harbour/package/harbour.spec index fe02a7b768..e574e69d7f 100644 --- a/harbour/package/harbour.spec +++ b/harbour/package/harbour.spec @@ -416,28 +416,23 @@ rm -f $HB_INSTALL_LIB/libbz2.a \ $HB_INSTALL_LIB/libmxml.a ###################################################################### -## Post install +## Post install/uninstall scripts ###################################################################### -#%post -#/sbin/ldconfig +%post lib +/sbin/ldconfig -###################################################################### -## Post uninstall -###################################################################### -#%postun -#/sbin/ldconfig +%postun lib +/sbin/ldconfig +%clean ###################################################################### ## Clean. ###################################################################### - -%clean rm -rf $RPM_BUILD_ROOT ###################################################################### ## File list. ###################################################################### - %files %defattr(-,root,root,755) %{_docdir}/*