Remove ldconfig scriptlets (no longer needed on F28+)

epel8
Scott Talbert 7 years ago
parent ce9624b2a3
commit 7e5a11a94f

@ -18,7 +18,7 @@
Name: %{wxgtkname} Name: %{wxgtkname}
Version: 3.0.4 Version: 3.0.4
Release: 2%{?snapshottag}%{?dist} Release: 3%{?snapshottag}%{?dist}
Summary: GTK port of the wxWidgets GUI library Summary: GTK port of the wxWidgets GUI library
License: wxWidgets License: wxWidgets
Group: System Environment/Libraries Group: System Environment/Libraries
@ -384,30 +384,6 @@ make %{?_smp_mflags} test
popd popd
popd popd
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n %{wxgtk2name} -p /sbin/ldconfig
%postun -n %{wxgtk2name} -p /sbin/ldconfig
%post gl -p /sbin/ldconfig
%postun gl -p /sbin/ldconfig
%post -n %{wxgtk2name}-gl -p /sbin/ldconfig
%postun -n %{wxgtk2name}-gl -p /sbin/ldconfig
%post media -p /sbin/ldconfig
%postun media -p /sbin/ldconfig
%post -n %{wxgtk2name}-media -p /sbin/ldconfig
%postun -n %{wxgtk2name}-media -p /sbin/ldconfig
%post webview -p /sbin/ldconfig
%postun webview -p /sbin/ldconfig
%post -n %{wxbasename} -p /sbin/ldconfig
%postun -n %{wxbasename} -p /sbin/ldconfig
%post -n %{wxbasename}-devel %post -n %{wxbasename}-devel
if [ -f %{_bindir}/wx-config ] && [ ! -h %{_bindir}/wx-config ] ; then if [ -f %{_bindir}/wx-config ] && [ ! -h %{_bindir}/wx-config ] ; then
rm %{_bindir}/wx-config rm %{_bindir}/wx-config
@ -511,6 +487,9 @@ fi
%doc docs/doxygen/out/xml/* %doc docs/doxygen/out/xml/*
%changelog %changelog
* Fri Jun 29 2018 Scott Talbert <swt@techie.net> - 3.0.4-3
- Remove ldconfig scriptlets (no longer needed on F28+)
* Sun Mar 18 2018 Richard W.M. Jones <rjones@redhat.com> - 3.0.4-2 * Sun Mar 18 2018 Richard W.M. Jones <rjones@redhat.com> - 3.0.4-2
- Port wx-config script to RISC-V architecture. - Port wx-config script to RISC-V architecture.

Loading…
Cancel
Save