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