]> git.pld-linux.org Git - packages/xcb-proto.git/blame - xcb-proto.spec
- converted to UTF-8
[packages/xcb-proto.git] / xcb-proto.spec
CommitLineData
a31ed8cd 1Summary: XML-XCB protocol description files
7392d99e 2Summary(pl.UTF-8): Pliki opisu protokołu XML-XCB
45b8deae 3Name: xcb-proto
b16b249f 4Version: 1.0
45b8deae
JB
5Release: 1
6License: MIT
7Group: Development/Libraries
8Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2
b16b249f 9# Source0-md5: d31407eaae7e52d100645217767a41aa
45b8deae
JB
10URL: http://xcb.freedesktop.org/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
a31ed8cd
JB
14xcb-proto provides the XML-XCB protocol descriptions that libxcb uses
15to generate the majority of its code and API. They are provided
16separately from libxcb to allow reuse by other projects, such as
17additional language bindings, protocol dissectors, or documentation
18generators.
45b8deae 19
7392d99e
JR
20%description -l pl.UTF-8
21xcb-proto zawiera opisy protokołu XML-XCB używane przez libxcb do
22generowania większości swojego kodu i API. Są dostarczane osobno, aby
23umożliwić wykorzystanie przez inne projekty, takie jak dodatkowe
24dowiązania dla innych języków, analizatory protokołu czy generatory
a31ed8cd 25dokumentacji.
45b8deae
JB
26
27%prep
28%setup -q
29
30%build
31%configure
32%{__make}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
a31ed8cd 45%doc COPYING NEWS README TODO doc/xml-xcb.txt
bc364925 46%{_datadir}/xcb
45b8deae 47%{_pkgconfigdir}/xcb-proto.pc
This page took 0.057876 seconds and 4 git commands to generate.