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