Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
bdb2c6d3cf
!13 【轻量级 PR】:fix bogus date
From: @zhangshaoning_uniontech 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-16 02:13:12 +00:00
openeuler-ci-bot
72373372ce
!15 [sync] PR-14: upgrade to 1.15
From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2022-11-09 09:37:31 +00:00
wangkerong
e2cc722557 upgrade to 1.15
(cherry picked from commit a7ae72824e0ebb03b672dfe2319a0f01b908bdb9)
2022-11-08 19:33:12 +08:00
zhangshaoning
708637e11d
fix bogus date 2022-06-16 07:17:28 +00:00
openeuler-ci-bot
25a056a94f
!11 [sync] PR-9: enable check while building
From: @openeuler-sync-bot 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-04-26 01:36:22 +00:00
yangcheng1203
165ee1bad6 enable check while building
(cherry picked from commit e8efc36f57388d5e626a51cd3ea7b205f4ce27f5)
2022-04-25 16:00:30 +08:00
openeuler-ci-bot
eba49e92b0 !6 update to 1.14
Merge pull request !6 from 陈向/master
2020-07-31 14:52:26 +08:00
chxssg
66d60b3615 update to 1.14 2020-07-31 10:21:45 +08:00
chxssg
b627f6eec2 update to 1.14 xz 2020-07-31 10:14:52 +08:00
t_feng
a3cba188ae update to 1.14 2020-07-27 14:53:13 +08:00
3 changed files with 18 additions and 6 deletions

Binary file not shown.

BIN
libxcb-1.15.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libxcb
Version: 1.13.1
Release: 2
Version: 1.15
Release: 1
Summary: A C binding to the X11 protocol
License: MIT
URL: https://xcb.freedesktop.org/
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
# This is stolen straight from the pthread-stubs source:
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
@ -42,14 +42,18 @@ Man pages and other related documents for %{name}.
sed -i 's/pthread-stubs //' configure.ac
autoreconf -ivf
%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 --disable-static
%disable_rpath
%make_build
%check
make check
%install
%make_install
install -pm 644 COPYING NEWS README $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc
@ -65,7 +69,6 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%defattr(-,root,root)
%{_includedir}/xcb
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
@ -75,5 +78,14 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%exclude %{_docdir}/%{name}-%{version}/COPYING
%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
- enable check while building
* Fri Jul 31 2020 chxssg<chxssg@qq.com> - 1.14-1
- update package to 1.14
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.13.1-2
- Package init