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