From c96806376d21e0bf7c2150ecf68c3d530572b68b Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:39:33 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/time.manifest | 5 +++++ packaging/time.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/time.manifest 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 -- 2.7.4