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