Build rpm packages from better compressed archive.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-01-30 00:14:48 +02:00
parent 78d855ae33
commit b80225dcf6
2 changed files with 5 additions and 1 deletions

4
dist/rpm/_service vendored
View File

@ -10,5 +10,9 @@
<param name="archive">*.tar</param>
<param name="files">*/dist/rpm/valentina.spec</param>
</service>
<service name="recompress">
<param name="file">valentina.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version"/>
</services>

View File

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