From: Chengwei Yang Date: Thu, 7 Jun 2012 07:27:03 +0000 (+0800) Subject: fix build: update SOURCE0 consists of name and version macro X-Git-Url: http://review.tizen.org/git/?p=pkgs%2Fxorg%2Futil%2Fxorg-x11-xauth.git;a=commitdiff_plain fix build: update SOURCE0 consists of name and version macro Signed-off-by: Chengwei Yang --- diff --git a/packaging/xorg-x11-xauth.spec b/packaging/xorg-x11-xauth.spec index 36ff2b2..8b69eff 100644 --- a/packaging/xorg-x11-xauth.spec +++ b/packaging/xorg-x11-xauth.spec @@ -6,7 +6,7 @@ Release: 1 Group: System/X11 License: MIT/X11 URL: http://www.x.org -Source0: http://xorg.freedesktop.org/releases/individual/app/xauth-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Source1: mkxauth Source2: mkxauth.man Source1001: packaging/xorg-x11-xauth.manifest @@ -25,7 +25,7 @@ information used in connecting to the X server. %prep -%setup -q -n xauth-%{version} +%setup -q %build