From c521d788537b4186afd5ab2f108f424a57b97aa4 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:48:27 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/man-db.manifest | 5 +++++ packaging/man-db.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/man-db.manifest diff --git a/packaging/man-db.manifest b/packaging/man-db.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/man-db.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/man-db.spec b/packaging/man-db.spec index 4c11100..3453f41 100644 --- a/packaging/man-db.spec +++ b/packaging/man-db.spec @@ -6,6 +6,7 @@ Summary: A set of documentation tools: man, apropos and whatis Url: http://man-db.nongnu.org/ Group: System/Base Source: %{name}-%{version}.tar.xz +Source1001: man-db.manifest BuildRequires: db4-devel BuildRequires: gettext BuildRequires: groff @@ -31,6 +32,7 @@ primary way to find documentation on a Linux system. %prep %setup -q +cp %{SOURCE1001} . %build %configure --libdir=%{_libdir} \ @@ -60,6 +62,7 @@ rm %{buildroot}%{_bindir}/zsoelim %docs_package %files +%manifest %{name}.manifest %config(noreplace) %{_sysconfdir}/man_db.conf %{_bindir}/apropos %{_bindir}/catman -- 2.7.4