- Enable x-selinux bindings.
This commit is contained in:
parent
d7bc8d0a15
commit
81bea9cde4
@ -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 <ajax@redhat.com> 1.1.91-2
|
||||
- Enable x-selinux bindings.
|
||||
|
||||
* Wed Sep 10 2008 Adam Jackson <ajax@redhat.com> 1.1.91-1
|
||||
- libxcb 1.1.91
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user