Change-Id: Ida0e776856af876ff944541ceb32fb8052eb654c
Cinwoo Kim <cinoo.kim@samsung.com>
MyungWoon Kim <myoungwoon.kim@samsung.com>
Hoyoung Chang <hyoyoung.chang@samsung.com>
-JeeYeon Park <jy0703.park@samsung.com>
+JiYoun Park <jy0703.park@samsung.com>
IlKook Yun <ilkook.yun@samsung.com>
JeongHyun Yun <jh0506.yun@samsung.com>
if [ ${USER} == "root" ]
then
chown root:root /etc/profile.d/elm.sh
+ chown root:root /etc/profile.d/evas.sh
fi
--- /dev/null
+export EVAS_FONT_DPI=72
Name: elm-misc
-Summary: Elementary config files
+Summary: Elementary & Evas config files
Version: 0.1
Release: 1
Group: TO_BE/FILLED_IN
%description
-Elementary configuration files
+Elementary & Evas configuration files
rm -rf %{buildroot}
%__mkdir_p %{buildroot}%{_sysconfdir}/profile.d
%__cp etc/profile.d/elm.sh %{buildroot}%{_sysconfdir}/profile.d/elm.sh
-
+%__cp etc/profile.d/evas.sh %{buildroot}%{_sysconfdir}/profile.d/evas.sh
%files
%defattr(-,root,root,-)
/etc/profile.d/elm.sh
+/etc/profile.d/evas.sh