742585ba6371f1b51cdc2444284b6c0e17d72d25
[profile/ivi/ivi-repos.git] / packaging / ivi-repos-auto.spec
1 Name:       ivi-repos-auto
2 Summary:    Tizen IVI Repos Auto
3 Version:    0.3
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/yum.repos.d
21 install -d %{buildroot}/etc/zypp/repos.d
22 install -m 0755 tizen-base.repo %{buildroot}/etc/yum.repos.d
23 install -m 0755 tizen-ivi.repo %{buildroot}/etc/yum.repos.d
24 install -m 0755 tizen-non-oss.repo %{buildroot}/etc/yum.repos.d
25 install -m 0755 tizen-base.repo %{buildroot}/etc/zypp/repos.d
26 install -m 0755 tizen-ivi.repo %{buildroot}/etc/zypp/repos.d
27 install -m 0755 tizen-non-oss.repo %{buildroot}/etc/zypp/repos.d
28
29 %post
30
31 %files
32 %defattr(-,root,root,-)
33 /etc/yum.repos.d/*
34 /etc/zypp/repos.d/*