From 131e92ff834dd0dd01eb72e18f0f3444fee3990c 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/libXmu.manifest | 5 +++++ packaging/libXmu.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libXmu.manifest diff --git a/packaging/libXmu.manifest b/packaging/libXmu.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libXmu.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libXmu.spec b/packaging/libXmu.spec index 5d2059e..a961671 100644 --- a/packaging/libXmu.spec +++ b/packaging/libXmu.spec @@ -7,6 +7,7 @@ Url: http://www.x.org Group: Graphics/X Window System Source: %{name}-%{version}.tar.bz2 +Source1001: libXmu.manifest BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -26,6 +27,7 @@ X.Org X11 libXmu development package. %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static @@ -40,6 +42,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libXmu.so.6 @@ -48,6 +51,7 @@ make %{?_smp_mflags} %{_libdir}/libXmuu.so.1.0.0 %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/X11/Xmu %{_includedir}/X11/Xmu/Atoms.h -- 2.7.4