From 793f3fd776c791341d04be393ebd2fd65eb6bed1 Mon Sep 17 00:00:00 2001 From: codestation Date: Mon, 16 Feb 2015 12:45:54 -0430 Subject: [PATCH] Fix typo on spec files. --- rpmbuild/qcma-fedora.spec | 2 +- rpmbuild/qcma-opensuse.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpmbuild/qcma-fedora.spec b/rpmbuild/qcma-fedora.spec index d6c81b7..e040cd2 100644 --- a/rpmbuild/qcma-fedora.spec +++ b/rpmbuild/qcma-fedora.spec @@ -14,7 +14,7 @@ Name: qcma Summary: PSVita Content Manager Assistant License: GPL-3.0 Release: 1 -Version: ${_version} +Version: %{_version} URL: https://github.com/codestation/qcma Source: https://github.com/codestation/qcma/archive/%{_verprefix}%{_version}/qcma-%{_version}.tar.gz Group: Productivity/File utilities diff --git a/rpmbuild/qcma-opensuse.spec b/rpmbuild/qcma-opensuse.spec index ff6213d..e058dec 100644 --- a/rpmbuild/qcma-opensuse.spec +++ b/rpmbuild/qcma-opensuse.spec @@ -14,7 +14,7 @@ Name: qcma Summary: PSVita Content Manager Assistant License: GPL-3.0 Release: 1 -Version: ${_version} +Version: %{_version} URL: https://github.com/codestation/qcma Source: https://github.com/codestation/qcma/archive/%{_verprefix}%{_version}/qcma-%{_version}.tar.gz Group: Productivity/File utilities