Changeset 2453f66 in rtems
- Timestamp:
- Feb 3, 2009, 11:40:15 AM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 6748c50f
- Parents:
- 9bde07e
- Location:
- contrib/crossrpms/rtems4.10
- Files:
-
- 36 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/rtems4.10/arm/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/arm/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-arm-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/avr/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/avr/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-avr-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/bfin/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/bfin/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-bfin-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/h8300/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/h8300/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-h8300-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/i386/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/i386/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-i386-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/m32c/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/m32c/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-m32c-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/m32r/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/m32r/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-m32r-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/m68k/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/m68k/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-m68k-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/mips/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/mips/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-mips-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/powerpc/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/powerpc/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-powerpc-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/sh/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/sh/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-sh-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description -
contrib/crossrpms/rtems4.10/sparc/Makefile.am
r9bde07e r2453f66 5 5 include $(top_srcdir)/mkspec.am 6 6 7 BINUTILS_VERS = 2.19 7 BINUTILS_VERS = 2.19.1 8 8 BINUTILS_PKGVERS = $(BINUTILS_VERS) 9 BINUTILS_RPMREL = 2%{?dist}9 BINUTILS_RPMREL = 1%{?dist} 10 10 include ../binutils.am 11 11 BINUTILS_OPTS += -
contrib/crossrpms/rtems4.10/sparc/binutils-sources.add
r9bde07e r2453f66 1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz22 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff1 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 2 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff -
contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-binutils.spec
r9bde07e r2453f66 46 46 %endif 47 47 48 %define binutils_pkgvers 2.19 49 %define binutils_version 2.19 50 %define binutils_rpmvers %{expand:%(echo "2.19 " | tr - _ )}48 %define binutils_pkgvers 2.19.1 49 %define binutils_version 2.19.1 50 %define binutils_rpmvers %{expand:%(echo "2.19.1" | tr - _ )} 51 51 52 52 Name: rtems-4.10-sparc-rtems4.10-binutils … … 54 54 Group: Development/Tools 55 55 Version: %{binutils_rpmvers} 56 Release: 2%{?dist}56 Release: 1%{?dist} 57 57 License: GPL/LGPL 58 58 URL: http://sources.redhat.com/binutils … … 74 74 Requires: rtems-4.10-binutils-common 75 75 76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19. tar.bz277 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19 -rtems4.10-20081023.diff76 Source0: http://ftp.gnu.org/gnu/binutils/binutils-2.19.1.tar.bz2 77 Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/binutils-2.19.1-rtems4.10-20090203.diff 78 78 79 79 %description
Note: See TracChangeset
for help on using the changeset viewer.