Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/wine

f38
Michael Cronenworth 6 years ago
commit d3b2e7dfaa

@ -254,7 +254,6 @@ wine-* sub packages.
%package core %package core
Summary: Wine core package Summary: Wine core package
Group: Applications/Emulators Group: Applications/Emulators
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig Requires(postun): /sbin/ldconfig
Requires(posttrans): %{_sbindir}/alternatives Requires(posttrans): %{_sbindir}/alternatives
Requires(preun): %{_sbindir}/alternatives Requires(preun): %{_sbindir}/alternatives
@ -994,7 +993,7 @@ fi
%posttrans desktop %posttrans desktop
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%post core -p /sbin/ldconfig %ldconfig_post core
%posttrans core %posttrans core
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
@ -1019,7 +1018,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%postun core %postun core
/sbin/ldconfig %{?ldconfig}
if [ $1 -eq 0 ] ; then if [ $1 -eq 0 ] ; then
%ifarch x86_64 aarch64 aarch64 %ifarch x86_64 aarch64 aarch64
%{_sbindir}/alternatives --remove wine %{_bindir}/wine64 %{_sbindir}/alternatives --remove wine %{_bindir}/wine64
@ -1030,24 +1029,18 @@ if [ $1 -eq 0 ] ; then
%endif %endif
fi fi
%post ldap -p /sbin/ldconfig %ldconfig_scriptlets ldap
%postun ldap -p /sbin/ldconfig
%post cms -p /sbin/ldconfig %ldconfig_scriptlets cms
%postun cms -p /sbin/ldconfig
%post twain -p /sbin/ldconfig %ldconfig_scriptlets twain
%postun twain -p /sbin/ldconfig
%post capi -p /sbin/ldconfig %ldconfig_scriptlets capi
%postun capi -p /sbin/ldconfig
%post alsa -p /sbin/ldconfig %ldconfig_scriptlets alsa
%postun alsa -p /sbin/ldconfig
%if 0%{?fedora} >= 10 || 0%{?rhel} >= 6 %if 0%{?fedora} >= 10 || 0%{?rhel} >= 6
%post openal -p /sbin/ldconfig %ldconfig_scriptlets openal
%postun openal -p /sbin/ldconfig
%endif %endif
%files %files

Loading…
Cancel
Save