]> git.pld-linux.org Git - packages/wayland-protocols.git/blame_incremental - wayland-protocols.spec
Update to 1.7
[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.7
5Release: 1
6License: MIT
7Group: Libraries
8Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
9# Source0-md5: 9acfc9556f7cfedc44d97af60da66a5f
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%if "%{_gnu}" != "-gnux32"
36 --host=%{_host} \
37 --build=%{_host} \
38%endif
39 --disable-silent-rules
40
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc COPYING README
55%{_datadir}/wayland-protocols
56%{_npkgconfigdir}/wayland-protocols.pc
This page took 0.065025 seconds and 4 git commands to generate.