blob: 2b6e7ba2f4edb1c629607b7f7ee167a36f37fab3 (
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
|
%define profile mobile
Summary: Tizen Mobile Package Groups and Image Configurations
Name: meta-mobile
Version: 003
Release: 1
Provides: meta-profile = %{version}-%{release}
License: GPL-2.0
Group: System/Base
URL: http://www.tizen.org
Source: %{name}-%{version}.tar.bz2
%description
Tizen Mobile Package Groups and Image Configurations
%prep
%setup -q
%build
make
%install
%make_install
%files
%{_datadir}/package-groups/mobile/*.yaml
%{_datadir}/image-configurations/mobile/*.yaml
%{_datadir}/image-configurations/mobile/configs/*.yaml
%{_datadir}/image-configurations/mobile/scripts
%{_datadir}/image-configurations/mobile/partitions
|