cage/cage.spec

54 lines
1.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package cage
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: cage
Version: 0.1.1
Release: 0
Summary: Wayland Kiosk
License: MIT
Group: System/GUI/Other
URL: https://www.hjdskes.nl/projects/cage/
Source: https://github.com/Hjdskes/cage/archive/v%{version}.tar.gz
BuildRequires: libpixman-1-0-devel
BuildRequires: meson >= 0.43.0
BuildRequires: pkgconfig
BuildRequires: wlroots-devel >= 0.6
BuildRequires: pkgconfig(wayland-protocols) >= 1.14
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(xkbcommon)
%description
A Wayland Kiosk.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/cage
%changelog