[openrtm-commit:02364] r2913 - trunk/OpenRTM-aist/packages/rpm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 1日 (水) 15:57:13 JST


Author: kawauchi
Date: 2017-02-01 15:57:12 +0900 (Wed, 01 Feb 2017)
New Revision: 2913

Modified:
   trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in
Log:
[compat,->RELENG_1_2] The installation of the rpm package of openrtm-aist-example and openrtm-aist-doc has been changed. refs #3893

Modified: trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in
===================================================================
--- trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in	2017-01-31 10:12:04 UTC (rev 2912)
+++ trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in	2017-02-01 06:57:12 UTC (rev 2913)
@@ -127,18 +127,19 @@
 # doc package file list
 %files doc
 %defattr(-,root,root,-)
-%{rtm_datadir}/doc/*
+%{rtm_datadir}/doc/c++/*
+%{rtm_datadir}/doc/idl/*
 
 
 #------------------------------------------------------------
 # example package file list
 %files example
 %defattr(-,root,root,-)
-%attr(755,root,root) %{rtm_datadir}/example/*Comp*
-%{rtm_datadir}/example/*.conf
-%{rtm_datadir}/example/src/*
-%{rtm_datadir}/example/rtc/*
-%{rtm_datadir}/example/templates/*
+%attr(755,root,root) %{rtm_datadir}/components/c++/examples/*Comp*
+%{rtm_datadir}/components/c++/examples/*.conf
+%{rtm_datadir}/components/c++/examples/src/*
+%{rtm_datadir}/components/c++/examples/rtc/*
+%{rtm_datadir}/components/c++/examples/templates/*
 
 
 #------------------------------------------------------------



More information about the openrtm-commit mailing list