From 739a4aad4eeda498761f070c0a66e816f48b00f4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:27:03 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libwbxml2.manifest | 5 +++++ packaging/libwbxml2.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/libwbxml2.manifest 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 -- 2.34.1