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