From 5e93b821fa2cbf208952a883b1587d1265276fd9 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:27:49 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/mkfontdir.manifest | 5 +++++ packaging/mkfontdir.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/mkfontdir.manifest diff --git a/packaging/mkfontdir.manifest b/packaging/mkfontdir.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/mkfontdir.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/mkfontdir.spec b/packaging/mkfontdir.spec index 174de0c..0b483c1 100644 --- a/packaging/mkfontdir.spec +++ b/packaging/mkfontdir.spec @@ -6,6 +6,7 @@ Summary: Utility to create index of X font files Url: http://xorg.freedesktop.org/ Group: System/X11/Utilities Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1001: mkfontdir.manifest BuildRequires: pkg-config BuildRequires: pkgconfig(xorg-macros) >= 1.8 # mkfontdir is just a wrapper around mkfontscale and won't do anything on it's own. @@ -19,6 +20,7 @@ around the mkfontscale program, which must be built and installed first. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -28,6 +30,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc ChangeLog COPYING README %{_bindir}/mkfontdir -- 2.7.4