From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:39:33 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214547^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.m14.3_ivi;p=platform%2Fupstream%2Ftime.git resetting manifest requested domain to floor --- diff --git a/packaging/time.manifest b/packaging/time.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/time.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/time.spec b/packaging/time.spec index ba8dd9a..a659952 100644 --- a/packaging/time.spec +++ b/packaging/time.spec @@ -6,6 +6,7 @@ Summary: A GNU utility for monitoring a program's use of system resources Url: http://www.gnu.org/software/time/ Group: Applications/System Source: ftp://prep.ai.mit.edu/pub/gnu/%{name}/%{name}-%{version}.tar.bz2 +Source1001: time.manifest %description The GNU time utility runs another program, collects information about the resources used by that program while it is running, and displays @@ -13,6 +14,7 @@ the results. %prep %setup -q +cp %{SOURCE1001} . %build echo "ac_cv_func_wait3=\${ac_cv_func_wait3='yes'}" >> config.cache @@ -25,5 +27,6 @@ make %{?_smp_mflags} %docs_package %files +%manifest %{name}.manifest %license COPYING %{_bindir}/time