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