From 8557adc61a2420bc59561c5713fde816f85dc2aa Mon Sep 17 00:00:00 2001 From: pawelz Date: Wed, 27 Aug 2008 08:25:52 +0000 Subject: [PATCH] - daily snapshots use bzip2 now - (but last release is still compressed with gzip) - thx Michal Lipek Changed files: ekg2.spec -> 1.92 --- ekg2.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ekg2.spec b/ekg2.spec index d47697c..5bb1637 100644 --- a/ekg2.spec +++ b/ekg2.spec @@ -20,9 +20,11 @@ %if %{without yesterday_snapshot} %define _snap 0.1.1 %define _ver 0.1.1 +%define _tarballformat gz %else %define _snap %(date +%%Y%%m%%d -d yesterday) %define _ver 0.0.%{_snap} +%define _tarballformat bz2 %endif %if %{without jabber} @@ -41,7 +43,7 @@ Release: 3.2 Epoch: 2 License: GPL v2+ Group: Applications/Communications -Source0: http://pl.ekg2.org/%{name}-%{_snap}.tar.gz +Source0: http://pl.ekg2.org/%{name}-%{_snap}.tar.%{_tarballformat} # Source0-md5: 8c64ab909687b9ac3798caa7736d7b2a Patch0: %{name}-perl-install.patch #Patch1: %{name}-no_scripts.patch -- 2.44.0