[openrtm-commit:00086] r2116 - trunk/OpenRTM-aist/packages/rpm
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 5月 23日 (月) 18:19:03 JST
Author: n-ando
Date: 2011-05-23 18:19:03 +0900 (Mon, 23 May 2011)
New Revision: 2116
Modified:
trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in
Log:
rpm build script was modified for Vine 5.0.
Modified: trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in
===================================================================
--- trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in 2011-05-23 08:16:50 UTC (rev 2115)
+++ trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in 2011-05-23 09:19:03 UTC (rev 2116)
@@ -76,7 +76,7 @@
#
# Fedora12/13's omniORB package names are odd.
#------------------------------------------------------------
-if test "x$dist_key" = "xfc12" || test "x$dist_key" = "xfc13" ; then
+if test "x$dist_key" = "xfc12" || test "x$dist_key" = "xfc13" || test "x$dist_key" = "xvl50" ; then
sed -e 's/Requires: omniORB$/Requires: libomniORB4.1/g' OpenRTM-aist.spec > tmp.spec
sed -e 's/BuildRequires: omniORB-devel$/BuildRequires: libomniORB4.1-devel/' tmp.spec > SPECS/OpenRTM-aist.spec
rm tmp.spec
openrtm-commit メーリングリストの案内