From defaf5dc7532a4c95c11ef78f3b50b920fde1b8f Mon Sep 17 00:00:00 2001 From: codestation Date: Mon, 16 Feb 2015 19:42:26 -0430 Subject: [PATCH] Added missing prep step on spec files. --- rpmbuild/qcma-fedora.spec | 3 ++- rpmbuild/qcma-opensuse.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rpmbuild/qcma-fedora.spec b/rpmbuild/qcma-fedora.spec index ebc7d01..2a7399a 100644 --- a/rpmbuild/qcma-fedora.spec +++ b/rpmbuild/qcma-fedora.spec @@ -33,7 +33,8 @@ QCMA is an cross-platform application to provide a Open Source implementation of the original Content Manager Assistant that comes with the PS Vita. QCMA is meant to be compatible with Linux, Windows and MAC OS X. -%setup -n %{name}-%{version} -DT +%prep +%setup -n %{name}-%{version} %build lrelease-qt5 resources/translations/*.ts diff --git a/rpmbuild/qcma-opensuse.spec b/rpmbuild/qcma-opensuse.spec index cf21f96..a4c2d47 100644 --- a/rpmbuild/qcma-opensuse.spec +++ b/rpmbuild/qcma-opensuse.spec @@ -33,7 +33,8 @@ QCMA is an cross-platform application to provide a Open Source implementation of the original Content Manager Assistant that comes with the PS Vita. QCMA is meant to be compatible with Linux, Windows and MAC OS X. -%setup -n %{name}-%{version} -DT +%prep +%setup -n %{name}-%{version} %build lrelease-qt5 resources/translations/*.ts