diff options
author | Ryan Ware <ryan.r.ware@intel.com> | 2012-05-29 17:50:56 -0700 |
---|---|---|
committer | Ryan Ware <ryan.r.ware@intel.com> | 2012-05-29 17:50:56 -0700 |
commit | a0e7630288a9e0aa39f175830529c73fa5015240 (patch) | |
tree | d90164dee468b6586e6338596c0be1688ee4dbe6 | |
parent | 7355057a55490f00d279aa5c304ec2d1d4cf5edd (diff) | |
download | call-1.0_post.tar.gz call-1.0_post.tar.bz2 call-1.0_post.zip |
Add default Smack manifest for capi-telephony-call.spec1.0_post
Change-Id: I09f906198dacf697786ed12b1329824e4c7083eb
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
-rw-r--r-- | packaging/capi-telephony-call.manifest | 5 | ||||
-rw-r--r-- | packaging/capi-telephony-call.spec | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/capi-telephony-call.manifest b/packaging/capi-telephony-call.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-telephony-call.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/capi-telephony-call.spec b/packaging/capi-telephony-call.spec index e2275dc..1a376a8 100644 --- a/packaging/capi-telephony-call.spec +++ b/packaging/capi-telephony-call.spec @@ -5,6 +5,7 @@ Release: 9 Group: TO_BE/FILLED_IN License: TO BE FILLED IN Source0: %{name}-%{version}.tar.gz +Source1001: packaging/capi-telephony-call.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(vconf) @@ -30,6 +31,7 @@ Requires: %{name} = %{version}-%{release} %build +cp %{SOURCE1001} . MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER} @@ -45,9 +47,11 @@ rm -rf %{buildroot} %files +%manifest capi-telephony-call.manifest %{_libdir}/libcapi-telephony-call.so.* %files devel +%manifest capi-telephony-call.manifest %{_includedir}/telephony/call.h %{_libdir}/pkgconfig/*.pc %{_libdir}/libcapi-telephony-call.so |