From: Inha Song Date: Tue, 26 May 2015 10:34:28 +0000 (+0900) Subject: packaging: fix %setup top directory name to match repo name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dc7a04127d4b3930af07e077e71cee821f46c23;p=platform%2Fkernel%2Fu-boot.git packaging: fix %setup top directory name to match repo name This pach fix %setup top directory name to match repo name. Change-Id: I12ad129f9092bf111f6deb900d1b5cdb9cf4ccdb Signed-off-by: Inha Song --- diff --git a/packaging/u-boot-xu3.spec b/packaging/u-boot-xu3.spec index f275e7f7cd..a19dd8f820 100644 --- a/packaging/u-boot-xu3.spec +++ b/packaging/u-boot-xu3.spec @@ -1,6 +1,6 @@ Name: u-boot-xu3 Version: 2015.10 -Release: 1%{?dist} +Release: 0 Summary: Das U-Boot - Tizen bootloader Group: System/Kernel License: GPL-2.0+ @@ -44,7 +44,7 @@ and modify U-Boot's environment. %endif %prep -%setup -q +%setup -q -n u-boot-%{version} %build cp %{SOURCE1001} . diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec index e81af0a5c3..ef90af7539 100644 --- a/packaging/u-boot.spec +++ b/packaging/u-boot.spec @@ -1,6 +1,6 @@ Name: u-boot Version: 2015.10 -Release: 1%{?dist} +Release: 0 Summary: Das U-Boot - Tizen bootloader Group: System/Kernel License: GPL-2.0+ @@ -44,7 +44,7 @@ and modify U-Boot's environment. %endif %prep -%setup -q +%setup -q -n %{name}-%{version} %build cp %{SOURCE1001} .