From e7b8d9df6969528c5d3f069a4ce0b2eb31cdbb9c Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Thu, 1 Aug 2013 14:50:08 -0700 Subject: [PATCH] Fix lang and invalid group rpmlint errors --- packaging/starter.changes | 3 +++ packaging/starter.spec | 10 ++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 packaging/starter.changes diff --git a/packaging/starter.changes b/packaging/starter.changes new file mode 100644 index 0000000..1ec467a --- /dev/null +++ b/packaging/starter.changes @@ -0,0 +1,3 @@ +* Thu Aug 1 21:47:53 UTC 2013 - tracy.graydon@intel.com +- Fix lang rpmlint errors and invalid group + diff --git a/packaging/starter.spec b/packaging/starter.spec index 3f29fc1..6ed31cd 100644 --- a/packaging/starter.spec +++ b/packaging/starter.spec @@ -2,7 +2,7 @@ Name: starter Summary: starter Version: 0.4.62 Release: 3 -Group: TO_BE/FILLED_IN +Group: Base/Startup License: TO_BE/FILLED_IN Source0: starter-%{version}.tar.gz Source1: starter.service @@ -38,6 +38,7 @@ BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(pkgmgr-info) BuildRequires: cmake BuildRequires: edje-bin +BuildRequires: gettext BuildRequires: gettext-tools Requires(post): /usr/bin/vconftool @@ -45,7 +46,6 @@ Requires(post): /usr/bin/vconftool %description Description: Starter - %prep %setup -q cp %{SOURCE1001} . @@ -67,6 +67,8 @@ mkdir -p %{buildroot}/usr/share/license cp -f LICENSE.Flora %{buildroot}/usr/share/license/%{name} mkdir -p %{buildroot}/opt/data/home-daemon +%find_lang ug-lockscreen-options + %post change_file_executable() { @@ -95,8 +97,9 @@ vconftool set -t int memory/idle-screen/safemode "0" -i -f ln -sf /etc/init.d/rd4starter /etc/rc.d/rc4.d/S81starter ln -sf /etc/init.d/rd3starter /etc/rc.d/rc3.d/S43starter +%postun -p /sbin/ldconfig -%files +%files -f ug-lockscreen-options.lang %manifest %{name}.manifest %defattr(-,root,root,-) %{_sysconfdir}/init.d/rd4starter @@ -104,7 +107,6 @@ ln -sf /etc/init.d/rd3starter /etc/rc.d/rc3.d/S43starter %{_bindir}/starter /usr/ug/lib/libug-lockscreen-options.so /usr/ug/lib/libug-lockscreen-options.so.0.1.0 -/usr/ug/res/locale/*/LC_MESSAGES/* %{_libdir}/systemd/user/starter.path %{_libdir}/systemd/user/starter.service %{_libdir}/systemd/user/core-efl.target.wants/starter.path -- 2.7.4