File yast2-gpmc.spec of Package yast2-gpmc
#
# spec file for package yast2-gpmc
#
# 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: yast2-gpmc
Version: 1.5.1
Release: 0
Summary: Group Policy Management Console for YaST
License: GPL-3.0-only
Group: Productivity/Networking/Samba
URL: https://github.com/yast/yast2-gpmc
Source: %{name}-%{version}.tar.bz2
BuildRequires: perl-XML-Writer
BuildRequires: python3
BuildRequires: update-desktop-files
BuildRequires: yast2
BuildRequires: yast2-devtools
BuildRequires: yast2-testsuite
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
Requires: krb5-client
Requires: python3-ldap
Requires: samba-ad-dc
Requires: samba-client
Requires: samba-python3 >= 4.10.0
Requires: yast2
Requires: yast2-adcommon-python >= 1.0
Requires: yast2-python3-bindings >= 4.0.0
Provides: yast-gpmc = %{version}
Obsoletes: yast-gpmc < %{version}
BuildArch: noarch
%description
The Group Policy Management console for YaST provides tools for creating and
modifying Group Policy Objects in Active Directory.
%prep
%setup -q
%build
%install
%yast_install
%yast_metainfo
%files
%{yast_yncludedir}
%{yast_clientdir}
%{yast_desktopdir}
%{yast_metainfodir}
%license COPYING
%doc %{yast_docdir}
%changelog