+* Tue Nov 27 2012 Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
+- Update spec file to use macro instead of hardcoded path
+- Update to use standard group
+
* Tue Oct 30 00:12:10 UTC 2012 - tracy.graydon@intel.com
- TDIST-103: fixed the repo urls that I broke the last time I fixed them. :|
Summary: Tizen IVI Repos Auto
Version: 2
Release: 1
-Group: System/Libraries
+Group: System Environment/Libraries
License: LGPLv2.1
URL: http://www.tizen.org
Source0: %{name}-%{version}.tar.bz2
%install
rm -rf %{buildroot}
-install -d %{buildroot}/etc/zypp/repos.d
-install -m 0755 tizen-base.repo %{buildroot}/etc/zypp/repos.d
-install -m 0755 tizen-ivi.repo %{buildroot}/etc/zypp/repos.d
-install -m 0755 tizen-non-oss.repo %{buildroot}/etc/zypp/repos.d
+install -d %{buildroot}%{_sysconfdir}/zypp/repos.d
+install -m 0755 tizen-base.repo %{buildroot}%{_sysconfdir}/zypp/repos.d
+install -m 0755 tizen-ivi.repo %{buildroot}%{_sysconfdir}/zypp/repos.d
+install -m 0755 tizen-non-oss.repo %{buildroot}%{_sysconfdir}/zypp/repos.d
%post
%files
%defattr(-,root,root,-)
-/etc/zypp/repos.d/*
+%{_sysconfdir}/zypp/repos.d/*