Make include directory and move header files to it. 88/172488/1
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 14 Mar 2018 07:05:36 +0000 (16:05 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 14 Mar 2018 07:06:34 +0000 (16:06 +0900)
[Version] 0.0.3-1
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: Icbfdebb8d2b6e2194714f985ac4253d093c43065
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/audio/tizen-audio.h [moved from audio/tizen-audio.h with 100% similarity]
include/camera/tizen-camera.h [moved from camera/tizen-camera.h with 100% similarity]
include/radio/tizen-radio.h [moved from radio/tizen-radio.h with 100% similarity]
packaging/mm-hal-interface.spec

index 2f8a42f..1d87343 100644 (file)
@@ -1,7 +1,7 @@
 Name:       mm-hal-interface
 Summary:    Multimedia HAL Interface
 Version:    0.0.3
-Release:    0
+Release:    1
 Group:      Multimedia/Development
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
@@ -18,9 +18,9 @@ Multimedia framework hardware abstraction layer interface package.
 
 %install
 install -d -m 755 %{buildroot}%{_includedir}
-install -m 644 audio/*.h %{buildroot}%{_includedir}
-install -m 644 camera/*.h %{buildroot}%{_includedir}
-install -m 644 radio/*.h %{buildroot}%{_includedir}
+install -m 644 include/audio/*.h %{buildroot}%{_includedir}
+install -m 644 include/camera/*.h %{buildroot}%{_includedir}
+install -m 644 include/radio/*.h %{buildroot}%{_includedir}
 
 %files
 %defattr(-,root,root,-)