]> git.pld-linux.org Git - packages/wayland-protocols.git/blob - wayland-protocols.spec
fdf81cadaae2dc2fad85b202b8d609723583c5d4
[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.26
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 #Source0Download: https://wayland.freedesktop.org/releases.html
9 Source0:        https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
10 # Source0-md5:  0c6b3e037f3881650d9a53610dd235c7
11 URL:            https://wayland.freedesktop.org/
12 BuildRequires:  meson >= 0.55.0
13 BuildRequires:  ninja >= 1.5
14 BuildRequires:  pkgconfig
15 BuildRequires:  rpmbuild(macros) >= 1.736
16 BuildRequires:  tar >= 1:1.22
17 BuildRequires:  wayland-devel >= 1.20.0
18 BuildRequires:  xz
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 wayland-protocols contains Wayland protocols that adds functionality
24 not available in the Wayland core protocol. Such protocols either adds
25 completely new functionality, or extends the functionality of some
26 other protocol either in Wayland core, or some other protocol in
27 wayland-protocols.
28
29 %description -l pl.UTF-8
30 Pakiet wayland-protocols zawiera protokoły Wayland dodające
31 funkcjonalność niedostępną w podstawowym protokole Wayland. Protokoły
32 te dodają zupełnie funkcje, albo rozszerzają funkcjonalność innego
33 protokołu spośród postawiowych protokołów Wayland lub innego protokołu
34 z wayland-protocols.
35
36 %prep
37 %setup -q
38
39 %build
40 %meson build
41
42 %ninja_build -C build
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %ninja_install -C build
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING GOVERNANCE.md MEMBERS.md README.md
55 %{_datadir}/wayland-protocols
56 %{_npkgconfigdir}/wayland-protocols.pc
This page took 0.044411 seconds and 3 git commands to generate.