commit a71ef72afbd28483b7c2347e108689c9f18b3a2b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Mar 5 09:12:47 2018 +0000
Disable runtime cpu detection for i686
mplayer.spec | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index 3183aa7..0c69c31 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -7,9 +7,9 @@
Name: mplayer
Version: 1.3.0
%if 0%{?svn}
-Release: 18.%{?pre}%{?dist}
+Release: 19.%{?pre}%{?dist}
%else
-Release: 18%{?dist}
+Release: 19%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -34,7 +34,6 @@ Patch1: %{name}-manlinks.patch
# use system FFmpeg libraries
Patch3: %{name}-ffmpeg.patch
-ExcludeArch: %{ix86}
BuildRequires: SDL-devel
BuildRequires: a52dec-devel
@@ -185,7 +184,7 @@ This package contains various scripts from MPlayer TOOLS directory.
--enable-menu \\\
--enable-radio \\\
--enable-radio-capture \\\
-%ifarch %{ix86} x86_64 ppc ppc64 \
+%ifarch x86_64 ppc ppc64 \
--enable-runtime-cpudetection \\\
%endif \
--enable-unrarexec \\\
@@ -306,16 +305,6 @@ desktop-file-install \
install -dm 755 $RPM_BUILD_ROOT%{codecdir}
-%post gui
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &>/dev/null || :
-
-
-%postun gui
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database &>/dev/null || :
-
-
%files
%{_bindir}/mplayer
@@ -383,6 +372,10 @@ update-desktop-database &>/dev/null || :
%{_datadir}/mplayer/*.fp
%changelog
+* Mon Mar 05 2018 Leigh Scott <leigh123linux(a)googlemail.com> -
1.3.0-19.20180119svn
+- Disable runtime cpu detection for i686
+- Remove scriptlets
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
1.3.0-18.20180119svn
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild