enable-xkb for weston. --disable-xprint instead of manual rm.
This commit is contained in:
parent
97070943f3
commit
d2a6bc43bc
10
libxcb.spec
10
libxcb.spec
@ -1,6 +1,6 @@
|
||||
Name: libxcb
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A C binding to the X11 protocol
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -53,14 +53,12 @@ The %{name}-doc package contains documentation for the %{name} library.
|
||||
sed -i 's/pthread-stubs //' configure.ac
|
||||
autoreconf -v --install
|
||||
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version} \
|
||||
--enable-selinux
|
||||
--enable-selinux --enable-xkb --disable-xprint
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libxcb-xprint.so*
|
||||
rm -f $RPM_BUILD_ROOT/%{_includedir}/xcb/xprint.h
|
||||
install -m 644 COPYING NEWS README $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}
|
||||
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
|
||||
|
||||
@ -91,6 +89,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libxcb-xf86dri.so.0*
|
||||
%{_libdir}/libxcb-xfixes.so.0*
|
||||
%{_libdir}/libxcb-xinerama.so.0*
|
||||
%{_libdir}/libxcb-xkb.so.0*
|
||||
%{_libdir}/libxcb-xselinux.so.0*
|
||||
%{_libdir}/libxcb-xtest.so.0*
|
||||
%{_libdir}/libxcb-xv.so.0*
|
||||
@ -108,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/doc/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 1.8.1-3
|
||||
- --enable-xkb for weston. --disable-xprint instead of manual rm.
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user