Divide the package back into main and devel packages
authorJihoon Jung <jh8801.jung@samsung.com>
Thu, 8 Apr 2021 06:15:49 +0000 (15:15 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Thu, 8 Apr 2021 06:15:49 +0000 (15:15 +0900)
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
packaging/connectedhomeip.spec

index 45167b2..b993530 100755 (executable)
@@ -25,6 +25,13 @@ Project Connected Home over IP is a new Working Group within the Zigbee Alliance
 This Working Group plans to develop and promote the adoption of a new, royalty-free
 connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet
 
+%package devel
+Summary: Connected Home over IP for development
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package is for CHIP development
+
 %package test
 Summary: Connected Home over IP Test applications
 Requires: %{name} = %{version}-%{release}
@@ -80,6 +87,9 @@ cp %{name}.pc %{buildroot}%{_libdir}/pkgconfig
 %files
 %manifest %{name}.manifest
 %license LICENSE
+
+%files devel
+%manifest %{name}.manifest
 %{_includedir}/chip/*
 %{_libdir}/chip/*
 %{_libdir}/pkgconfig/*.pc