commit c99493782a75fdf3e108db2402b30b4225436118
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 8 02:56:52 2016 +0100
Update smplayer tp 16.8.0
.gitignore | 1 +
smplayer.spec | 34 ++++++++++++++++++++++++++++------
sources | 2 +-
3 files changed, 30 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 655db46..337316c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ smtube-16.3.0.tar.bz2
/smplayer-skins-15.2.0.tar.bz2
/smtube-16.7.2.tar.bz2
/smplayer-16.7.0.tar.bz2
+/smplayer-16.8.0.tar.bz2
diff --git a/smplayer.spec b/smplayer.spec
index 7c3ff1d..c9931ac 100644
--- a/smplayer.spec
+++ b/smplayer.spec
@@ -1,9 +1,9 @@
Name: smplayer
-Version: 16.7.0
+Version: 16.8.0
%global smtube_ver 16.7.2
%global smplayer_themes_ver 16.6.0
%global smplayer_skins_ver 15.2.0
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: A graphical frontend for mplayer
Group: Applications/Multimedia
@@ -43,6 +43,7 @@ BuildRequires: pkgconfig(Qt5WebKit)
# smplayer without mplayer is quite useless
Requires: mplayer
Requires: hicolor-icon-theme
+Recommends: smtube
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
@@ -57,6 +58,17 @@ remember the state of a played file, so when you play it later it will
resume
at the same point and with the same settings. smplayer is developed with
the Qt toolkit, so it's multi-platform.
+%package -n smtube
+Summary: YouTube browser for SMPlayer
+Group: Applications/Multimedia
+License: GPLv2+
+URL:
http://www.smtube.org
+Recommends: smplayer
+
+%description -n smtube
+This is a YouTube browser for SMPlayer. You can browse, search
+and play YouTube videos.
+
%package themes
Summary: Themes and Skins for SMPlayer
Group: Video/Players
@@ -98,7 +110,7 @@ mv Changelog.utf8 Changelog
%make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
pushd smtube-%{smtube_ver}
- sed -i 's|smtube/translations|smplayer/translations|' Makefile
+# sed -i 's|smtube/translations|smplayer/translations|' Makefile
%make_build QMAKE=%{_qt5_qmake} PREFIX=%{_prefix} LRELEASE=%{_bindir}/lrelease-qt5
popd
@@ -152,17 +164,23 @@ fi
%files
%license Copying*
%{_bindir}/smplayer
-%{_bindir}/smtube
%{_datadir}/applications/smplayer*.desktop
-%{_datadir}/applications/smtube.desktop
%{_datadir}/icons/hicolor/*/apps/smplayer.png
%{_datadir}/icons/hicolor/*/apps/smplayer.svg
-%{_datadir}/icons/hicolor/*/apps/smtube.png
%{_datadir}/smplayer/
%exclude %{_datadir}/smplayer/themes/
%{_mandir}/man1/smplayer.1.gz
%{_docdir}/%{name}/
+%files -n smtube
+%doc smtube-%{smtube_ver}/Changelog smtube-%{smtube_ver}/Readme.txt
+%doc smtube-%{smtube_ver}/Release_notes.txt
+%license smtube-%{smtube_ver}/Copying.txt
+%{_bindir}/smtube
+%{_datadir}/applications/smtube.desktop
+%{_datadir}/icons/hicolor/*/apps/smtube.png
+%{_datadir}/smtube
+
%files themes
%doc smplayer-themes-%{smplayer_themes_ver}/README.txt
%doc smplayer-themes-%{smplayer_themes_ver}/Changelog
@@ -172,6 +190,10 @@ fi
%{_datadir}/smplayer/themes/
%changelog
+* Mon Aug 08 2016 Sérgio Basto <sergio(a)serjux.com> - 16.8.0-1
+- Update smplayer tp 16.8.0
+- Separate smtube package rfbz #4171
+
* Sat Jul 23 2016 Sérgio Basto <sergio(a)serjux.com> - 16.7.0-3
- Package scriplets review, based on RussianFedora work
https://github.com/RussianFedora/smplayer
diff --git a/sources b/sources
index 1f108db..15e3cd0 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
7c2e475290e3edda69e52ec8682743dd smplayer-themes-16.6.0.tar.bz2
57e165cf9a95808fafd179e5322b7f15 smplayer-skins-15.2.0.tar.bz2
318369359ae36a2fce92939f56291f3e smtube-16.7.2.tar.bz2
-b6177835a07c6b269fb2bab15d70a87a smplayer-16.7.0.tar.bz2
+48b001b6c00e5495be4316c9e1589d11 smplayer-16.8.0.tar.bz2