resetting manifest requested domain to floor 08/5208/1 accepted/tizen/20130710.215644 submit/tizen/20130710.132914
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:27:03 +0000 (20:27 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:27:03 +0000 (20:27 +0300)
packaging/libwbxml2.manifest [new file with mode: 0644]
packaging/libwbxml2.spec

diff --git a/packaging/libwbxml2.manifest b/packaging/libwbxml2.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 5541585bfde06c907c8577acb8ffc91a719854a9..b4cf20ba4aa8e68a38955329df2171ea48f85c85 100644 (file)
@@ -6,6 +6,7 @@ Summary:        WBXML parser and compiler library
 Url:            http://libwbxml.opensync.org/
 Group:          System/Libraries
 Source:         libwbxml-%{version}.tar.bz2
+Source1001:    libwbxml2.manifest
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(expat)
@@ -55,6 +56,7 @@ has been defined by the Wap Forum.
 
 %prep
 %setup -q -n libwbxml-%{version}
+cp %{SOURCE1001} .
 
 %build
 mkdir build
@@ -78,11 +80,13 @@ popd
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %license COPYING
 %{_libdir}/libwbxml2.so.1*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/pkgconfig/libwbxml2.pc
 %{_libdir}/libwbxml2.so
@@ -91,6 +95,7 @@ popd
 %{_includedir}/wbxml_config.h
 
 %files -n wbxml2-tools
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/wbxml2xml
 %{_bindir}/xml2wbxml