X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver.spec.in;h=386134ac062622eea8396b84f070e225209dc8da;hb=4434ece05f02e6f5bebd6854172e1de056b405c2;hp=50c55be3650b512cc07320846baaa3b9805fc511;hpb=67aa797a8bb4d9507f9b006c202cef45c98e6c5a;p=util-vserver.git diff --git a/util-vserver.spec.in b/util-vserver.spec.in index 50c55be..386134a 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -13,18 +13,22 @@ %global _localstatedir %_var +%global ver %( echo @VERSION@ | sed 's/-.*//' ) +%global subver %( s=`echo @VERSION@ | grep -- - | sed 's/.*-/./'`; echo ${s:-.1} ) +%global fullver @VERSION@ + %{!?release_func:%global release_func() %1%{?dist}} Summary: Linux virtual server utilities Name: @PACKAGE@ -Version: @VERSION@ -Release: %release_func 0 +Version: %ver +Release: %release_func 0%subver License: GPL Group: System Environment/Base URL: http://savannah.nongnu.org/projects/util-vserver/ -Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2 -#Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%version.tar.bz2.asc +Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%fullver.tar.bz2 +#Source1: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%name-%fullver.tar.bz2.asc BuildRoot: %_tmppath/%name-%version-%release-root Requires: init(%name) Requires: %name-core = %version-%release @@ -162,13 +166,14 @@ develop VServer related applications. %prep -%setup -q +%setup -q -n %name-%fullver %build %configure --with-initrddir=%_initrddir --enable-release \ %{?_without_dietlibc:--disable-dietlibc} \ - %{?_with_legacy:--enable-apis=NOLEGACY} + %{?_with_legacy:--enable-apis=NOLEGACY} \ + --with-initscripts=sysv %__make %{?_smp_mflags} all %{!?_without_doc:%__make %{?_smp_mflags} doc}