From 259a404c66c7dc3f39b85e01676f047e87d0d4c9 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 7 Jun 2012 15:24:15 +0800 Subject: [PATCH] fix build: update SOURCE0 consists of name and version macro Signed-off-by: Chengwei Yang --- packaging/xorg-x11-util-macros.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/xorg-x11-util-macros.spec b/packaging/xorg-x11-util-macros.spec index 23456a0..36983a1 100644 --- a/packaging/xorg-x11-util-macros.spec +++ b/packaging/xorg-x11-util-macros.spec @@ -6,7 +6,7 @@ Release: 1 Group: Development/System License: The Open Group License URL: http://www.x.org -Source0: http://xorg.freedesktop.org/releases/individual/util/util-macros-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Source1001: packaging/xorg-x11-util-macros.manifest @@ -16,7 +16,7 @@ Description: %{summary} %prep -%setup -q -n util-macros-%{version} +%setup -q %build -- 2.7.4