]> git.pld-linux.org Git - packages/wayland-protocols.git/blame - wayland-protocols.spec
- updated to 1.13
[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
55fbf75c 4Version: 1.13
29b42cc1 5Release: 1
bc1293e2
JB
6License: MIT
7Group: Libraries
8Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
55fbf75c 9# Source0-md5: 29312149dafcd4a0e739ba94995a574d
bc1293e2
JB
10URL: https://wayland.freedesktop.org/
11BuildRequires: pkgconfig
12BuildRequires: wayland-devel
1492d14a 13BuildArch: noarch
bc1293e2
JB
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 \
79724d7d
JB
35%if "%{_gnu}" != "-gnux32"
36 --host=%{_host} \
37 --build=%{_host} \
38%endif
bc1293e2
JB
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.047098 seconds and 4 git commands to generate.