From 0c7982d298506455d395d999cd0c597aeb3d8a4a Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:58:42 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/font-util.manifest | 5 +++++ packaging/font-util.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/font-util.manifest diff --git a/packaging/font-util.manifest b/packaging/font-util.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/font-util.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/font-util.spec b/packaging/font-util.spec index bff6292..bf4f1ff 100644 --- a/packaging/font-util.spec +++ b/packaging/font-util.spec @@ -7,6 +7,7 @@ Url: http://xorg.freedesktop.org/ Group: System/X11/Fonts Source: %{name}-%{version}.tar.bz2 Source1: http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT +Source1001: font-util.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.8 @@ -16,6 +17,7 @@ creation/installation. %prep %setup -q +cp %{SOURCE1001} . # see Bug 194720 for details cp %{SOURCE1} map-JISX0201.1976-0 @@ -26,6 +28,7 @@ cp %{SOURCE1} map-JISX0201.1976-0 %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_bindir}/bdftruncate -- 2.7.4