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