File android-base.spec of Package android-base
#
# spec file for package phosh-helpers
#
# Copyright (c) 2021 SUSE LLC
#
# 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: android-base
Version: v0.0.1
Release: 1%{?dist}
Summary: Android files for GSI image
License: GPL-3.0-or-later
URL: https://gitlab.com/slem.os/%{name}
Source0: android.conf
BuildArch: armv7hl armv6hl aarch64
%systemd_requires
%description
GSI image helpers package.
%prep
%build
%install
%{__install} -Dm0755 -t %{buildroot}%{_libdir}/sysusers.d/ %{SOURCE0}
%files
%dir %{_libdir}/sysusers.d/
%{_libdir}/sysusers.d/*
%changelog