Add default Smack manifest for capi-messaging-messages.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:57 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:57 +0000 (17:50 -0700)
Change-Id: Idcca29cd112b2ab17dab744dc138613fb71e9d42
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/capi-messaging-messages.manifest [new file with mode: 0644]
packaging/capi-messaging-messages.spec

diff --git a/packaging/capi-messaging-messages.manifest b/packaging/capi-messaging-messages.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 1ee5ca0c8e20276af4683b2c1361b88d4027c76c..0c9478765e811f522c2458b73b6f59cb94fc658b 100644 (file)
@@ -4,6 +4,7 @@ Version: 0.1.0
 Release:    3
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/capi-messaging-messages.manifest 
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -30,6 +31,7 @@ Requires:  pkgconfig(capi-base-common)
 
 
 %build
+cp %{SOURCE1001} .
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=%{version} -DMAJORVER=${MAJORVER}
 
@@ -46,9 +48,11 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest capi-messaging-messages.manifest
 %{_libdir}/libcapi-messaging-messages.so.*
 
 %files devel
+%manifest capi-messaging-messages.manifest
 %{_includedir}/messaging/*.h
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/libcapi-messaging-messages.so