+* Fri Oct 31 2014 Ed Bartosh <ed@ed.fi.intel.com> 7-1
+- Prepare for M14.3 milestone release
+- Include all .repo files into the package
+
* Thu Aug 14 18:31:08 UTC 2014 - alice.liu@intel.com
- Update the emulator repo url to reflect the current path
Name: ivi-repos
Summary: Tizen IVI Repos
-Version: 6
+Version: 7
Release: 1
Group: Base/Configuration
BuildArch: noarch
rm -rf %{buildroot}
install -d %{buildroot}/etc/zypp/repos.d
%if %{with emulator}
-install -m 0644 ivi-emul-snapshot.repo %{buildroot}/etc/zypp/repos.d
-install -m 0644 ivi-emul-daily.repo %{buildroot}/etc/zypp/repos.d
-%else
-install -m 0644 ivi-snapshot.repo %{buildroot}/etc/zypp/repos.d
-install -m 0644 ivi-daily.repo %{buildroot}/etc/zypp/repos.d
+type='emul-'
%endif
+install -m 0644 ivi-$type*.repo %{buildroot}/etc/zypp/repos.d
%files
%defattr(-,root,root,-)
-%if %{with emulator}
-%config /etc/zypp/repos.d/ivi-emul-snapshot.repo
-%config /etc/zypp/repos.d/ivi-emul-daily.repo
-%else
-%config /etc/zypp/repos.d/ivi-snapshot.repo
-%config /etc/zypp/repos.d/ivi-daily.repo
-%endif
-
+%dir %{_sysconfdir}/zypp
+%dir %{_sysconfdir}/zypp/repos.d
+%config /etc/zypp/repos.d/*.repo