Switch to %ldconfig_scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
c85811e257
commit
419f03570f
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: xmlrpc-c
|
Name: xmlrpc-c
|
||||||
Version: 1.51.0
|
Version: 1.51.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Lightweight RPC library based on XML and HTTP
|
Summary: Lightweight RPC library based on XML and HTTP
|
||||||
# See doc/COPYING for details.
|
# See doc/COPYING for details.
|
||||||
# The Python 1.5.2 license used by a few files is just BSD.
|
# The Python 1.5.2 license used by a few files is just BSD.
|
||||||
@ -129,17 +129,10 @@ This package contains some handy XML-RPC demo applications.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
%ldconfig_scriptlets client
|
||||||
|
%ldconfig_scriptlets c++
|
||||||
%post client -p /sbin/ldconfig
|
%ldconfig_scriptlets client++
|
||||||
%postun client -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post c++ -p /sbin/ldconfig
|
|
||||||
%postun c++ -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post client++ -p /sbin/ldconfig
|
|
||||||
%postun client++ -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license doc/COPYING lib/abyss/license.txt
|
%license doc/COPYING lib/abyss/license.txt
|
||||||
@ -193,6 +186,9 @@ This package contains some handy XML-RPC demo applications.
|
|||||||
%{_bindir}/xmlrpc_dumpserver
|
%{_bindir}/xmlrpc_dumpserver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.51.0-3
|
||||||
|
- Switch to %%ldconfig_scriptlets
|
||||||
|
|
||||||
* Wed Jan 17 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.51.0-2
|
* Wed Jan 17 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.51.0-2
|
||||||
- BuildRequire openssl by pkgconfig()
|
- BuildRequire openssl by pkgconfig()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user