From b80225dcf6f74e76adfc73a9614e7a99665cdc0d Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 30 Jan 2016 00:14:48 +0200 Subject: [PATCH] Build rpm packages from better compressed archive. --HG-- branch : develop --- dist/rpm/_service | 4 ++++ dist/rpm/valentina.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/rpm/_service b/dist/rpm/_service index 4df3a88ab..2793420ad 100644 --- a/dist/rpm/_service +++ b/dist/rpm/_service @@ -10,5 +10,9 @@ *.tar */dist/rpm/valentina.spec + + valentina.tar + gz + diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 7733770e2..ba7ca9f4b 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -49,7 +49,7 @@ Version: 0.4.0 Release: 0 URL: https://bitbucket.org/dismine/valentina License: GPL-3.0+ -Source0: %{name}-%{version}.tar +Source0: %{name}-%{version}.tar.gz Group: Graphics Summary: Pattern Making Application BuildRoot: %{_tmppath}/%{name}-%{version}-build