From 81bea9cde4ce4e14ab3251f382ae7f1b260f9dae Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 11 Sep 2008 19:11:18 +0000 Subject: [PATCH] - Enable x-selinux bindings. --- libxcb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libxcb.spec b/libxcb.spec index 71794bf..53eff29 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -1,6 +1,6 @@ Name: libxcb Version: 1.1.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A C binding to the X11 protocol Group: System Environment/Libraries @@ -53,7 +53,8 @@ The %{name}-doc package contains documentation for the %{name} library. %build autoreconf -v --install -%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} +%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \ + --enable-xselinux make %{?_smp_mflags} %install @@ -83,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/doc/%{name}-%{version} %changelog +* Thu Sep 11 2008 Adam Jackson 1.1.91-2 +- Enable x-selinux bindings. + * Wed Sep 10 2008 Adam Jackson 1.1.91-1 - libxcb 1.1.91