Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
93ef94abca
commit
e2b1ab21a6
25
libdb.spec
25
libdb.spec
@ -355,28 +355,13 @@ rm -rf docs/installation
|
||||
mv examples docs
|
||||
mv man/* ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post -p /sbin/ldconfig cxx
|
||||
|
||||
%postun -p /sbin/ldconfig cxx
|
||||
|
||||
%post -p /sbin/ldconfig sql
|
||||
|
||||
%postun -p /sbin/ldconfig sql
|
||||
|
||||
%post -p /sbin/ldconfig tcl
|
||||
|
||||
%postun -p /sbin/ldconfig tcl
|
||||
|
||||
%post -p /sbin/ldconfig java
|
||||
|
||||
%postun -p /sbin/ldconfig java
|
||||
%ldconfig_scriptlets
|
||||
%ldconfig_scriptlets cxx
|
||||
%ldconfig_scriptlets sql
|
||||
%ldconfig_scriptlets tcl
|
||||
%ldconfig_scriptlets java
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE lgpl-2.1.txt
|
||||
%doc README
|
||||
%{_libdir}/libdb-%{__soversion}.so
|
||||
|
Loading…
Reference in New Issue
Block a user