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