]> git.pld-linux.org Git - packages/xorg-app-xisxwayland.git/blame - xorg-app-xisxwayland.spec
- updated to 2
[packages/xorg-app-xisxwayland.git] / xorg-app-xisxwayland.spec
CommitLineData
b72e5614
JB
1Summary: xisxwayland tool to check whether X server is Xwayland
2Summary(pl.UTF-8): Narzędzie xisxwayland do sprawdzania, czy serwer X to Xwayland
3Name: xorg-app-xisxwayland
873ba453 4Version: 2
b72e5614
JB
5Release: 1
6License: MIT
7Group: X11/Applications
8Source0: https://xorg.freedesktop.org/releases/individual/app/xisxwayland-%{version}.tar.xz
873ba453 9# Source0-md5: f13f49dd8330d59d684b09c625bf05fe
b72e5614
JB
10URL: https://xorg.freedesktop.org/
11BuildRequires: meson >= 0.41.0
12BuildRequires: ninja >= 1.5
13BuildRequires: pkgconfig >= 1:0.19
14BuildRequires: rpmbuild(macros) >= 1.736
15BuildRequires: xorg-lib-libX11-devel
16BuildRequires: xorg-lib-libXrandr-devel
17BuildRequires: tar >= 1:1.22
18BuildRequires: xz
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22xisxwayland is a tool to be used within shell scripts to determine
23whether the X server in use is Xwayland.
24
25%description -l pl.UTF-8
26xisxwayland to narzędzie, którego można używać w skryptach powłoki do
27określenia, czy używany serwer X to Xwayland.
28
29%prep
30%setup -q -n xisxwayland-%{version}
31
32%build
33%meson build
34
35%ninja_build -C build
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%ninja_install -C build
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc COPYING README.md
48%attr(755,root,root) %{_bindir}/xisxwayland
49%{_mandir}/man1/xisxwayland.1*
This page took 0.192365 seconds and 4 git commands to generate.