4d1f5fc94f2adcb534138ded80b4f4aba02d7a40
[platform/core/multimedia/libmm-ta.git] / packaging / libmm-ta.spec
1 #sbs-git:slp/pkgs/l/libmm-ta libmm-ta 0.1.4 1859a89ab9fa666d844abd894b10584e408604f5
2
3 Name:       libmm-ta
4 Summary:    Multimedia Framework Time Analysis Lib
5 Version: 0.1.4
6 Release:    2
7 Group:      System/Libraries
8 License:    Apache-2.0
9 Source0:    libmm-ta-%{version}.tar.gz
10
11
12 %description
13 Multimedia Framework Time Analysis Library
14
15
16
17 %package devel
18 Summary:    Dev. components for the libmm-ta package (devel)
19 Group:      Development/Libraries
20 Requires:   %{name} = %{version}-%{release}
21
22 %description devel
23 Development components for the libmm-ta package (devel)
24
25
26 %prep
27 %setup -q 
28
29
30 %build
31
32 %autogen --disable-static
33 %configure --disable-static
34 make %{?jobs:-j%jobs}
35
36 %install
37 rm -rf %{buildroot}
38 %make_install
39
40
41
42
43 %post -p /sbin/ldconfig
44
45 %postun -p /sbin/ldconfig
46
47
48
49
50
51 %files
52 %manifest libmm-ta.manifest
53 %defattr(-,root,root,-)
54 %_libdir/libmm_ta.so.*
55
56
57 %files devel
58 %defattr(-,root,root,-)
59 %_includedir/mm_ta/*.h
60 %_libdir/*.so
61 %_libdir/pkgconfig/*.pc
62