From: Alexandru Cornea Date: Mon, 1 Jul 2013 17:31:56 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/3.0.m2/base/20170104.082019~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fm4.git;a=commitdiff_plain;h=6040f4221aaadb850e9d32e5498d5c2002edb65d resetting manifest requested domain to floor --- diff --git a/packaging/m4.manifest b/packaging/m4.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/m4.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/m4.spec b/packaging/m4.spec index 77b4ec8..b34c22a 100644 --- a/packaging/m4.spec +++ b/packaging/m4.spec @@ -6,6 +6,7 @@ Summary: GNU m4 Url: http://www.gnu.org/software/m4/ Group: Development/Languages/Other Source: http://ftp.gnu.org/pub/gnu/m4/%{name}-%{version}.tar.bz2 +Source1001: m4.manifest Provides: base:/usr/bin/m4 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -14,6 +15,7 @@ GNU m4 is an implementation of the traditional Unix macro processor. %prep %setup -q +cp %{SOURCE1001} . %build %configure \ @@ -29,6 +31,7 @@ make %{?_smp_mflags} check || true %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_bindir}/*