From 38f4e06123efd217d0559d0e2a6b75fa45345d60 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 24 Mar 2019 00:50:20 +0100 Subject: 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 --- qtmips.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3