[openrtm-commit:00082] r2112 - trunk/OpenRTM-aist/packages/rpm

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 5月 23日 (月) 16:26:58 JST


Author: n-ando
Date: 2011-05-23 16:26:57 +0900 (Mon, 23 May 2011)
New Revision: 2112

Modified:
   trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in
Log:
rpm build script bug has been fixed.


Modified: trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in
===================================================================
--- trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in	2011-05-23 03:37:51 UTC (rev 2111)
+++ trunk/OpenRTM-aist/packages/rpm/rpm_build.sh.in	2011-05-23 07:26:57 UTC (rev 2112)
@@ -77,7 +77,7 @@
 # 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' > tmp.spec
+    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
     rm tmp.spec
 else



openrtm-commit メーリングリストの案内