]> git.pld-linux.org Git - packages/wayland-protocols.git/blob - wayland-protocols.spec
- updated to 1.13
[packages/wayland-protocols.git] / wayland-protocols.spec
1 Summary:        Wayland protocol files
2 Summary(pl.UTF-8):      Pliki protokołu Wayland
3 Name:           wayland-protocols
4 Version:        1.13
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 Source0:        https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
9 # Source0-md5:  29312149dafcd4a0e739ba94995a574d
10 URL:            https://wayland.freedesktop.org/
11 BuildRequires:  pkgconfig
12 BuildRequires:  wayland-devel
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 wayland-protocols contains Wayland protocols that adds functionality
18 not available in the Wayland core protocol. Such protocols either adds
19 completely new functionality, or extends the functionality of some
20 other protocol either in Wayland core, or some other protocol in
21 wayland-protocols.
22
23 %description -l pl.UTF-8
24 Pakiet wayland-protocols zawiera protokoły Wayland dodające
25 funkcjonalność niedostępną w podstawowym protokole Wayland. Protokoły
26 te dodają zupełnie funkcje, albo rozszerzają funkcjonalność innego
27 protokołu spośród postawiowych protokołów Wayland lub innego protokołu
28 z wayland-protocols.
29
30 %prep
31 %setup -q
32
33 %build
34 %configure \
35 %if "%{_gnu}" != "-gnux32"
36         --host=%{_host} \
37         --build=%{_host} \
38 %endif
39         --disable-silent-rules
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING README
55 %{_datadir}/wayland-protocols
56 %{_npkgconfigdir}/wayland-protocols.pc
This page took 0.073993 seconds and 4 git commands to generate.