2014-02-01 13:58:53 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package perl-Config-Model-TkUI
|
|
|
|
|
#
|
2015-04-14 08:09:06 +00:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
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.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-Config-Model-TkUI
|
2015-04-14 08:09:06 +00:00
|
|
|
Version: 1.345
|
2014-02-01 13:58:53 +00:00
|
|
|
Release: 0
|
2015-04-14 08:09:06 +00:00
|
|
|
%define cpan_name Config-Model-TkUI
|
2014-02-01 13:58:53 +00:00
|
|
|
Summary: Tk GUI to edit config data through Config::Model
|
2015-04-14 08:09:06 +00:00
|
|
|
License: LGPL-2.1+
|
2014-02-01 13:58:53 +00:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
|
Url: http://search.cpan.org/dist/Config-Model-TkUI/
|
2015-04-14 08:09:06 +00:00
|
|
|
Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-macros
|
2015-04-14 08:09:06 +00:00
|
|
|
BuildRequires: perl(Config::Model) >= 2.052
|
|
|
|
|
BuildRequires: perl(Config::Model::ObjTreeScanner)
|
|
|
|
|
BuildRequires: perl(Config::Model::Value)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Log::Log4perl) >= 1.11
|
2015-04-14 08:09:06 +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)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Test::Memory::Cycle)
|
|
|
|
|
BuildRequires: perl(Test::Warn) >= 0.11
|
|
|
|
|
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)
|
2014-02-01 13:58:53 +00:00
|
|
|
BuildRequires: perl(Tk::DirSelect)
|
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)
|
2015-04-14 08:09:06 +00:00
|
|
|
Requires: perl(Config::Model) >= 2.052
|
|
|
|
|
Requires: perl(Config::Model::ObjTreeScanner)
|
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)
|
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)
|
2014-02-01 13:58:53 +00:00
|
|
|
Requires: perl(Tk::DirSelect)
|
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)
|
|
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This class provides a GUI for the Config::Model manpage.
|
|
|
|
|
|
|
|
|
|
With this class, the Config::Model manpage and an actual configuration
|
|
|
|
|
model (like the Config::Model::Xorg manpage), you get a tool to edit
|
|
|
|
|
configuration files (e.g. '/etc/X11/xorg.conf').
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
|
./Build build flags=%{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
./Build test
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
./Build install destdir=%{buildroot} create_packlist=0
|
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2015-04-14 08:09:06 +00:00
|
|
|
%defattr(-,root,root,755)
|
2014-02-01 13:58:53 +00:00
|
|
|
%doc Changes examples LICENSE README
|
|
|
|
|
|
|
|
|
|
%changelog
|