From: Ryan Ware Date: Wed, 30 May 2012 00:49:11 +0000 (-0700) Subject: Add default Smack manifest for menu-daemon.spec X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=75fdd868b351444150567c7af938a767208bb9a3;p=apps%2Fhome%2Fmenu-daemon.git Add default Smack manifest for menu-daemon.spec Change-Id: I4325373fd266310ae21b8505903fefb9b92cc91e Signed-off-by: Ryan Ware --- diff --git a/packaging/menu-daemon.manifest b/packaging/menu-daemon.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/menu-daemon.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/menu-daemon.spec b/packaging/menu-daemon.spec index 1ee59a5..5d95dab 100644 --- a/packaging/menu-daemon.spec +++ b/packaging/menu-daemon.spec @@ -9,6 +9,7 @@ Release: 1 Group: TO_BE/FILLED_IN License: Samsung Proprietary License Source0: menu-daemon-%{version}.tar.gz +Source1001: packaging/menu-daemon.manifest BuildRequires: pkgconfig(ail) BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(db-util) @@ -42,6 +43,7 @@ menu-daemon (Grab H/W key, Package manifest file parsing) %setup -q %build +cp %{SOURCE1001} . export LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} make %{?jobs:-j%jobs} @@ -59,6 +61,7 @@ ln -sf /etc/init.d/menudaemon /etc/rc.d/rc3.d/S46menudaemon ln -sf /etc/init.d/menudaemon.fast /etc/rc.d/rc4.d/S85menudaemon %files +%manifest menu-daemon.manifest %{_sysconfdir}/init.d/menudaemon %{_sysconfdir}/init.d/menudaemon.fast %{_bindir}/menu-daemon