From 3d0cbf402db9d266a10967328e6d83ffb77a192a Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:41:20 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libXfontcache.manifest | 5 +++++ packaging/libXfontcache.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libXfontcache.manifest diff --git a/packaging/libXfontcache.manifest b/packaging/libXfontcache.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libXfontcache.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libXfontcache.spec b/packaging/libXfontcache.spec index 2c1709c..7a142e0 100644 --- a/packaging/libXfontcache.spec +++ b/packaging/libXfontcache.spec @@ -7,6 +7,7 @@ Group: Development/Libraries Url: http://xorg.freedesktop.org/ Source: %name-%version.tar.bz2 +Source1001: libXfontcache.manifest BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: pkgconfig(fontcacheproto) @@ -33,6 +34,7 @@ in %name. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static @@ -47,11 +49,13 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %_libdir/libXfontcache.so.1* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %_libdir/libXfontcache.so %_libdir/pkgconfig/xfontcache.pc -- 2.7.4