mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Update.
This commit is contained in:
@@ -5,7 +5,7 @@ TARGET = i686-pc-cygwin
|
||||
include $(top_srcdir)/mkspec.am
|
||||
|
||||
CYGWIN_VERS = 1.5.24-2
|
||||
CYGWIN_RPMREL = 0.20070724.1
|
||||
CYGWIN_RPMREL = 0.20070724.2%{?dist}
|
||||
EXTRA_DIST += libs.add
|
||||
EXTRA_DIST += target-libs.add
|
||||
|
||||
@@ -30,7 +30,7 @@ noinst_DATA += @rpmprefix@$(TARGET)-libs.spec
|
||||
|
||||
|
||||
W32API_VERS = 3.8-1
|
||||
W32API_RPMREL = 0.20070724.1
|
||||
W32API_RPMREL = 0.20070724.2%{?dist}
|
||||
EXTRA_DIST += target-w32api.add
|
||||
EXTRA_DIST += w32api.add
|
||||
|
||||
@@ -54,7 +54,7 @@ CLEANFILES += @rpmprefix@$(TARGET)-w32api.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-w32api.spec
|
||||
|
||||
NCURSES_VERS = 5.5-3
|
||||
NCURSES_RPMREL = 0.20070726.1
|
||||
NCURSES_RPMREL = 0.20070726.2%{?dist}
|
||||
EXTRA_DIST += target-libncurses-devel.add
|
||||
EXTRA_DIST += libncurses-devel.add
|
||||
|
||||
@@ -78,7 +78,7 @@ CLEANFILES += @rpmprefix@$(TARGET)-libncurses-devel.spec
|
||||
noinst_DATA += @rpmprefix@$(TARGET)-libncurses-devel.spec
|
||||
|
||||
ZLIB_VERS = 1.2.3-2
|
||||
ZLIB_RPMREL = 0.20070724.1
|
||||
ZLIB_RPMREL = 0.20070724.2%{?dist}
|
||||
EXTRA_DIST += target-zlib.add
|
||||
EXTRA_DIST += zlib.add
|
||||
|
||||
@@ -105,12 +105,12 @@ noinst_DATA += @rpmprefix@$(TARGET)-zlib.spec
|
||||
# Check bfd/configure for the real version number
|
||||
BINUTILS_VERS = 2.17.50
|
||||
BINUTILS_PKGVERS = 20060817-1
|
||||
BINUTILS_RPMREL = 0.20070724.1%{?dist}
|
||||
BINUTILS_RPMREL = 0.20070724.2%{?dist}
|
||||
include ../binutils.am
|
||||
BINUTILS_OPTS += --disable-infos
|
||||
|
||||
GCC_VERS = 3.4.4
|
||||
GCC_PKGVERS = $(GCC_VERS)
|
||||
GCC_RPMREL = 0.20070724.1%{?dist}
|
||||
GCC_RPMREL = 0.20070724.2%{?dist}
|
||||
include ../gcc.am
|
||||
GCC_OPTS += --languages=c,cxx
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%define libncurses_devel_rpmvers %{expand:%(echo @NCURSES_VERS@ | tr - _)}
|
||||
|
||||
Name: @rpmprefix@@tool_target@-libncurses-devel
|
||||
Release: @NCURSES_RPMREL@%{?dist}
|
||||
Release: @NCURSES_RPMREL@
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%define cygwin_rpmvers %{expand:%(echo @CYGWIN_VERS@ | tr - _)}
|
||||
|
||||
Name: @rpmprefix@@tool_target@
|
||||
Release: @CYGWIN_RPMREL@%{?dist}
|
||||
Release: @CYGWIN_RPMREL@
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%define w32api_rpmvers %{expand:%(echo @W32API_VERS@ | tr - _)}
|
||||
|
||||
Name: @rpmprefix@@tool_target@-w32api
|
||||
Release: @W32API_RPMREL@%{?dist}
|
||||
Release: @W32API_RPMREL@
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%define zlib_rpmvers %{expand:%(echo @ZLIB_VERS@ | tr - _)}
|
||||
|
||||
Name: @rpmprefix@@tool_target@-zlib
|
||||
Release: @ZLIB_RPMREL@%{?dist}
|
||||
Release: @ZLIB_RPMREL@
|
||||
License: GPL
|
||||
Group: Development/Tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user