Rebuild against new xproto to pick up support for new keysyms
This commit is contained in:
parent
c22400edc5
commit
f8cbb31f4c
10
libX11.spec
10
libX11.spec
@ -5,7 +5,7 @@
|
||||
Summary: Core X11 protocol client library
|
||||
Name: libX11
|
||||
Version: 1.6.5
|
||||
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -59,8 +59,6 @@ autoreconf -v --install --force
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
|
||||
# create/own compose cache dir
|
||||
@ -75,9 +73,6 @@ find $RPM_BUILD_ROOT -name 'Xcms.txt' -delete
|
||||
# FIXME package these properly
|
||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
@ -115,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man5/*.5*
|
||||
|
||||
%changelog
|
||||
* Fri May 12 2017 Hans de Goede <hdegoede@redhat.com> - 1.6.5-2
|
||||
- Rebuild against new xproto to pick up support for new keysyms
|
||||
|
||||
* Wed Apr 26 2017 Adam Jackson <ajax@redhat.com> - 1.6.5-1
|
||||
- libX11 1.6.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user