Added missing prep step on spec files.

This commit is contained in:
codestation
2015-02-16 19:42:26 -04:30
parent a4a552d566
commit defaf5dc75
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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