Do not set _verprefix as empty.
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
%define _version 0.3.7
|
%define _version 0.3.7
|
||||||
|
|
||||||
%if "%{_version}" == "testing" || "%{_version}" == "master"
|
%if "%{_version}" == "testing" || "%{_version}" == "master"
|
||||||
%define _verprefix
|
%define _verprefix %{_version}
|
||||||
%else
|
%else
|
||||||
%define _verprefix v
|
%define _verprefix v%{_version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: qcma
|
Name: qcma
|
||||||
@@ -16,7 +16,7 @@ License: GPL-3.0
|
|||||||
Release: 1
|
Release: 1
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
URL: https://github.com/codestation/qcma
|
URL: https://github.com/codestation/qcma
|
||||||
Source: https://github.com/codestation/qcma/archive/%{_verprefix}%{_version}/qcma-%{_version}.tar.gz
|
Source: https://github.com/codestation/qcma/archive/%{_verprefix}/qcma-%{_version}.tar.gz
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Requires: ffmpeg
|
Requires: ffmpeg
|
||||||
Requires: qt5-qtbase
|
Requires: qt5-qtbase
|
||||||
|
@@ -5,9 +5,9 @@
|
|||||||
%define _version 0.3.7
|
%define _version 0.3.7
|
||||||
|
|
||||||
%if "%{_version}" == "testing" || "%{_version}" == "master"
|
%if "%{_version}" == "testing" || "%{_version}" == "master"
|
||||||
%define _verprefix
|
%define _verprefix %{_version}
|
||||||
%else
|
%else
|
||||||
%define _verprefix v
|
%define _verprefix v%{_version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: qcma
|
Name: qcma
|
||||||
@@ -16,7 +16,7 @@ License: GPL-3.0
|
|||||||
Release: 1
|
Release: 1
|
||||||
Version: %{_version}
|
Version: %{_version}
|
||||||
URL: https://github.com/codestation/qcma
|
URL: https://github.com/codestation/qcma
|
||||||
Source: https://github.com/codestation/qcma/archive/%{_verprefix}%{_version}/qcma-%{_version}.tar.gz
|
Source: https://github.com/codestation/qcma/archive/%{_verprefix}/qcma-%{_version}.tar.gz
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Requires: ffmpeg
|
Requires: ffmpeg
|
||||||
Requires: libqt5-qtbase
|
Requires: libqt5-qtbase
|
||||||
|
Reference in New Issue
Block a user