From b1d88974d9593707469759bcdedb5f0802a1db75 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:53:16 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libXdamage.manifest | 5 +++++ packaging/libXdamage.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libXdamage.manifest diff --git a/packaging/libXdamage.manifest b/packaging/libXdamage.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libXdamage.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libXdamage.spec b/packaging/libXdamage.spec index d55ce96..035a72b 100644 --- a/packaging/libXdamage.spec +++ b/packaging/libXdamage.spec @@ -6,6 +6,7 @@ Summary: X Damage extension library Url: http://www.x.org Group: Graphics/X Window System Source: %{name}-%{version}.tar.bz2 +Source1001: libXdamage.manifest BuildRequires: pkgconfig(damageproto) >= 1.1.0 BuildRequires: pkgconfig(xextproto) @@ -25,6 +26,7 @@ X.Org X11 libXdamage development package. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static @@ -39,12 +41,14 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libXdamage.so.1 %{_libdir}/libXdamage.so.1.1.0 %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/X11/extensions/Xdamage.h %{_libdir}/libXdamage.so -- 2.7.4