Move manifest file to the packaging folder 27/11327/1
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 24 Oct 2013 11:24:08 +0000 (20:24 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 24 Oct 2013 11:24:44 +0000 (20:24 +0900)
Change-Id: I003effe31971805f3efc0671acaaf3376e4def20
Signed-off-by: Sung-jae Park <nicesj.park@samsung.com>
packaging/data-provider-master.manifest [moved from data-provider-master.manifest with 100% similarity]
packaging/data-provider-master.spec

index 95a0175..500adad 100644 (file)
@@ -5,6 +5,7 @@ Release: 1
 Group: HomeTF/Livebox
 License: Flora License
 Source0: %{name}-%{version}.tar.gz
+Source1001: %{name}.manifest
 BuildRequires: cmake, gettext-tools, smack, coreutils
 BuildRequires: pkgconfig(ail)
 BuildRequires: pkgconfig(dlog)
@@ -46,6 +47,7 @@ Keep trace on the life-cycle of the livebox and status of the service providers,
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export ENGINEER=false
@@ -124,7 +126,7 @@ echo "Successfully installed. Please start a daemon again manually"
 echo "%{_sysconfdir}/init.d/data-provider-master start"
 
 %files -n data-provider-master
-%manifest data-provider-master.manifest
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_sysconfdir}/rc.d/init.d/data-provider-master
 #%{_sysconfdir}/rc.d/rc3.d/S99data-provider-master