summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/mingw32
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-06 15:36:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-06 15:36:59 +0000
commit5c8f5f666eb66354fc87a9f1c35c20c5f450613a (patch)
tree07a8e0dafda936f6ea21e6f4c55b60f1a34e5188 /contrib/crossrpms/mingw32
parentRemove stray blank in %expand to setup rpmvers. (diff)
downloadrtems-5c8f5f666eb66354fc87a9f1c35c20c5f450613a.tar.bz2
Subst gcc_rpmvers for LIB packages.
Diffstat (limited to 'contrib/crossrpms/mingw32')
-rw-r--r--contrib/crossrpms/mingw32/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/crossrpms/mingw32/Makefile.am b/contrib/crossrpms/mingw32/Makefile.am
index e593f911b8..915b224480 100644
--- a/contrib/crossrpms/mingw32/Makefile.am
+++ b/contrib/crossrpms/mingw32/Makefile.am
@@ -20,6 +20,7 @@ $(TARGET)-libs.spec.in: $(LIBS_SUBPACKAGES) Makefile.am
cat $(LIBS_SUBPACKAGES) | sed \
-e "s/[@]MINGW32_VERS[@]/$(MINGW32_VERS)/g" \
-e "s/[@]MINGW32_RPMREL[@]/$(MINGW32_RPMREL)/g" \
+ -e "s,%{gcc_rpmvers},%{mingw32_rpmvers},g" \
> $(TARGET)-libs.spec.in
CLEANFILES += $(TARGET)-libs.spec.in
@@ -41,6 +42,7 @@ $(TARGET)-w32api.spec.in: $(W32API_SUBPACKAGES) Makefile.am
cat $(W32API_SUBPACKAGES) | sed \
-e "s/[@]W32API_VERS[@]/$(W32API_VERS)/g" \
-e "s/[@]W32API_RPMREL[@]/$(W32API_RPMREL)/g" \
+ -e "s,%{gcc_rpmvers},%{w32api_rpmvers},g" \
> $(TARGET)-w32api.spec.in
CLEANFILES += $(TARGET)-w32api.spec.in