From: Alexandru Cornea Date: Fri, 28 Jun 2013 14:47:41 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221655^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b9db85d5231218652158a9764231eafa393db40;p=platform%2Fcore%2Fapi%2Fcommon.git resetting manifest requested domain to floor --- diff --git a/packaging/capi-base-common.manifest b/packaging/capi-base-common.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/capi-base-common.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index b1ba39d..0dcc591 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -5,6 +5,7 @@ License: Apache-2.0 Summary: Common header files of Tizen Native API Group: API/C API Source0: %{name}-%{version}.tar.gz +Source1001: capi-base-common.manifest BuildRequires: cmake %description @@ -21,6 +22,7 @@ Common header files of Tizen Native API %prep %setup -q +cp %{SOURCE1001} . %build %cmake . @@ -30,8 +32,10 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %files devel +%manifest %{name}.manifest %{_includedir}/*.h %{_libdir}/pkgconfig/capi-base-common.pc