package init
This commit is contained in:
commit
88fe73792a
BIN
xcb-proto-1.13.tar.bz2
Normal file
BIN
xcb-proto-1.13.tar.bz2
Normal file
Binary file not shown.
40
xcb-proto.spec
Normal file
40
xcb-proto.spec
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
Name: xcb-proto
|
||||||
|
Version: 1.13
|
||||||
|
Release: 6
|
||||||
|
Summary: XCB protocol descriptions
|
||||||
|
License: MIT
|
||||||
|
URL: https://xcb.freedesktop.org/
|
||||||
|
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
BuildRequires: python3-devel
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
|
%description
|
||||||
|
The X protocol C-language Binding (XCB) is a replacement for
|
||||||
|
Xlib featuring a small footprint, latency hiding, direct access
|
||||||
|
to the protocol, improved threading support, and extensibility.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
export PYTHON="python3"
|
||||||
|
%configure --libdir=%{_datadir}
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc COPYING NEWS README TODO doc/xml-xcb.txt
|
||||||
|
%{_datadir}/pkgconfig/xcb-proto.pc
|
||||||
|
%dir %{_datadir}/xcb/
|
||||||
|
%{_datadir}/xcb/*.xsd
|
||||||
|
%{_datadir}/xcb/*.xml
|
||||||
|
%{python3_sitelib}/xcbgen
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Nov 28 2019 yangjian<yangjian79@huawei.com> - 1.13-6
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user