[openrtm-commit:00084] r2114 - trunk/OpenRTM-aist/packages/rpm
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 5月 23日 (月) 17:03:30 JST
Author: n-ando
Date: 2011-05-23 17:03:30 +0900 (Mon, 23 May 2011)
New Revision: 2114
Modified:
trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in
Log:
rpm build script fixed.
Modified: trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in
===================================================================
--- trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in 2011-05-23 07:33:06 UTC (rev 2113)
+++ trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in 2011-05-23 08:03:30 UTC (rev 2114)
@@ -77,8 +77,8 @@
# Fedora12/13's omniORB package names are odd.
#------------------------------------------------------------
if test "x$dist_key" = "xfc12" || test "x$dist_key" = "xfc13" ; then
- sed -e 's/Requires: omniORB$/Requires: libomniORB/g' OpenRTM-aist.spec > tmp.spec
- sed -e 's/BuildRequires: omniORB-devel$/BuildRequires: libomniORB-devel/' tmp.spec > SPECS/OpenRTM-aist.spec
+ 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
else
cp OpenRTM-aist.spec SPECS/OpenRTM-aist.spec
openrtm-commit メーリングリストの案内