From 125a9d7d061f176055bb3ff8dd863da25830b287 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 20:00:57 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/wrt-plugins-common.manifest | 5 +++++ packaging/wrt-plugins-common.spec | 5 ++++- wrt-plugins-common.manifest | 12 ------------ 3 files changed, 9 insertions(+), 13 deletions(-) create mode 100644 packaging/wrt-plugins-common.manifest delete mode 100644 wrt-plugins-common.manifest diff --git a/packaging/wrt-plugins-common.manifest b/packaging/wrt-plugins-common.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/wrt-plugins-common.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/wrt-plugins-common.spec b/packaging/wrt-plugins-common.spec index 052c349..89ef703 100644 --- a/packaging/wrt-plugins-common.spec +++ b/packaging/wrt-plugins-common.spec @@ -5,6 +5,7 @@ Release: 1 Group: Development/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: wrt-plugins-common.manifest URL: https://review.tizen.org/git/?p=platform/framework/web/wrt-plugins-common.git;a=summary BuildRequires: cmake BuildRequires: pkgconfig(dpl-efl) @@ -35,6 +36,7 @@ This package contains all needed header files for developing a WRT plugin %prep %setup -q +cp %{SOURCE1001} . %define with_tests 0 %if "%{WITH_TESTS}" == "ON" || "%{WITH_TESTS}" == "Y" || "%{WITH_TESTS}" == "YES" || "%{WITH_TESTS}" == "TRUE" || "%{WITH_TESTS}" == "1" @@ -67,7 +69,7 @@ touch /opt/share/widget/plugin-installation-required %postun -p /sbin/ldconfig %files -%manifest wrt-plugins-common.manifest +%manifest %{name}.manifest /usr/etc/wrt-plugins/config.dtd %{_libdir}/*.so %{_libdir}/*.so.* @@ -88,5 +90,6 @@ touch /opt/share/widget/plugin-installation-required /etc/ld.so.conf.d/wrt-plugins-common.conf %files devel +%manifest %{name}.manifest %{_includedir}/* %{_libdir}/pkgconfig/* diff --git a/wrt-plugins-common.manifest b/wrt-plugins-common.manifest deleted file mode 100644 index 32dd898..0000000 --- a/wrt-plugins-common.manifest +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - -- 2.7.4