From acbf8e04c66b765acd5f1a79fef457de7f7cbb0f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:07:52 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libfontenc.manifest | 5 +++++ packaging/libfontenc.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libfontenc.manifest diff --git a/packaging/libfontenc.manifest b/packaging/libfontenc.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libfontenc.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libfontenc.spec b/packaging/libfontenc.spec index a68247a..ae313d7 100644 --- a/packaging/libfontenc.spec +++ b/packaging/libfontenc.spec @@ -6,6 +6,7 @@ Summary: X Url: http://www.x.org Group: System/Libraries Source: %{name}-%{version}.tar.bz2 +Source1001: libfontenc.manifest BuildRequires: autoconf BuildRequires: zlib-devel BuildRequires: pkgconfig(xorg-macros) @@ -24,6 +25,7 @@ font encoding library development package %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -39,6 +41,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc COPYING %{_libdir}/libfontenc.so.1 @@ -46,6 +49,7 @@ make %{?_smp_mflags} %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/X11 %dir %{_includedir}/X11/fonts -- 2.7.4