summaryrefslogtreecommitdiff
path: root/packaging/libomxil-e4x12.spec
blob: 999ef75e11904f619918be2ff10be394db1a79b2 (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
Name:       libomxil-e4x12
Summary:    OpenMAX IL for Exynos 4x12 series
Version:    1.1.0
Release:    18
Group:      Development/Libraries
License:    Apache-2.0
ExclusiveArch: %arm
Source: %{name}-%{version}.tar.gz

%description
OpenMAX IL for Exynos 4x12 series

%prep
%setup -q

%build

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/%{_libdir}
mkdir -p %{buildroot}/%{_libdir}/omx
install -m 644 lib/lib*.so* %{buildroot}/%{_libdir}/
install -m 644 lib/omx/lib*.so* %{buildroot}/%{_libdir}/omx/
mkdir -p %{buildroot}/usr/share/license
cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}

%post

%postun

%files
%manifest libomxil-e4x12.manifest
%defattr(-,root,root,-)
%{_libdir}/lib*.so*
%{_libdir}/omx/lib*.so*
/usr/share/license/%{name}