2007-01-16 00:44:34 +01:00
|
|
|
#
|
2011-02-03 22:12:23 +01:00
|
|
|
# spec file for package yast2-ntp-client
|
2007-01-16 00:44:34 +01:00
|
|
|
#
|
2017-01-02 12:10:37 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-02-03 22:12:23 +01: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/
|
|
|
|
#
|
|
|
|
|
2008-02-20 16:36:14 +01:00
|
|
|
|
2011-02-03 22:12:23 +01:00
|
|
|
Name: yast2-ntp-client
|
2017-01-26 13:07:42 +01:00
|
|
|
Version: 3.2.5
|
2011-09-13 14:58:20 +02:00
|
|
|
Release: 0
|
2014-04-01 13:36:16 +02:00
|
|
|
Summary: YaST2 - NTP Client Configuration
|
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/YaST
|
2011-02-03 22:12:23 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-10-08 14:49:09 +02:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2016-12-15 15:36:32 +01:00
|
|
|
BuildRequires: augeas-lenses
|
2017-01-02 12:10:37 +01:00
|
|
|
BuildRequires: autoyast2-installation
|
2012-01-04 13:29:06 +01:00
|
|
|
BuildRequires: perl-XML-Writer
|
|
|
|
BuildRequires: update-desktop-files
|
2014-02-04 10:56:22 +01:00
|
|
|
BuildRequires: yast2 >= 3.1.11
|
2011-02-03 22:12:23 +01:00
|
|
|
BuildRequires: yast2-country-data
|
2013-12-11 14:15:57 +01:00
|
|
|
BuildRequires: yast2-devtools >= 3.1.10
|
2016-12-15 15:36:32 +01:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:cfa) >= 0.4.2
|
2016-06-10 13:28:31 +02:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
|
|
|
|
2007-03-13 00:32:03 +01:00
|
|
|
#SLPAPI.pm
|
2008-04-11 22:14:29 +02:00
|
|
|
# Hostname::CurrentDomain
|
2011-09-29 13:18:29 +02:00
|
|
|
# Wizard::SetDesktopTitleAndIcon
|
2016-12-15 15:36:32 +01:00
|
|
|
Requires: augeas-lenses
|
2014-02-04 10:56:22 +01:00
|
|
|
Requires: yast2 >= 3.1.11
|
2012-07-18 16:18:07 +02:00
|
|
|
Requires: yast2-country-data
|
2013-07-31 11:39:20 +02:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
2016-12-15 15:36:32 +01:00
|
|
|
Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.4.2
|
2014-04-01 13:36:16 +02:00
|
|
|
BuildArch: noarch
|
2016-04-18 15:56:40 +02:00
|
|
|
# New sntp command line syntax
|
|
|
|
Conflicts: ntp < 4.2.8
|
2007-01-16 00:44:34 +01:00
|
|
|
|
2016-06-09 17:22:23 +02:00
|
|
|
Obsoletes: yast2-ntp-client-devel-doc
|
|
|
|
|
2007-01-16 00:44:34 +01:00
|
|
|
%description
|
|
|
|
This package contains the YaST2 component for NTP client configuration.
|
|
|
|
|
|
|
|
%prep
|
2013-10-08 14:49:09 +02:00
|
|
|
%setup -n %{name}-%{version}
|
2007-01-16 00:44:34 +01:00
|
|
|
|
2016-06-10 13:28:31 +02:00
|
|
|
%check
|
|
|
|
rake test:unit
|
|
|
|
|
2007-01-16 00:44:34 +01:00
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2016-06-10 13:28:31 +02:00
|
|
|
rake install DESTDIR="%{buildroot}"
|
2007-01-16 00:44:34 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2013-10-08 14:49:09 +02:00
|
|
|
%dir %{yast_yncludedir}/ntp-client
|
2016-12-15 15:36:32 +01:00
|
|
|
%{yast_clientdir}/*
|
|
|
|
%{yast_dir}/lib
|
2013-10-08 14:49:09 +02:00
|
|
|
%{yast_yncludedir}/ntp-client/*
|
|
|
|
%{yast_scrconfdir}/cfg_ntp.scr
|
|
|
|
%{yast_scrconfdir}/etc_ntp.scr
|
|
|
|
%{yast_moduledir}/*.rb
|
|
|
|
%{yast_desktopdir}/ntp-client.desktop
|
|
|
|
%{yast_ydatadir}/ntp_servers.yml
|
|
|
|
%{yast_schemadir}/autoyast/rnc/ntpclient.rnc
|
|
|
|
|
|
|
|
%dir %{yast_docdir}
|
|
|
|
%doc %{yast_docdir}/COPYING
|
2016-06-10 13:28:31 +02:00
|
|
|
%doc %{yast_docdir}/README.md
|
|
|
|
%doc %{yast_docdir}/CONTRIBUTING.md
|
2013-08-15 11:22:15 +02:00
|
|
|
|
2011-02-03 22:12:23 +01:00
|
|
|
%changelog
|