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:
@@ -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
|
||||
|
||||
@@ -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}/*
|
||||
|
||||
Reference in New Issue
Block a user