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