Fix incorrect urls for IVI 1.0 iamges
[profile/ivi/ivi-repos-x86_64.git] / packaging / ivi-repos-auto.spec
1 Name:       ivi-repos-auto
2 Summary:    Tizen IVI 1.0 Repos Auto
3 Version:    2
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 IVI automotive 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 install -m 0755 tizen-non-oss.repo %{buildroot}/etc/zypp/repos.d
24
25 %post
26
27 %files
28 %defattr(-,root,root,-)
29 /etc/zypp/repos.d/*