diff options
-rw-r--r-- | packaging/man-db.manifest | 5 | ||||
-rw-r--r-- | packaging/man-db.spec | 3 |
2 files changed, 8 insertions, 0 deletions
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 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> 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 |