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
This commit is contained in:
Przemyslaw Czerpak
2012-10-12 13:05:35 +00:00
parent 16d730147d
commit 78ea6a4c10
2 changed files with 10 additions and 11 deletions

View File

@@ -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

View File

@@ -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}/*