!14 upgrade to 1.15
From: @kerongw Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
9d71d4c4ea
Binary file not shown.
BIN
libxcb-1.15.tar.xz
Normal file
BIN
libxcb-1.15.tar.xz
Normal file
Binary file not shown.
10
libxcb.spec
10
libxcb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A C binding to the X11 protocol
|
Summary: A C binding to the X11 protocol
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://xcb.freedesktop.org/
|
URL: https://xcb.freedesktop.org/
|
||||||
@ -43,7 +43,7 @@ sed -i 's/pthread-stubs //' configure.ac
|
|||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
%configure --docdir=%{_docdir}/%{name}-%{version} --enable-selinux \
|
%configure --docdir=%{_docdir}/%{name}-%{version} --enable-selinux \
|
||||||
--enable-xkb --enable-xinput --disable-xprint --disable-silent-rules \
|
--enable-xkb --enable-xinput --disable-xprint --disable-silent-rules \
|
||||||
--enable-unit-tests
|
--enable-unit-tests --disable-static
|
||||||
|
|
||||||
%disable_rpath
|
%disable_rpath
|
||||||
%make_build
|
%make_build
|
||||||
@ -69,7 +69,6 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/xcb
|
%{_includedir}/xcb
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
@ -79,6 +78,9 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
|
|||||||
%exclude %{_docdir}/%{name}-%{version}/COPYING
|
%exclude %{_docdir}/%{name}-%{version}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 27 2022 wangkerong <wangkerong@h-partners.com> - 1.15-1
|
||||||
|
- upgrade to 1.15
|
||||||
|
|
||||||
* Sun Apr 24 2022 yangcheng <yangcheng87@h-partners.com> - 1.14-2
|
* Sun Apr 24 2022 yangcheng <yangcheng87@h-partners.com> - 1.14-2
|
||||||
- enable check while building
|
- enable check while building
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user