commit b2d1626e070421baa6aea5f5dfd87683006b5400
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Wed Nov 22 06:57:37 2017 -0600
Change python3 BuildRequires/Requires for pkgversion macro for el7.
openshot.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/openshot.spec b/openshot.spec
index 1f5ab44..cb3816b 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -17,20 +17,20 @@ Source100: openshot-find-lang.sh
BuildArch: noarch
-BuildRequires: python3-devel
-BuildRequires: python3-qt5-devel
-BuildRequires: python3-setuptools
+BuildRequires: python%{python3_pkgversion}-devel
+BuildRequires: python%{python3_pkgversion}-qt5-devel
+BuildRequires: python%{python3_pkgversion}-setuptools
BuildRequires: libopenshot >= 0.1.8
BuildRequires: libopenshot-audio
BuildRequires: desktop-file-utils
# To fix icon
BuildRequires: ImageMagick
-Requires: python3-qt5
-Requires: python3-qt5-webkit
-Requires: python3-httplib2
-Requires: python3-libopenshot >= 0.1.8
-Requires: python3-zmq
+Requires: python%{python3_pkgversion}-qt5
+Requires: python%{python3_pkgversion}-qt5-webkit
+Requires: python%{python3_pkgversion}-httplib2
+Requires: python%{python3_pkgversion}-libopenshot >= 0.1.8
+Requires: python%{python3_pkgversion}-zmq
Requires: ffmpeg-libs
%if 0%{?fedora}
Show replies by date