2014-02-01 13:58:53 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Config-Model-TkUI
|
|
|
|
#
|
2024-01-04 15:17:24 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-02-01 13:58:53 +00: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.
|
|
|
|
|
2018-10-07 22:05:38 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-01 13:58:53 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2021-01-04 16:40:47 +00:00
|
|
|
%define cpan_name Config-Model-TkUI
|
2014-02-01 13:58:53 +00:00
|
|
|
Name: perl-Config-Model-TkUI
|
2024-01-04 15:17:24 +00:00
|
|
|
Version: 1.379.0
|
2014-02-01 13:58:53 +00:00
|
|
|
Release: 0
|
2024-01-04 15:17:24 +00:00
|
|
|
%define cpan_version 1.379
|
2018-10-07 22:05:38 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2023-01-04 15:55:10 +00:00
|
|
|
Summary: GUI to edit configuration data with Config::Model framework
|
2021-01-04 16:40:47 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
2024-01-04 15:17:24 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{cpan_version}.tar.gz
|
2015-05-10 08:49:15 +00:00
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:12:39 +02:00
|
|
|
Source100: README.md
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildArch: noarch
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
2021-01-04 16:40:47 +00:00
|
|
|
BuildRequires: perl(Config::Model) >= 2.139
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Config::Model::ObjTreeScanner)
|
2018-10-07 22:05:38 +00:00
|
|
|
BuildRequires: perl(Config::Model::Tester::Setup)
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Config::Model::Value)
|
2017-07-15 05:01:04 +00:00
|
|
|
BuildRequires: perl(File::HomeDir)
|
2024-01-04 15:17:24 +00:00
|
|
|
BuildRequires: perl(Hash::Merge)
|
2019-05-23 12:14:40 +00:00
|
|
|
BuildRequires: perl(List::MoreUtils)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Log::Log4perl) >= 1.11
|
2024-01-04 15:17:24 +00:00
|
|
|
BuildRequires: perl(Module::Build) >= 0.34
|
2014-12-29 13:55:15 +00:00
|
|
|
BuildRequires: perl(Path::Tiny)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Pod::POM)
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Pod::POM::View::Text)
|
2024-01-04 15:17:24 +00:00
|
|
|
BuildRequires: perl(Test::Differences)
|
2019-12-13 08:56:51 +00:00
|
|
|
BuildRequires: perl(Test::Log::Log4perl)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Test::Memory::Cycle)
|
2019-05-23 12:14:40 +00:00
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
2016-10-08 16:22:39 +00:00
|
|
|
BuildRequires: perl(Text::Diff)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Tk)
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Tk::Adjuster)
|
|
|
|
BuildRequires: perl(Tk::Balloon)
|
|
|
|
BuildRequires: perl(Tk::BrowseEntry)
|
|
|
|
BuildRequires: perl(Tk::Dialog)
|
|
|
|
BuildRequires: perl(Tk::DialogBox)
|
2016-10-08 16:22:39 +00:00
|
|
|
BuildRequires: perl(Tk::DoubleClick)
|
2017-07-15 05:01:04 +00:00
|
|
|
BuildRequires: perl(Tk::FontDialog)
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Tk::Frame)
|
|
|
|
BuildRequires: perl(Tk::Menubutton)
|
|
|
|
BuildRequires: perl(Tk::NoteBook)
|
|
|
|
BuildRequires: perl(Tk::PNG)
|
|
|
|
BuildRequires: perl(Tk::Pane)
|
|
|
|
BuildRequires: perl(Tk::Photo)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Tk::Pod)
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Tk::Pod::Text)
|
|
|
|
BuildRequires: perl(Tk::ROText)
|
|
|
|
BuildRequires: perl(Tk::Toplevel)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Tk::Tree)
|
|
|
|
BuildRequires: perl(Try::Tiny)
|
2021-04-22 15:33:23 +00:00
|
|
|
BuildRequires: perl(XXX)
|
2024-01-04 15:17:24 +00:00
|
|
|
BuildRequires: perl(YAML::PP)
|
2021-01-04 16:40:47 +00:00
|
|
|
Requires: perl(Config::Model) >= 2.139
|
2015-04-14 08:09:06 +00:00
|
|
|
Requires: perl(Config::Model::ObjTreeScanner)
|
2017-07-15 05:01:04 +00:00
|
|
|
Requires: perl(File::HomeDir)
|
2019-05-23 12:14:40 +00:00
|
|
|
Requires: perl(List::MoreUtils)
|
2014-02-01 13:58:53 +00:00
|
|
|
Requires: perl(Log::Log4perl) >= 1.11
|
2014-12-29 13:55:15 +00:00
|
|
|
Requires: perl(Path::Tiny)
|
2014-02-01 13:58:53 +00:00
|
|
|
Requires: perl(Pod::POM)
|
2015-04-14 08:09:06 +00:00
|
|
|
Requires: perl(Pod::POM::View::Text)
|
2016-10-08 16:22:39 +00:00
|
|
|
Requires: perl(Text::Diff)
|
2014-02-01 13:58:53 +00:00
|
|
|
Requires: perl(Tk)
|
2015-04-14 08:09:06 +00:00
|
|
|
Requires: perl(Tk::Adjuster)
|
|
|
|
Requires: perl(Tk::Balloon)
|
|
|
|
Requires: perl(Tk::BrowseEntry)
|
|
|
|
Requires: perl(Tk::Dialog)
|
|
|
|
Requires: perl(Tk::DialogBox)
|
2016-10-08 16:22:39 +00:00
|
|
|
Requires: perl(Tk::DoubleClick)
|
2017-07-15 05:01:04 +00:00
|
|
|
Requires: perl(Tk::FontDialog)
|
2015-04-14 08:09:06 +00:00
|
|
|
Requires: perl(Tk::Frame)
|
|
|
|
Requires: perl(Tk::Menubutton)
|
|
|
|
Requires: perl(Tk::NoteBook)
|
|
|
|
Requires: perl(Tk::PNG)
|
|
|
|
Requires: perl(Tk::Pane)
|
|
|
|
Requires: perl(Tk::Photo)
|
2014-02-01 13:58:53 +00:00
|
|
|
Requires: perl(Tk::Pod)
|
2015-04-14 08:09:06 +00:00
|
|
|
Requires: perl(Tk::Pod::Text)
|
|
|
|
Requires: perl(Tk::ROText)
|
|
|
|
Requires: perl(Tk::Toplevel)
|
2014-02-01 13:58:53 +00:00
|
|
|
Requires: perl(Tk::Tree)
|
|
|
|
Requires: perl(Try::Tiny)
|
2024-01-04 15:17:24 +00:00
|
|
|
Requires: perl(YAML::PP)
|
|
|
|
Provides: perl(Config::Model::Tk::AnyViewer) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::CheckListEditor) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::CheckListViewer) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::CmeDialog) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::Filter) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::HashEditor) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::HashViewer) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::LeafEditor) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::LeafViewer) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::ListEditor) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::ListViewer) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::NodeEditor) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::NodeViewer) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::NoteEditor) = %{version}
|
|
|
|
Provides: perl(Config::Model::Tk::Wizard) = %{version}
|
|
|
|
Provides: perl(Config::Model::TkUI) = %{version}
|
2024-03-08 22:02:39 +00:00
|
|
|
%undefine __perllib_provides
|
2014-02-01 13:58:53 +00:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
2016-10-08 16:22:39 +00:00
|
|
|
This class provides a GUI for Config::Model.
|
2014-02-01 13:58:53 +00:00
|
|
|
|
2016-10-08 16:22:39 +00:00
|
|
|
With this class, Config::Model and an actual configuration model (like
|
|
|
|
Config::Model::Xorg), you get a tool to edit configuration files (e.g.
|
|
|
|
'/etc/X11/xorg.conf').
|
2014-02-01 13:58:53 +00:00
|
|
|
|
|
|
|
%prep
|
2024-01-04 15:17:24 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
2014-02-01 13:58:53 +00:00
|
|
|
|
|
|
|
%build
|
2024-01-04 15:17:24 +00:00
|
|
|
perl Build.PL --installdirs=vendor
|
|
|
|
./Build build --flags=%{?_smp_mflags}
|
2014-02-01 13:58:53 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
%install
|
2024-01-04 15:17:24 +00:00
|
|
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
2014-02-01 13:58:53 +00:00
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2018-10-07 22:05:38 +00:00
|
|
|
%doc Changes examples README.md
|
2017-02-13 18:40:32 +00:00
|
|
|
%license LICENSE
|
2014-02-01 13:58:53 +00:00
|
|
|
|
|
|
|
%changelog
|