diff options
-rwxr-xr-x | packaging/connectedhomeip.spec | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packaging/connectedhomeip.spec b/packaging/connectedhomeip.spec index 219ac1e2..45167b25 100755 --- a/packaging/connectedhomeip.spec +++ b/packaging/connectedhomeip.spec @@ -25,13 +25,6 @@ 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} @@ -87,10 +80,6 @@ cp %{name}.pc %{buildroot}%{_libdir}/pkgconfig %files %manifest %{name}.manifest %license LICENSE -%{_libdir}/chip/* - -%files devel -%manifest %{name}.manifest %{_includedir}/chip/* %{_libdir}/chip/* %{_libdir}/pkgconfig/*.pc |