Compare commits
10 Commits
b627f6eec2
...
fd63b258b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd63b258b0 | ||
|
|
0b6ae92fde | ||
|
|
a8fbea0090 | ||
|
|
9d71d4c4ea | ||
|
|
a7ae72824e | ||
|
|
6414b631c1 | ||
|
|
149acc5e25 | ||
|
|
1a91e12696 | ||
|
|
eba49e92b0 | ||
|
|
66d60b3615 |
Binary file not shown.
BIN
libxcb-1.16.tar.xz
Normal file
BIN
libxcb-1.16.tar.xz
Normal file
Binary file not shown.
31
libxcb.spec
31
libxcb.spec
@ -1,14 +1,10 @@
|
|||||||
Name: libxcb
|
Name: libxcb
|
||||||
Version: 1.14
|
Version: 1.16
|
||||||
Release: 1
|
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/
|
||||||
<<<<<<< HEAD
|
|
||||||
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
|
||||||
=======
|
|
||||||
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz
|
|
||||||
>>>>>>> a3cba188aee1d61f8793ac24b32c15ad148e4659
|
|
||||||
|
|
||||||
# This is stolen straight from the pthread-stubs source:
|
# This is stolen straight from the pthread-stubs source:
|
||||||
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
|
||||||
@ -46,11 +42,15 @@ Man pages and other related documents for %{name}.
|
|||||||
sed -i 's/pthread-stubs //' configure.ac
|
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 --disable-static
|
||||||
|
|
||||||
%disable_rpath
|
%disable_rpath
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
|
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
|
||||||
@ -60,9 +60,6 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
|
|||||||
%delete_la
|
%delete_la
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_docdir}/%{name}-%{version}/COPYING
|
%{_docdir}/%{name}-%{version}/COPYING
|
||||||
@ -72,7 +69,6 @@ make check
|
|||||||
%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
|
||||||
@ -82,11 +78,16 @@ make check
|
|||||||
%exclude %{_docdir}/%{name}-%{version}/COPYING
|
%exclude %{_docdir}/%{name}-%{version}/COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
<<<<<<< HEAD
|
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 1.16-1
|
||||||
* Mon Jul 31 2020 chxssg<chxssg@qq.com> - 1.14-1
|
- update to version 1.16
|
||||||
=======
|
|
||||||
* Mon Jul 27 2020 chxssg<chxssg@qq.com> - 1.14-1
|
* Thu Oct 27 2022 wangkerong <wangkerong@h-partners.com> - 1.15-1
|
||||||
>>>>>>> a3cba188aee1d61f8793ac24b32c15ad148e4659
|
- 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
|
- update package to 1.14
|
||||||
|
|
||||||
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.13.1-2
|
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.13.1-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user