]> git.pld-linux.org Git - packages/xcb-proto.git/blame - xcb-proto.spec
- updated to 1.14
[packages/xcb-proto.git] / xcb-proto.spec
CommitLineData
a31ed8cd 1Summary: XML-XCB protocol description files
d4c620d8 2Summary(pl.UTF-8): Pliki opisu protokołu XML-XCB
45b8deae 3Name: xcb-proto
6bd22fd1 4Version: 1.14
f1374e0d 5Release: 1
45b8deae
JB
6License: MIT
7Group: Development/Libraries
6bd22fd1
JB
8#Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
9Source0: https://xorg.freedesktop.org/releases/individual/proto/%{name}-%{version}.tar.xz
10# Source0-md5: 4a053ca2456007a343024a0452dbf13b
f1374e0d 11URL: https://xcb.freedesktop.org/
cca2014e 12BuildRequires: libxml2-progs
8c8d932b 13BuildRequires: python >= 1:2.5
278429fb
JB
14BuildRequires: rpm-pythonprov
15BuildRequires: rpmbuild(macros) >= 1.219
6bd22fd1
JB
16BuildRequires: tar >= 1:1.22
17BuildRequires: xz
18Requires: python >= 1:2.5
45b8deae
JB
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
a31ed8cd
JB
22xcb-proto provides the XML-XCB protocol descriptions that libxcb uses
23to generate the majority of its code and API. They are provided
24separately from libxcb to allow reuse by other projects, such as
25additional language bindings, protocol dissectors, or documentation
26generators.
45b8deae 27
7392d99e
JR
28%description -l pl.UTF-8
29xcb-proto zawiera opisy protokołu XML-XCB używane przez libxcb do
30generowania większości swojego kodu i API. Są dostarczane osobno, aby
31umożliwić wykorzystanie przez inne projekty, takie jak dodatkowe
32dowiązania dla innych języków, analizatory protokołu czy generatory
a31ed8cd 33dokumentacji.
45b8deae
JB
34
35%prep
36%setup -q
37
38%build
39%configure
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
0db5b06e
AM
48%py_comp $RPM_BUILD_ROOT
49%py_ocomp $RPM_BUILD_ROOT
50%py_postclean
51
45b8deae
JB
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
6bd22fd1 57%doc COPYING NEWS README.md TODO doc/xml-xcb.txt
bc364925 58%{_datadir}/xcb
45b8deae 59%{_pkgconfigdir}/xcb-proto.pc
0db5b06e 60%{py_sitescriptdir}/xcbgen
This page took 0.061895 seconds and 4 git commands to generate.