From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:52:26 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214610^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F4960%2F1;p=platform%2Fupstream%2Fsysprof.git resetting manifest requested domain to floor --- diff --git a/packaging/sysprof.manifest b/packaging/sysprof.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/sysprof.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/sysprof.spec b/packaging/sysprof.spec index 97c770d..e72a68b 100644 --- a/packaging/sysprof.spec +++ b/packaging/sysprof.spec @@ -33,6 +33,7 @@ License: GPL v2 or later Group: Development/Tools/Debuggers Url: http://sysprof.com/ Source: sysprof-%version.tar.bz2 +Source1001: sysprof.manifest Recommends: sysprof-cli %description @@ -47,6 +48,7 @@ This package contains the command-line data-collection part only. %prep %setup -q -n sysprof-%version +cp %{SOURCE1001} . %build NOCONFIGURE=1 ./autogen.sh @@ -74,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?enable_gui} %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/sysprof @@ -84,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT %endif %files cli +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/sysprof-cli