diff options
author | 정지훈/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jh8801.jung@samsung.com> | 2021-04-08 14:14:06 +0900 |
---|---|---|
committer | GitHub Enterprise <noreply-CODE@samsung.com> | 2021-04-08 14:14:06 +0900 |
commit | 6f3284f831f9309b49035a63f32c4b0bc3ec5693 (patch) | |
tree | ab5ce4738a437279ff4aaaf35c5349a6758b0cc4 | |
parent | d17ab69ffa3202ab7f0f1c68a8fa48a2446f300b (diff) | |
parent | cbc29f7baf22906666ff825e2329fd75e2afb943 (diff) | |
download | connectedhomeip-6f3284f831f9309b49035a63f32c4b0bc3ec5693.tar.gz connectedhomeip-6f3284f831f9309b49035a63f32c4b0bc3ec5693.tar.bz2 connectedhomeip-6f3284f831f9309b49035a63f32c4b0bc3ec5693.zip |
Merge pull request #10 from jh8801-jung/master
Delete devel package
-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 |