From: Jan Rękorajski Date: Mon, 20 Dec 2004 19:13:28 +0000 (+0000) Subject: - set different release for basic_functionality build X-Git-Tag: auto/th/ant-1_6_5-1_1~15 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=84adb619807b6cc91172fd650912088d281d0ae9;p=packages%2Fant.git - set different release for basic_functionality build Changed files: ant.spec -> 1.37 --- diff --git a/ant.spec b/ant.spec index 6025fb6..dd74006 100644 --- a/ant.spec +++ b/ant.spec @@ -3,6 +3,8 @@ # Conditional build: %bcond_with basic_functionality # generates package with only # basic functionality, i.e. no deps + +%define __rel 3 # Summary: ant build tool for Java Summary(fr): Outil de compilation pour java @@ -10,7 +12,11 @@ Summary(it): Tool per la compilazione di programmi java Summary(pl): ant - narzêdzie do budowania w Javie Name: jakarta-ant Version: 1.6.2 -Release: 3 +%if %{with basic_functionality} +Release: 0.basic.%{__rel} +%else +Release: %{__rel} +%endif License: Apache Group: Development/Languages/Java Source0: http://www.apache.org/dist/ant/source/apache-ant-%{version}-src.tar.bz2