resetting manifest requested domain to floor 91/5391/2 accepted/tizen/20130710.221139 accepted/tizen/20130912.102458 accepted/tizen/20130912.102556 accepted/tizen/20130912.151827 accepted/tizen/20130912.191411 accepted/tizen/20130912.195428 submit/tizen/20130710.125245 submit/tizen/20130912.080100 submit/tizen/20130912.090408
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:13:13 +0000 (20:13 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Wed, 3 Jul 2013 07:12:54 +0000 (10:12 +0300)
Change-Id: I8caa7a70b8beb2a32728c49c221df2751ebc3aa8

liblivebox-cpp.manifest [deleted file]
packaging/liblivebox-cpp.manifest [new file with mode: 0644]
packaging/liblivebox-cpp.spec

diff --git a/liblivebox-cpp.manifest b/liblivebox-cpp.manifest
deleted file mode 100644 (file)
index a76fdba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<manifest>
-       <request>
-               <domain name="_" />
-       </request>
-</manifest>
diff --git a/packaging/liblivebox-cpp.manifest b/packaging/liblivebox-cpp.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 24a21bc..f14a3de 100644 (file)
@@ -5,6 +5,7 @@ Release: 1
 Group: HomeTF/Livebox
 License: Flora License
 Source0: %{name}-%{version}.tar.gz
+Source1001:    liblivebox-cpp.manifest
 BuildRequires: cmake, gettext-tools, coreutils
 BuildRequires: pkgconfig(dlog)
 BuildRequires: pkgconfig(livebox)
@@ -24,6 +25,7 @@ Livebox development library (C++) (dev)
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %cmake .
@@ -37,12 +39,13 @@ mkdir -p %{buildroot}/%{_datarootdir}/license
 %post
 
 %files -n liblivebox-cpp
-%manifest liblivebox-cpp.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so*
 %{_datarootdir}/license/*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/livebox-cpp/livebox-cpp.h
 %{_datarootdir}/doc/livebox-cpp/livebox-cpp_PG.h