2.0 alpha
[platform/core/system/devman.git] / packaging / devman.yaml
1 Name       : devman
2 Version    : 0.1.6
3 Release    : 1
4 Group      : TO_BE/FILLED_IN
5 Summary    : Device manager library
6 Description: |
7     Device manager library for device control
8 Sources    : 
9     - devman-%{version}.tar.gz
10 Patches :
11     - devman-0.1.6-open-fix.patch
12
13 PkgBR:
14     - cmake
15     - vconf-keys-devel
16     - pkgconfig(vconf)
17     - pkgconfig(dlog)
18     
19 Configure  : none
20 License: TO BE FILLED IN
21 Files:
22     - "%doc COPYING"
23     - /etc/rc.d/init.d/devman
24     - "%{_libdir}/libdevman.so.*"
25     - "%{_datadir}/devman/udev-rules/91-devman.rules"
26
27 SubPackages :
28     - Name: devel
29       Summary: Device manager library for (devel)
30       Description: Device manager library for device control (devel)
31       Group: Development/Libraries
32       Files:
33         - "%{_includedir}/devman/devman.h"
34         - "%{_includedir}/devman/devman_managed.h"
35         - "%{_includedir}/devman/devman_image.h"
36         - "%{_includedir}/devman/devman_haptic.h"
37         - "%{_includedir}/devman/SLP_devman_PG.h"
38         - "%{_libdir}/pkgconfig/devman.pc"
39         - "%{_libdir}/libdevman.so"
40
41     - Name: haptic-devel
42       Summary: Haptic Device manager library for (devel)
43       Description: Haptic Device manager library for device control (devel)
44       Group: Development/Libraries
45       Files:
46         - "%{_includedir}/devman/devman_haptic_ext.h"
47         - "%{_includedir}/devman/devman_haptic_ext_core.h"
48         - "%{_libdir}/pkgconfig/devman_haptic.pc"