From 560a7d0798acf1014960e8732792c3421db4921f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:12:26 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- osp-appfw.manifest | 20 -------------------- packaging/osp-appfw.manifest | 5 +++++ packaging/osp-appfw.spec | 7 ++++++- 3 files changed, 11 insertions(+), 21 deletions(-) delete mode 100644 osp-appfw.manifest create mode 100644 packaging/osp-appfw.manifest diff --git a/osp-appfw.manifest b/osp-appfw.manifest deleted file mode 100644 index a609d79..0000000 --- a/osp-appfw.manifest +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - diff --git a/packaging/osp-appfw.manifest b/packaging/osp-appfw.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/osp-appfw.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/osp-appfw.spec b/packaging/osp-appfw.spec index 284a762..21fa730 100755 --- a/packaging/osp-appfw.spec +++ b/packaging/osp-appfw.spec @@ -5,6 +5,7 @@ Release: 1 Group: Application Framework/Libraries License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: osp-appfw.manifest URL: https://review.tizen.org/git/?p=platform/framework/native/appfw.git;a=summary BuildRequires: cmake BuildRequires: pkgconfig(capi-appfw-application) @@ -108,6 +109,7 @@ The App Framework library of OSP (DEV) %prep %setup -q +cp %{SOURCE1001} . %build MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` @@ -154,7 +156,7 @@ chmod 444 /opt/usr/etc/clocale.list %postun -p /sbin/ldconfig %files -%manifest osp-appfw.manifest +%manifest %{name}.manifest /usr/share/license/%{name} /etc/* /opt/usr/share/.osp-compat/share/* @@ -166,11 +168,13 @@ chmod 444 /opt/usr/etc/clocale.list %{_libdir}/osp-server/libosp-appfw-server.so* %files devel +%manifest %{name}.manifest %{_includedir}/osp/*.h %{_includedir}/osp/*.hpp %{_libdir}/pkgconfig/osp-appfw.pc %files internal-devel +%manifest %{name}.manifest %{_includedir}/osp/app/* %{_includedir}/osp/base/* %{_includedir}/osp/io/* @@ -182,6 +186,7 @@ chmod 444 /opt/usr/etc/clocale.list %{_libdir}/pkgconfig/osp-appfw-server.pc %files debug +%manifest %{name}.manifest %{_libdir}/osp/debug/libosp-appfw.so* %{_libdir}/osp-server/debug/libosp-appfw-server.so* -- 2.7.4