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