packaging: support older rpmbuild 60/59560/1 sandbox/pcoval/tizen_2.4
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 16 Feb 2016 11:36:21 +0000 (12:36 +0100)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Tue, 16 Feb 2016 11:40:47 +0000 (12:40 +0100)
This was needed for Tizen:2.3

Change-Id: Iab6ebd03d6efcf8b8592c0bf53d68db46b7dafdb
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
packaging/iotivity.spec

index 4938ac9..4a09a45 100644 (file)
@@ -170,9 +170,11 @@ rm -rf %{buildroot}
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}/
+%{_includedir}/%{name}/*
 %{_libdir}/lib*.a
 
 %files examples
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/examples/
+%{_libdir}/%{name}/examples/*