Set up the repo files for Panda 2.0
[profile/ivi/panda-repos.git] / packaging / panda-repos.spec
1 Name:       panda-repos
2 Summary:    Tizen 2.0 IVI Panda Repos
3 Version:    1
4 Release:    1
5 Group:      System/Libraries
6 License:    LGPLv2.1
7 URL:        http://www.tizen.org
8 Source0:    %{name}-%{version}.tar.bz2
9
10 %description
11 This package installs the .repo files for Tizen 2.0 IVI Panda images
12
13 %prep
14 %setup -q -n %{name}-%{version}
15
16 %build
17
18 %install
19 rm -rf %{buildroot}
20 install -d %{buildroot}/etc/zypp/repos.d
21 install -m 0755 tizen-base.repo %{buildroot}/etc/zypp/repos.d
22 install -m 0755 tizen-ivi.repo %{buildroot}/etc/zypp/repos.d
23
24 %post
25
26 %files
27 %defattr(-,root,root,-)
28 /etc/zypp/repos.d/*