Do not set _verprefix as empty.

This commit is contained in:
codestation
2015-02-16 16:35:54 -04:30
parent 793f3fd776
commit a4a552d566
2 changed files with 6 additions and 6 deletions

View File

@@ -5,9 +5,9 @@
%define _version 0.3.7
%if "%{_version}" == "testing" || "%{_version}" == "master"
%define _verprefix
%define _verprefix %{_version}
%else
%define _verprefix v
%define _verprefix v%{_version}
%endif
Name: qcma
@@ -16,7 +16,7 @@ License: GPL-3.0
Release: 1
Version: %{_version}
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
Requires: ffmpeg
Requires: qt5-qtbase

View File

@@ -5,9 +5,9 @@
%define _version 0.3.7
%if "%{_version}" == "testing" || "%{_version}" == "master"
%define _verprefix
%define _verprefix %{_version}
%else
%define _verprefix v
%define _verprefix v%{_version}
%endif
Name: qcma
@@ -16,7 +16,7 @@ License: GPL-3.0
Release: 1
Version: %{_version}
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
Requires: ffmpeg
Requires: libqt5-qtbase