]> git.pld-linux.org Git - packages/wayland-protocols.git/blame_incremental - wayland-protocols.spec
- updated to 1.16
[packages/wayland-protocols.git] / wayland-protocols.spec
... / ...
CommitLineData
1Summary: Wayland protocol files
2Summary(pl.UTF-8): Pliki protokołu Wayland
3Name: wayland-protocols
4Version: 1.16
5Release: 1
6License: MIT
7Group: Libraries
8#Source0Download: https://wayland.freedesktop.org/releases.html
9Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
10# Source0-md5: e0b523ff162e30bab46be1d65d527683
11URL: https://wayland.freedesktop.org/
12BuildRequires: pkgconfig
13BuildRequires: wayland-devel
14BuildArch: noarch
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 \
36%if "%{_gnu}" != "-gnux32"
37 --host=%{_host} \
38 --build=%{_host} \
39%endif
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.060149 seconds and 4 git commands to generate.