From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:27:03 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130710.132914^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=739a4aad4eeda498761f070c0a66e816f48b00f4;p=platform%2Fupstream%2Flibwbxml2.git resetting manifest requested domain to floor --- diff --git a/packaging/libwbxml2.manifest b/packaging/libwbxml2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libwbxml2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libwbxml2.spec b/packaging/libwbxml2.spec index 5541585..b4cf20b 100644 --- a/packaging/libwbxml2.spec +++ b/packaging/libwbxml2.spec @@ -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