From 219225ef368b16d2bf9341c8fe56b2adf2a44fec Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:08:08 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libXres.manifest | 5 +++++ packaging/libXres.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libXres.manifest diff --git a/packaging/libXres.manifest b/packaging/libXres.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libXres.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libXres.spec b/packaging/libXres.spec index f591932..f949343 100644 --- a/packaging/libXres.spec +++ b/packaging/libXres.spec @@ -6,6 +6,7 @@ Summary: X-Resource extension client library Url: http://www.x.org Group: Graphics/X Window System Source0: %{name}-%{version}.tar.bz2 +Source1001: libXres.manifest BuildRequires: pkgconfig(resourceproto) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xorg-macros) @@ -25,6 +26,7 @@ X.Org X11 libXres development package %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -40,12 +42,14 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libXRes.so.1 %{_libdir}/libXRes.so.1.0.0 %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/X11/extensions/XRes.h %{_libdir}/libXRes.so -- 2.7.4