File yast2-configuration-management.spec of Package yast2-configuration-management
#
# spec file for package yast2-configuration-management
#
# Copyright (c) 2020 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-configuration-management
Version: 4.1.8
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
URL: http://github.com/yast/yast-migration
# CWM DateField and TimeField widgets
BuildRequires: yast2 >= 4.1.53
BuildRequires: yast2-devtools
BuildRequires: yast2-installation
BuildRequires: rubygem(rspec)
BuildRequires: rubygem(yast-rake)
# CWM DateField and TimeField widgets
Requires: yast2 => 4.1.53
Requires: yast2-installation
BuildArch: noarch
Summary: YaST2 - YaST Configuration Management
License: GPL-2.0-only
Group: System/YaST
%description
This package contains the YaST2 component for Configuration Management Provisioning.
%prep
%setup -n %{name}-%{version}
%check
rake test:unit
%build
%install
rake install DESTDIR="%{buildroot}"
%files
%defattr(-,root,root)
%{yast_clientdir}/*.rb
%{yast_libdir}/y2configuration_management
%{yast_desktopdir}/*.desktop
%{yast_schemadir}/autoyast/rnc/*.rnc
%{yast_icondir}
%dir %{yast_docdir}
%license COPYING
%doc %{yast_docdir}/README.md
%doc %{yast_docdir}/CONTRIBUTING.md
%changelog