From: Ryan Ware Date: Wed, 30 May 2012 00:50:22 +0000 (-0700) Subject: Add default Smack manifest for tel-plugin-atmodem.spec X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2F1.0_post;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-atmodem.git Add default Smack manifest for tel-plugin-atmodem.spec Change-Id: I08e2891419140aa5488794772f42af589ae5d3f1 Signed-off-by: Ryan Ware --- diff --git a/packaging/tel-plugin-atmodem.manifest b/packaging/tel-plugin-atmodem.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/tel-plugin-atmodem.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/tel-plugin-atmodem.spec b/packaging/tel-plugin-atmodem.spec index 944d965..40c91dc 100644 --- a/packaging/tel-plugin-atmodem.spec +++ b/packaging/tel-plugin-atmodem.spec @@ -6,6 +6,7 @@ Release: 1 Group: System/Libraries License: Apache Source0: tel-plugin-atmodem-%{version}.tar.gz +Source1001: packaging/tel-plugin-atmodem.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake @@ -20,6 +21,7 @@ Telephony AT Modem library %setup -q %build +cp %{SOURCE1001} . cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} make %{?jobs:-j%jobs} @@ -52,6 +54,7 @@ rm -rf %{buildroot} %make_install %files +%manifest tel-plugin-atmodem.manifest %defattr(-,root,root,-) #%doc COPYING %{_libdir}/telephony/plugins/atmodem-plugin*