commit e19014c54087dd3aa027965f26a2da1213495858
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Sat Mar 10 10:56:57 2018 +0100
Update to 4.0.0
Add BR python3-devel
Add bytecompile with Python 3 %global __python %{__python3}
Remove RR python3-qt5
Remove scriptlets
.gitignore | 1 +
qarte.spec | 29 ++++++++++++++---------------
sources | 2 +-
3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ff0378..8be9c47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
qarte-2.6.0.tar.gz
qarte-2.8.0.tar.gz
/qarte-3.2.0.tar.gz
+/qarte-4.0.0.tar.gz
diff --git a/qarte.spec b/qarte.spec
index b66a782..01442c8 100644
--- a/qarte.spec
+++ b/qarte.spec
@@ -1,14 +1,18 @@
+# bytecompile with Python 3
+%global __python %{__python3}
+
Name: qarte
-Version: 3.2.0
-Release: 4%{dist}
+Version: 4.0.0
+Release: 1%{dist}
License: GPLv3+
URL:
https://launchpad.net/qarte
Source0:
http://oqapy.eu/releases/%{name}-%{version}.tar.gz
Group: Applications/Multimedia
Summary: A browser for arte.tv web site
+
BuildRequires: desktop-file-utils
BuildRequires: gettext
-Requires: python3-qt5
+BuildRequires: python3-devel
Requires: rtmpdump
BuildArch: noarch
@@ -43,19 +47,14 @@ cp -pR locale %{buildroot}%{_datadir}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor/96x96/apps/%{name}.png
-%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 || :
-
%changelog
+* Sat Mar 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 4.0.0-1
+- Update to 4.0.0
+- Add BR python3-devel
+- Add bytecompile with Python 3 %%global __python %%{__python3}
+- Remove RR python3-qt5
+- Remove scriptlets
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
3.2.0-4
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 0e76d40..62b40c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31a4435eab2ad33421ffecb57d93f481 qarte-3.2.0.tar.gz
+4b91e30a279ed651c2cae934a8919caf qarte-4.0.0.tar.gz