From 6d67935326e08db9f640c9a3ac0b1d672cb5784b4a4cad46fb1b5bf4fc51e338 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 1 Sep 2017 08:04:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=249 --- binutils.spec | 5 ++--- cross-aarch64-binutils.spec | 5 ++--- cross-arm-binutils.spec | 5 ++--- cross-avr-binutils.spec | 5 ++--- cross-epiphany-binutils.spec | 5 ++--- cross-hppa-binutils.spec | 5 ++--- cross-hppa64-binutils.spec | 5 ++--- cross-i386-binutils.spec | 5 ++--- cross-ia64-binutils.spec | 5 ++--- cross-m68k-binutils.spec | 5 ++--- cross-mips-binutils.spec | 5 ++--- cross-ppc-binutils.spec | 5 ++--- cross-ppc64-binutils.spec | 5 ++--- cross-ppc64le-binutils.spec | 5 ++--- cross-riscv64-binutils.spec | 5 ++--- cross-rx-binutils.spec | 5 ++--- cross-s390-binutils.spec | 5 ++--- cross-s390x-binutils.spec | 5 ++--- cross-sparc-binutils.spec | 5 ++--- cross-sparc64-binutils.spec | 5 ++--- cross-spu-binutils.spec | 5 ++--- cross-x86_64-binutils.spec | 5 ++--- 22 files changed, 44 insertions(+), 66 deletions(-) diff --git a/binutils.spec b/binutils.spec index 7da441e..36a98e2 100644 --- a/binutils.spec +++ b/binutils.spec @@ -74,11 +74,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -148,7 +147,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 338fe11..301d487 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 0dda40c..5c3e12f 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 5887664..0c34ab7 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index 48c1794..4ea8a79 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 5eedd76..476f4b6 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index ee1fc8d..bfa69ad 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 4908411..440bf1b 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 62155ae..ce32c04 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index beb88e6..92d929c 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 3847be8..cd59eaa 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index d88ac1a..a999898 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 173f596..ddb38cc 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index 510b215..5a55e2a 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index ba636f6..f34cd0a 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index 68fba5d..9ea8a0c 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index d094d94..bece7c9 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index d3167bd..9bfbba4 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 111820f..b36fe9a 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index be527c6..4c07f34 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 122de1f..0e65e22 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1 diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 34b16ca..51cc007 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -77,11 +77,10 @@ PreReq: %{install_info_prereq} Obsoletes: binutils-64bit %endif # -%define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils License: GFDL-1.3 and GPL-3.0+ Group: Development/Tools/Building -Source: binutils-%{binutils_version}.tar.bz2 +Source: binutils-%{version}.tar.bz2 Source1: pre_checkin.sh Source2: README.First-for.SuSE.packagers Source3: baselibs.conf @@ -151,7 +150,7 @@ binutils. %prep echo "make check will return with %{make_check_handling} in case of testsuite failures." -%setup -q -n binutils-%{binutils_version} +%setup -q -n binutils-%{version} # Patch is outside test_vanilla because it's supposed to be the # patch bringing the tarball to the newest upstream version %patch -p1