Zigbee Library (Shared Library) (Development)
This package aims to support the Zigbee developers.
-%package -n test-%{name}
-Summary: Test Application for Zigbee
-Group: Network & Connectivity/Other
-
-%description -n test-%{name}
-Zigbee Library test program(s)
-
%prep
%setup #-q
chmod g-w %_sourcedir/*
%defattr(-,root,root,-)
%license LICENSE.APLv2
%{_libdir}/lib%{project_name}.so.*
+%{_bindir}/test-zigbee
%files devel
%defattr(-,root,root,-)
%{_includedir}/%{project_name}/*.h
%{_includedir}/%{project_name}/zdo/*.h
%{_includedir}/%{project_name}/zcl/*.h
-
-%files -n test-%{name}
-%manifest %{name}.manifest
-%defattr(-,root,root,-)
-%license LICENSE.APLv2
-%{_bindir}/test-zigbee