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