diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-24 00:50:20 +0100 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-24 00:50:20 +0100 |
commit | 38f4e06123efd217d0559d0e2a6b75fa45345d60 (patch) | |
tree | e757c7ed700e2841371397c8597582cd9d1d3682 | |
parent | 8016b05d90438e23426522c49660fb8e08a58217 (diff) | |
download | qtmips-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>
-rw-r--r-- | qtmips.spec | 2 |
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) |