blob: b6b6e69432f711994b17a32cf42b1b508b887f58 (
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
|
Summary: Tizen Package Groups
Name: package-groups
Version: 42
Release: 1
License: GPLv2
Group: System/Base
URL: http://www.tizen.org
Source: %{name}-%{version}.tar.bz2
Source1001: packaging/package-groups.manifest
BuildRequires: libxslt
BuildRequires: python-yaml
BuildRequires: python-lxml
%description
Tizen Package Groups
%prep
%setup -q
%build
cp %{SOURCE1001} .
%ifarch %{arm}
make ARCH=arm
%else
make ARCH=i586
%endif
%install
%make_install
%files
%manifest package-groups.manifest
/usr/share/package-groups/*xml
|