Fix wrong source file name of cross-arm-binutils.
authorJunfeng Dong <junfeng.dong@intel.com>
Tue, 16 Jul 2013 09:09:59 +0000 (17:09 +0800)
committerVyacheslav Barinov <v.barinov@samsung.com>
Mon, 16 Feb 2015 07:34:09 +0000 (10:34 +0300)
Change-Id: I4640c2a726e3dde8ce48697e2244d3c0c26e5a12
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
packaging/binutils.changes
packaging/binutils.spec
packaging/cross-arm-binutils.spec
packaging/cross-i386-binutils.spec
packaging/cross-x86_64-binutils.spec

index 378e1a9..ce7735b 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Jul 16 2013 Junfeng Dong <junfeng.dong@intel.com> accepted/tizen/20130710.221052@de08955
+- Fix wrong source file name of cross-arm-binutils.
+
 * Thu Jul 11 2013 Junfeng Dong <junfeng.dong@intel.com> accepted/tizen/20130710.221052@5aba908
 - Fix gbs packaging problem and disable manifest file for cross toolchain.
 
index 986d516..168c028 100644 (file)
@@ -95,7 +95,7 @@ binutils.
 
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite failures."
-%setup -q
+%setup -q -n binutils-%{version}
 cp %{SOURCE1001} .
 
 sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h
index 6195437..4a0097c 100644 (file)
@@ -97,7 +97,7 @@ binutils.
 
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite failures."
-%setup -q
+%setup -q -n binutils-%{version}
 
 sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h
 %build
index 97fcd44..37606a0 100644 (file)
@@ -97,7 +97,7 @@ binutils.
 
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite failures."
-%setup -q
+%setup -q -n binutils-%{version}
 
 sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h
 %build
index d28e656..d84fa29 100644 (file)
@@ -97,7 +97,7 @@ binutils.
 
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite failures."
-%setup -q
+%setup -q -n binutils-%{version}
 
 sed -i -e '/BFD_VERSION_DATE/s/$/-%(echo %release | sed 's/\.[0-9]*$//')/' bfd/version.h
 %build