2013-06-24 15:58:37 +02:00
|
|
|
#
|
|
|
|
# spec file for package yast2-services-manager
|
|
|
|
#
|
2019-01-29 14:30:50 +01:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-06-24 15:58:37 +02:00
|
|
|
#
|
|
|
|
# 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 http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2013-07-24 16:33:02 +02:00
|
|
|
######################################################################
|
|
|
|
#
|
|
|
|
# IMPORTANT: Please do not change spec file in build service directly
|
|
|
|
# Use https://github.com/yast/yast-services-manager repo
|
|
|
|
#
|
|
|
|
######################################################################
|
|
|
|
|
2013-06-24 15:58:37 +02:00
|
|
|
Name: yast2-services-manager
|
2019-09-09 11:11:06 +02:00
|
|
|
Version: 4.2.5
|
2013-06-24 15:58:37 +02:00
|
|
|
Release: 0
|
2019-06-04 17:41:38 +02:00
|
|
|
Summary: YaST2 - Services Manager
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Group: System/YaST
|
|
|
|
Url: https://github.com/yast/yast-services-manager
|
2013-06-24 15:58:37 +02:00
|
|
|
|
2013-11-28 09:27:50 +01:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2013-06-24 15:58:37 +02:00
|
|
|
|
|
|
|
BuildRequires: ruby
|
|
|
|
BuildRequires: update-desktop-files
|
2018-09-20 19:51:10 +02:00
|
|
|
# Yast2::Firewalld::Interface#zone returns a Zone object
|
|
|
|
BuildRequires: yast2 >= 4.1.17
|
2013-07-24 16:33:02 +02:00
|
|
|
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
2018-08-22 14:01:43 +02:00
|
|
|
# To show service logs
|
|
|
|
BuildRequires: yast2-journal >= 4.1.1
|
2014-06-06 16:32:56 +02:00
|
|
|
# Support for 'data' directory in rake install task
|
2019-06-04 17:41:38 +02:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2019-08-22 17:16:30 +02:00
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) >= 0.1.7
|
2013-06-24 15:58:37 +02:00
|
|
|
|
2019-06-04 17:41:38 +02:00
|
|
|
Requires: ruby
|
|
|
|
# Yast2::Firewalld::Interface#zone returns a Zone object
|
|
|
|
Requires: yast2 >= 4.1.17
|
|
|
|
Requires: yast2-ruby-bindings >= 1.2.0
|
|
|
|
|
|
|
|
# To show service logs
|
|
|
|
Suggests: yast2-journal >= 4.1.1
|
|
|
|
|
|
|
|
Obsoletes: yast2-runlevel
|
|
|
|
|
|
|
|
# need new enough installation for its inst clients
|
|
|
|
Conflicts: yast2-installation < 3.1.32
|
|
|
|
Conflicts: yast2-runlevel
|
|
|
|
|
|
|
|
BuildArch: noarch
|
2013-06-24 15:58:37 +02:00
|
|
|
|
|
|
|
%description
|
2013-10-25 15:22:52 +02:00
|
|
|
Provides user interface and libraries to configure systemd
|
|
|
|
services and targets.
|
2013-06-24 15:58:37 +02:00
|
|
|
|
|
|
|
%prep
|
2019-06-04 17:41:38 +02:00
|
|
|
%setup -q
|
2013-06-24 15:58:37 +02:00
|
|
|
|
2014-01-16 09:02:26 +01:00
|
|
|
%build
|
|
|
|
|
2013-11-04 14:22:17 +01:00
|
|
|
%check
|
2014-06-06 16:32:56 +02:00
|
|
|
rake test:unit
|
2013-06-24 15:58:37 +02:00
|
|
|
|
|
|
|
%install
|
2019-06-04 17:41:38 +02:00
|
|
|
%yast_install
|
|
|
|
%yast_metainfo
|
2013-06-24 15:58:37 +02:00
|
|
|
|
|
|
|
%files
|
2019-06-04 17:41:38 +02:00
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_schemadir}
|
|
|
|
%{yast_libdir}
|
|
|
|
%{yast_ydatadir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
2018-11-28 18:01:01 +01:00
|
|
|
%{yast_icondir}
|
2019-06-04 17:41:38 +02:00
|
|
|
%doc %{yast_docdir}
|
2018-10-16 17:57:19 +02:00
|
|
|
%license COPYING
|
2013-06-24 15:58:37 +02:00
|
|
|
|
|
|
|
%changelog
|