[openrtm-commit:00154] r2165 - trunk/OpenRTM-aist/packages/rpm
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 6月 4日 (土) 20:00:19 JST
Author: n-ando
Date: 2011-06-04 20:00:19 +0900 (Sat, 04 Jun 2011)
New Revision: 2165
Modified:
trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in
Log:
RPM package structure has been changed.
Some executable commands are mvoed from devel to OpenRTM-aist package.
Modified: trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in
===================================================================
--- trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in 2011-06-04 08:26:56 UTC (rev 2164)
+++ trunk/OpenRTM-aist/packages/rpm/OpenRTM-aist.spec.in 2011-06-04 11:00:19 UTC (rev 2165)
@@ -97,26 +97,28 @@
%files
/etc/rtc.conf.sample
%defattr(-,root,root,-)
+%attr(755,root,root) %{_bindir}/rtm-naming
+%attr(755,root,root) %{_bindir}/rtcd
+%attr(755,root,root) %{_bindir}/rtcprof
+%attr(755,root,root) %{_bindir}/rtm-config
%{_libdir}/libRTC*
%{_libdir}/libcoil*
%{rtm_libdir}/ec/*
%{rtm_libdir}/sdo/*
-#%{_libdir}/openrtm-%{shortversion}/ec/*
-#%{_libdir}/openrtm-%{shortversion}/sdo/*
#------------------------------------------------------------
# devel package file list
%files devel
%defattr(-,root,root,-)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/rtc-template
+%attr(755,root,root) %{_bindir}/rtc-skelwrapper
+%attr(755,root,root) %{_bindir}/coil-config
%{rtm_includedir}/*
%{coil_includedir}/*
%{rtm_libdir}/py_helper/*
%{_libdir}/pkgconfig/*
-#%{rtm_libdir}/
-#%{_includedir}/*
-#%{_libdir}/openrtm-%{shortversion}/
+%{rtm_libdir}/cmake/*
#------------------------------------------------------------
@@ -124,8 +126,8 @@
%files doc
%defattr(-,root,root,-)
%{rtm_datadir}/doc/*
-#%{_datadir}/openrtm-%{shortversion}/doc/*
+
#------------------------------------------------------------
# example package file list
%files example
@@ -136,16 +138,14 @@
%{rtm_datadir}/example/src/*
%{rtm_datadir}/example/rtc/*
%{rtm_datadir}/example/templates/*
-#%attr(755,root,root) %{_datadir}/openrtm-%{shortversion}/example/*Comp*
-#%{_datadir}/openrtm-%{shortversion}/example/*.conf
-#%{_datadir}/openrtm-%{shortversion}/example/*.conf.org
-#%{_datadir}/openrtm-%{shortversion}/example/src/*
-#%{_datadir}/openrtm-%{shortversion}/example/rtc/*
-#%{_datadir}/openrtm-%{shortversion}/example/templates/*
+
#------------------------------------------------------------
# changelog section
%changelog
+* Thu Jun 4 2011 Noriaki Ando <n-ando at aist.go.jp> - 1.1.0-0._distname
+- CMakefile has been added.
+
* Thu May 7 2011 Noriaki Ando <n-ando at aist.go.jp> - 1.1.0-0._distname
- The 1.1.0 release of OpenRTM-aist.
openrtm-commit メーリングリストの案内