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