Update spec file to use macro instead of hardcoded path 99/2399/1 submit/2.0alpha-wayland/20121127.215445
authorGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Tue, 27 Nov 2012 13:12:55 +0000 (14:12 +0100)
committerGeoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Tue, 27 Nov 2012 13:14:03 +0000 (14:14 +0100)
Update to use standard group
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
Change-Id: I745a79e5f2d02ff66d149aace872c13f75a60443

packaging/ivi-repos-auto.changes
packaging/ivi-repos-auto.spec

index f0e1382..b7c4df5 100644 (file)
@@ -1,4 +1,8 @@
 * 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 Nov 27 2012 Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
 - Update repo files to point at the ivi-wayland repos
 
 * Tue Oct 30 00:12:10 UTC 2012 - tracy.graydon@intel.com
index ae1e714..5f01c6f 100644 (file)
@@ -2,7 +2,7 @@ Name:       ivi-repos-auto
 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
@@ -17,13 +17,13 @@ This package installs the .repo files for Tizen IVI automotive images
 
 %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/*