Change-Id: I93a7ef2ad322d3098e5dc1748bdbb00921912fe7
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
Source12: tzdata-update
BuildRequires: tzdata >= 2003a
+Requires: findutils
Requires: coreutils
Requires: tzdata
#Requires: glibc-common
%postun
-%posttrans
-/bin/ls /usr/lib/locale/ | /bin/grep _ | /usr/bin/xargs -I {} /bin/rm -rf /usr/lib/locale/{}
-/bin/rm -rf /usr/lib/locale/C.UTF-8
-/bin/find /usr/share/locale/ -name libc.mo | /bin/grep -v en_GB | /usr/bin/xargs -I {} /bin/rm {}
+%posttrans
+ls /usr/lib/locale/ | /bin/grep _ | /usr/bin/xargs -I {} /bin/rm -rf /usr/lib/locale/{}
+rm -rf /usr/lib/locale/C.UTF-8
+find /usr/share/locale/ -name libc.mo | /bin/grep -v en_GB | /usr/bin/xargs -I {} /bin/rm {}
%clean
rm -rf "$RPM_BUILD_ROOT"