From 6040f4221aaadb850e9d32e5498d5c2002edb65d Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:31:56 +0300 Subject: resetting manifest requested domain to floor --- packaging/m4.manifest | 5 +++++ packaging/m4.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/m4.manifest 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}/* -- cgit v1.2.3