summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-08-27 06:32:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-08-27 06:32:49 +0000
commit1c360794597dee522396809efca5fb1a2e188532 (patch)
treeb28c0d9038f1178affca799aa4d053e09b28ba9c
parentHACK: filter gcclibdir/* iff _gcclibdir is defined (diff)
downloadrtems-1c360794597dee522396809efca5fb1a2e188532.tar.bz2
Various updates.
Hard-code release instead of using @VERSION@.
-rw-r--r--contrib/crossrpms/cygwin/i686/Makefile.am34
1 files changed, 17 insertions, 17 deletions
diff --git a/contrib/crossrpms/cygwin/i686/Makefile.am b/contrib/crossrpms/cygwin/i686/Makefile.am
index 33200f99b4..78c34b1698 100644
--- a/contrib/crossrpms/cygwin/i686/Makefile.am
+++ b/contrib/crossrpms/cygwin/i686/Makefile.am
@@ -5,56 +5,56 @@ TARGET = i686-pc-cygwin
include $(top_srcdir)/mkspec.am
CYGWIN_VERS = 1.5.25-15
-CYGWIN_RPMREL = @VERSION@%{?dist}
+CYGWIN_RPMREL = 0.20090827.0%{?dist}
include ../cygwin.am
-W32API_VERS = 3.12-1
-W32API_RPMREL = @VERSION@%{?dist}
+W32API_VERS = 3.13-1
+W32API_RPMREL = 0.20090827.0%{?dist}
include ../w32api.am
-NCURSES_VERS = 5.5-3
-NCURSES_RPMREL = @VERSION@%{?dist}
+NCURSES_VERS = 5.7-5
+NCURSES_RPMREL = 0.20090827.0%{?dist}
include ../ncurses.am
-EXPAT_VERS = 1.95.8-2
-EXPAT_RPMREL = @VERSION@%{?dist}
+EXPAT_VERS = 2.0.1-1
+EXPAT_RPMREL = 0.20090827.0%{?dist}
include ../expat.am
READLINE_VERS = 5.2.14-12
-READLINE_RPMREL = @VERSION@%{?dist}
+READLINE_RPMREL = 0.20090827.0%{?dist}
include ../readline.am
TERMCAP_VERS = 20050421-1
-TERMCAP_RPMREL = @VERSION@%{?dist}
+TERMCAP_RPMREL = 0.20090827.0%{?dist}
include ../termcap.am
TERMINFO_VERS = 5.5_20061104-1
-TERMINFO_RPMREL = @VERSION@%{?dist}
+TERMINFO_RPMREL = 0.20090827.0%{?dist}
include ../terminfo.am
-ZLIB_VERS = 1.2.3-2
-ZLIB_RPMREL = @VERSION@%{?dist}
+ZLIB_VERS = 1.2.3-3
+ZLIB_RPMREL = 0.20090827.0%{?dist}
include ../zlib.am
-GMP_VERS = 4.2.1-1
-GMP_RPMREL = @VERSION@%{?dist}
+GMP_VERS = 4.2.4-1
+GMP_RPMREL = 0.20090827.0%{?dist}
include ../gmp.am
MPFR_VERS = 2.4.1-1
-MPFR_RPMREL = @VERSION@%{?dist}
+MPFR_RPMREL = 0.20090827.0%{?dist}
include ../mpfr.am
# Cygwin's binutils' versioning is bizarre
# Check bfd/configure for the real version number
BINUTILS_VERS = 2.18.50
BINUTILS_PKGVERS = 20080624-2
-BINUTILS_RPMREL = @VERSION@%{?dist}
+BINUTILS_RPMREL = 0.20090827.0%{?dist}
include ../binutils.am
BINUTILS_OPTS += --disable-infos
GCC_VERS = 3.4.4
GCC_PKGVERS = $(GCC_VERS)
-GCC_RPMREL = @VERSION@%{?dist}
+GCC_RPMREL = 0.20090827.0%{?dist}
include ../gcc.am
GCC_OPTS += --languages=c,cxx
GCC_OPTS += --disable-infos