Bump to behaviortree-cpp 3.5.6
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 15 Apr 2021 01:23:22 +0000 (10:23 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 15 Apr 2021 01:23:22 +0000 (10:23 +0900)
packaging/behaviortree-cpp.manifest [new file with mode: 0644]
packaging/behaviortree-cpp.spec [new file with mode: 0644]

diff --git a/packaging/behaviortree-cpp.manifest b/packaging/behaviortree-cpp.manifest
new file mode 100644 (file)
index 0000000..86dbb26
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_" />
+    </request>
+</manifest>
diff --git a/packaging/behaviortree-cpp.spec b/packaging/behaviortree-cpp.spec
new file mode 100644 (file)
index 0000000..1f86a21
--- /dev/null
@@ -0,0 +1,54 @@
+Name:       behaviortree-cpp 
+Summary:    %{name}
+Version:    3.5.6 
+Release:    0
+
+# ==========================================================
+License:    Apache-2.0
+# ==========================================================
+
+Group:      Development/ROS
+Source0:    %{name}-%{version}.tar.gz
+Source1001: %{name}.manifest
+
+# ==========================================================
+# BuildRequires
+# specifies build-time dependencies for the package
+# ==========================================================
+BuildRequires:  cmake
+
+%description
+%{name} version %{version}
+
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+# ==========================================================
+# build section
+# how to actually build the software we are packaging
+# ==========================================================
+%build
+
+
+# ==========================================================
+# install section
+# how to actually build the software we are packaging
+# ==========================================================
+%install
+
+%clean  
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+# ==========================================================
+# files section
+# The list of files that will be installed in the end 
+# user’s system.
+# ==========================================================
+%files
+%manifest %{name}.manifest
+