aboutsummaryrefslogtreecommitdiff
path: root/qtmips.spec
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-24 00:50:20 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-24 00:50:20 +0100
commit38f4e06123efd217d0559d0e2a6b75fa45345d60 (patch)
treee757c7ed700e2841371397c8597582cd9d1d3682 /qtmips.spec
parent8016b05d90438e23426522c49660fb8e08a58217 (diff)
downloadqtmips-38f4e06123efd217d0559d0e2a6b75fa45345d60.tar.gz
qtmips-38f4e06123efd217d0559d0e2a6b75fa45345d60.tar.bz2
qtmips-38f4e06123efd217d0559d0e2a6b75fa45345d60.zip
Try to unify requirements to source archive filename and directories between RPM and DEB builds.
The archive content has to be placed under directory of name packageName-version That is qtmips-0.6.6 for QtMips case. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips.spec')
-rw-r--r--qtmips.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips.spec b/qtmips.spec
index 4ca3765..0542c7e 100644
--- a/qtmips.spec
+++ b/qtmips.spec
@@ -26,7 +26,7 @@ Summary: MIPS CPU simulator for education purposes with pipeline and cach
License: GPL-2.0-or-later
Group: System/Emulators/Other
URL: https://github.com/cvut/QtMips/
-Source: qtmips-%{version}.tar.gz
+Source: qtmips_%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core)