463cfaa81ea24f926c544ce578042c771f7a7389
[framework/api/wav-player.git] / packaging / capi-media-wav-player.spec
1 Name:       capi-media-wav-player
2 Summary:    A wav player library in Tizen Native API
3 Version:    0.0.1
4 Release:    1
5 Group:      TO_BE/FILLED_IN
6 License:    TO BE FILLED IN
7 Source0:    %{name}-%{version}.tar.gz
8 BuildRequires:  cmake
9 BuildRequires:  pkgconfig(mm-sound)
10 BuildRequires:  pkgconfig(dlog)
11 BuildRequires:  pkgconfig(capi-base-common)
12 BuildRequires:  pkgconfig(capi-media-sound-manager)
13 Requires(post): /sbin/ldconfig  
14 Requires(postun): /sbin/ldconfig
15
16 %description
17
18
19 %package devel
20 Summary:  A wav player library in Tizen Native API (Development)
21 Group:    TO_BE/FILLED_IN
22 Requires: %{name} = %{version}-%{release}
23
24 %description devel
25
26
27
28 %prep
29 %setup -q
30
31
32 %build
33 cmake .
34
35
36 make %{?jobs:-j%jobs}
37
38 %install
39 rm -rf %{buildroot}
40 %make_install
41
42 %post -p /sbin/ldconfig
43
44 %postun -p /sbin/ldconfig
45
46
47 %files
48 %{_libdir}/libcapi-media-wav-player.so
49
50 %files devel
51 %{_includedir}/media/*.h
52 %{_libdir}/pkgconfig/*.pc