Set up branching for 2.0alpha
[profile/ivi/package-groups-panda.git] / packaging / package-groups.spec
1 Summary:        Tizen 2.0 Package Groups for IVI
2 Name:           package-groups
3 Version:        1
4 Release:        1
5 License:        GPLv2
6 Group:          System/Base
7 URL:            http://www.tizen.org
8 Source:         %{name}-%{version}.tar.bz2
9 BuildRequires:  libxslt
10 BuildRequires: python-yaml
11 BuildRequires: python-lxml
12
13
14 %description
15 Tizen Package Groups
16
17 %prep
18 %setup -q
19
20 %build
21 %ifarch %{arm}
22 make ARCH=arm
23 %else
24 make ARCH=i586
25 %endif
26
27 %install
28 %make_install
29
30
31 %files
32 /usr/share/package-groups/*xml
33