]> git.pld-linux.org Git - packages/wayland-protocols.git/blob - wayland-protocols.spec
- updated to 1.20
[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.20
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 #Source0Download: https://wayland.freedesktop.org/releases.html
9 Source0:        https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
10 # Source0-md5:  b0836533a3f2dc6585b1dae00341157f
11 URL:            https://wayland.freedesktop.org/
12 BuildRequires:  pkgconfig
13 BuildRequires:  wayland-devel
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 wayland-protocols contains Wayland protocols that adds functionality
19 not available in the Wayland core protocol. Such protocols either adds
20 completely new functionality, or extends the functionality of some
21 other protocol either in Wayland core, or some other protocol in
22 wayland-protocols.
23
24 %description -l pl.UTF-8
25 Pakiet wayland-protocols zawiera protokoły Wayland dodające
26 funkcjonalność niedostępną w podstawowym protokole Wayland. Protokoły
27 te dodają zupełnie funkcje, albo rozszerzają funkcjonalność innego
28 protokołu spośród postawiowych protokołów Wayland lub innego protokołu
29 z wayland-protocols.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure \
36 %if "%{_gnu}" != "-gnux32"
37         --host=%{_host} \
38         --build=%{_host} \
39 %endif
40         --disable-silent-rules
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
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.03744 seconds and 3 git commands to generate.