[arm-none-eabi-binutils-cs/f18] add provides, so we can combine CodeSourcery and upstream versions

Michal Hlavinka mhlavink at fedoraproject.org
Wed Feb 20 17:30:53 UTC 2013


commit 8fb3f05375e2312c491e4f4a2fa7a6b7c91922e1
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Feb 20 18:30:48 2013 +0100

    add provides, so we can combine CodeSourcery and upstream versions

 arm-none-eabi-binutils-cs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/arm-none-eabi-binutils-cs.spec b/arm-none-eabi-binutils-cs.spec
index 2352568..cd95cf9 100644
--- a/arm-none-eabi-binutils-cs.spec
+++ b/arm-none-eabi-binutils-cs.spec
@@ -3,13 +3,14 @@
 %global cs_date        2012.09
 %global cs_rel         63
 %global cs_pkgnum      10925
+%global binutils_ver   2.23
 
 %global processor_arch arm
 %global target         %{processor_arch}-none-eabi
 
 Name:           %{target}-binutils-cs
 Version:        %{cs_date}.%{cs_rel}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GNU Binutils for cross-compilation for %{target} target
 Group:          Development/Tools
 # Most of the sources are licensed under GPLv3+ with these exceptions:
@@ -29,6 +30,7 @@ Source0:        binutils-%{cs_date}-%{cs_rel}.tar.bz2
 Source1:        README.fedora
 BuildRequires:  flex bison ppl-devel cloog-ppl-devel
 BuildRequires:  texinfo texinfo-tex
+Provides:       %{target}-binutils = %{binutils_ver}
 
 %description
 This is a cross-compilation version of GNU Binutils, which can be used to
@@ -86,5 +88,8 @@ rmdir %{buildroot}%{_libdir}
 
 
 %changelog
+* Wed Feb 20 2013 Michal Hlavinka <mhlavink at redhat.com> - 2012.09.63-2
+- add provides, so we can combine CodeSourcery and upstream versions
+
 * Mon Dec 03 2012 Michal Hlavinka <mhlavink at redhat.com> - 2012.09.63-1
 - new spec for arm-none-eabi using CodeSourcery release


More information about the scm-commits mailing list