replace ldconfig_scriptlets
This commit is contained in:
parent
b75a1ab98e
commit
15cd0573a7
15
redland.spec
15
redland.spec
@ -60,10 +60,17 @@ CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" CXXFLAGS="$RPM_OPT_FLAGS -fno-stric
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
%ldconfig_scriptlets libs
|
%postun -p /sbin/ldconfig
|
||||||
%ldconfig_scriptlets mysql
|
|
||||||
%ldconfig_scriptlets pgsql
|
%post -p /sbin/ldconfig libs
|
||||||
|
%postun -p /sbin/ldconfig libs
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig mysql
|
||||||
|
%postun -p /sbin/ldconfig mysql
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig pgsql
|
||||||
|
%postun -p /sbin/ldconfig pgsql
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS NEWS README NOTICE TODO
|
%doc AUTHORS NEWS README NOTICE TODO
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user