commit ef2d09742c8e2977d756363ac521f563ebdb5089
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jan 27 11:17:29 2018 +0000
Rebuild for libcdio
mpv.spec | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index b52780f..d3285e1 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.28.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://%{name}.io/
@@ -127,18 +127,6 @@ waf install --destdir=%{buildroot}
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}/%{name}
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
-
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@@ -164,6 +152,9 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sat Jan 27 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.0-2
+- Rebuild for libcdio
+
* Wed Jan 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.0-1
- Update to 0.28.0
- Enable VA-API