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