Accepting request 295845 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295845 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-TkUI?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
cbff606383
commit
39f289df79
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:374a20e98dc0dfe87973b21079d33a8a2741ac95116deeafcb36e2d1b4e62420
|
|
||||||
size 75484
|
|
||||||
3
Config-Model-TkUI-1.345.tar.gz
Normal file
3
Config-Model-TkUI-1.345.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75463c2dd79117156de83c747eccf0e181369bef0059cab5ed2a5a9afc78b3fe
|
||||||
|
size 75616
|
||||||
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 19:18:50 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.345
|
||||||
|
see /usr/share/doc/packages/perl-Config-Model-TkUI/Changes
|
||||||
|
|
||||||
|
1.345 2015-01-10
|
||||||
|
|
||||||
|
Mostly a small bug fix release:
|
||||||
|
* LeafEditor:
|
||||||
|
* fix boolean value initialisation
|
||||||
|
* improved error handling and report
|
||||||
|
* updated © year
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 29 13:53:35 UTC 2014 - lars@linux-schulserver.de
|
Mon Dec 29 13:53:35 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-Model-TkUI
|
# spec file for package perl-Config-Model-TkUI
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,46 +17,72 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-Model-TkUI
|
Name: perl-Config-Model-TkUI
|
||||||
Version: 1.344
|
Version: 1.345
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-Model-TkUI
|
%define cpan_name Config-Model-TkUI
|
||||||
Summary: Tk GUI to edit config data through Config::Model
|
Summary: Tk GUI to edit config data through Config::Model
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-Model-TkUI/
|
Url: http://search.cpan.org/dist/Config-Model-TkUI/
|
||||||
#Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/Config-Model-TkUI-%%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
|
||||||
Source0: %{cpan_name}-%{version}.tar.gz
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(AnyEvent)
|
BuildRequires: perl(Config::Model) >= 2.052
|
||||||
BuildRequires: perl(Config::Model) >= 2.030
|
BuildRequires: perl(Config::Model::ObjTreeScanner)
|
||||||
BuildRequires: perl(Exception::Class)
|
BuildRequires: perl(Config::Model::Value)
|
||||||
BuildRequires: perl(Log::Log4perl) >= 1.11
|
BuildRequires: perl(Log::Log4perl) >= 1.11
|
||||||
BuildRequires: perl(Module::Build)
|
BuildRequires: perl(Module::Build) >= 0.34
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: perl(Pod::POM)
|
BuildRequires: perl(Pod::POM)
|
||||||
|
BuildRequires: perl(Pod::POM::View::Text)
|
||||||
BuildRequires: perl(Test::Memory::Cycle)
|
BuildRequires: perl(Test::Memory::Cycle)
|
||||||
BuildRequires: perl(Test::Pod)
|
|
||||||
BuildRequires: perl(Test::Warn) >= 0.11
|
BuildRequires: perl(Test::Warn) >= 0.11
|
||||||
BuildRequires: perl(Tk)
|
BuildRequires: perl(Tk)
|
||||||
|
BuildRequires: perl(Tk::Adjuster)
|
||||||
|
BuildRequires: perl(Tk::Balloon)
|
||||||
|
BuildRequires: perl(Tk::BrowseEntry)
|
||||||
|
BuildRequires: perl(Tk::Dialog)
|
||||||
|
BuildRequires: perl(Tk::DialogBox)
|
||||||
BuildRequires: perl(Tk::DirSelect)
|
BuildRequires: perl(Tk::DirSelect)
|
||||||
BuildRequires: perl(Tk::ObjScanner)
|
BuildRequires: perl(Tk::Frame)
|
||||||
|
BuildRequires: perl(Tk::Menubutton)
|
||||||
|
BuildRequires: perl(Tk::NoteBook)
|
||||||
|
BuildRequires: perl(Tk::PNG)
|
||||||
|
BuildRequires: perl(Tk::Pane)
|
||||||
|
BuildRequires: perl(Tk::Photo)
|
||||||
BuildRequires: perl(Tk::Pod)
|
BuildRequires: perl(Tk::Pod)
|
||||||
|
BuildRequires: perl(Tk::Pod::Text)
|
||||||
|
BuildRequires: perl(Tk::ROText)
|
||||||
|
BuildRequires: perl(Tk::Toplevel)
|
||||||
BuildRequires: perl(Tk::Tree)
|
BuildRequires: perl(Tk::Tree)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
Requires: perl(Config::Model) >= 2.030
|
Requires: perl(Config::Model) >= 2.052
|
||||||
Requires: perl(Exception::Class)
|
Requires: perl(Config::Model::ObjTreeScanner)
|
||||||
Requires: perl(Log::Log4perl) >= 1.11
|
Requires: perl(Log::Log4perl) >= 1.11
|
||||||
Requires: perl(Path::Tiny)
|
Requires: perl(Path::Tiny)
|
||||||
Requires: perl(Pod::POM)
|
Requires: perl(Pod::POM)
|
||||||
|
Requires: perl(Pod::POM::View::Text)
|
||||||
Requires: perl(Tk)
|
Requires: perl(Tk)
|
||||||
|
Requires: perl(Tk::Adjuster)
|
||||||
|
Requires: perl(Tk::Balloon)
|
||||||
|
Requires: perl(Tk::BrowseEntry)
|
||||||
|
Requires: perl(Tk::Dialog)
|
||||||
|
Requires: perl(Tk::DialogBox)
|
||||||
Requires: perl(Tk::DirSelect)
|
Requires: perl(Tk::DirSelect)
|
||||||
Requires: perl(Tk::ObjScanner)
|
Requires: perl(Tk::Frame)
|
||||||
|
Requires: perl(Tk::Menubutton)
|
||||||
|
Requires: perl(Tk::NoteBook)
|
||||||
|
Requires: perl(Tk::PNG)
|
||||||
|
Requires: perl(Tk::Pane)
|
||||||
|
Requires: perl(Tk::Photo)
|
||||||
Requires: perl(Tk::Pod)
|
Requires: perl(Tk::Pod)
|
||||||
|
Requires: perl(Tk::Pod::Text)
|
||||||
|
Requires: perl(Tk::ROText)
|
||||||
|
Requires: perl(Tk::Toplevel)
|
||||||
Requires: perl(Tk::Tree)
|
Requires: perl(Tk::Tree)
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -66,9 +92,6 @@ With this class, the Config::Model manpage and an actual configuration
|
|||||||
model (like the Config::Model::Xorg manpage), you get a tool to edit
|
model (like the Config::Model::Xorg manpage), you get a tool to edit
|
||||||
configuration files (e.g. '/etc/X11/xorg.conf').
|
configuration files (e.g. '/etc/X11/xorg.conf').
|
||||||
|
|
||||||
Be default, only items with 'beginner' experience are shown. You can change
|
|
||||||
the 'experience' level in 'Options -> experience' menu.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
@@ -77,19 +100,14 @@ the 'experience' level in 'Options -> experience' menu.
|
|||||||
./Build build flags=%{?_smp_mflags}
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# skip the test requiring a Display to be set
|
|
||||||
rm t/config-model-ui.t
|
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples LICENSE README
|
%doc Changes examples LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user