From 40ebb317c0d64b45a1cf626b05439757c19cfafa Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 7 Jun 2012 15:27:03 +0800 Subject: [PATCH] fix build: update SOURCE0 consists of name and version macro Signed-off-by: Chengwei Yang --- packaging/xorg-x11-xauth.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4