summaryrefslogtreecommitdiff
path: root/packaging/libmm-ta.spec
blob: 379ba042ffbb876ca8de740c5f75ad8f98fbdca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#sbs-git:slp/pkgs/l/libmm-ta libmm-ta 0.1.4 1859a89ab9fa666d844abd894b10584e408604f5

Name:       libmm-ta
Summary:    Multimedia Framework Time Analysis Lib
Version: 0.1.4
Release:    2
Group:      System/Libraries
License:    Apache-2.0
Source0:    libmm-ta-%{version}.tar.gz
Source1001: 	libmm-ta.manifest


%description
Multimedia Framework Time Analysis Library



%package devel
Summary:    Dev. components for the libmm-ta package (devel)
Group:      Development/Libraries
Requires:   %{name} = %{version}-%{release}

%description devel
Development components for the libmm-ta package (devel)


%prep
%setup -q 
cp %{SOURCE1001} .


%build

%autogen --disable-static
%configure --disable-static
make %{?jobs:-j%jobs}

%install
rm -rf %{buildroot}
%make_install




%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig





%files
%manifest %{name}.manifest
%defattr(-,root,root,-)
%_libdir/libmm_ta.so.*


%files devel
%manifest %{name}.manifest
%defattr(-,root,root,-)
%_includedir/mm_ta/*.h
%_libdir/*.so
%_libdir/pkgconfig/*.pc