forked from pool/perl-Module-Pluggable
Accepting request 231116 from home:mnhauke:nagios
update to SR 231077 - import changes from d:l:p/perl-Module-Pluggable .changes file OBS-URL: https://build.opensuse.org/request/show/231116 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Pluggable?expand=0&rev=6
This commit is contained in:
parent
d295887b17
commit
121841c4e5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c93e78e27ef43fc2cfe3d72256c14c8169036fb6935913cfd48a0df02f4595f
|
|
||||||
size 17611
|
|
3
Module-Pluggable-5.1.tar.gz
Normal file
3
Module-Pluggable-5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f
|
||||||
|
size 29418
|
@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 20 21:24:45 UTC 2014 - mardnh@gmx.de
|
||||||
|
|
||||||
|
- Update to 5.1:
|
||||||
|
|
||||||
|
- 2014-01-05 - 5.1
|
||||||
|
- Add in missing files left out of the MANIFEST due to stupidity
|
||||||
|
(thanks to Petr Pisar)
|
||||||
|
|
||||||
|
- 2013-12-20 - 5.0
|
||||||
|
- Gain support for @INC hooks and hence for App::FatPacker
|
||||||
|
(thanks to Diab Jerius)
|
||||||
|
|
||||||
|
- 2013-10-22 - 4.9
|
||||||
|
- Fix the fact that we can't handle single letter package names
|
||||||
|
(thanks sbaynes)
|
||||||
|
|
||||||
|
- 2013-05-27 - 4.8
|
||||||
|
- Fix some typos (David Steinbrunner)
|
||||||
|
- Fix error in testing when Text::BibTex is installed
|
||||||
|
(thanks to Andreas Koenig)
|
||||||
|
|
||||||
|
- 2013-02-25 - 4.7
|
||||||
|
- Fix more hash ordering bugs in tests by forcing sort of returned plugins
|
||||||
|
(Yves Orton)
|
||||||
|
|
||||||
|
- 2013-01-23 - 4.6
|
||||||
|
- Add warning about future removal from core
|
||||||
|
|
||||||
|
- 2012-11-05 - 4.5
|
||||||
|
- Fix docs
|
||||||
|
- Fix problem with PAUSE upload
|
||||||
|
|
||||||
|
- 2012-11-05 - 4.4
|
||||||
|
- Fix hash ordering bug in tests (Yves Orton)
|
||||||
|
- Fix install dir (Tatsuhiko Miyagawa)
|
||||||
|
|
||||||
|
- 2012-08-15 - 4.3
|
||||||
|
- Fix calling the correct method when instantiating (Doh!)
|
||||||
|
- Hopefully stop smoker failures
|
||||||
|
|
||||||
|
- 2012-08-14 - 4.2
|
||||||
|
- Fix a problem with installation directory (Jerry D. Hedden)
|
||||||
|
|
||||||
|
- 2012-07-20 - 4.1
|
||||||
|
- Allow triggers on events which gives a powerful way to modify behaviour
|
||||||
|
(Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
|
||||||
|
- Put documentation in about behaviour under blib and test, allow searching
|
||||||
|
outside blib under test (suggestion from Stephen Baynes)
|
||||||
|
- Made following symlinks the default behaviour, added ability to turn
|
||||||
|
that off (Aran Deltac)
|
||||||
|
- Fix installation path (Matthias Dietrich, Todd Rinaldo)
|
||||||
|
- Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
|
||||||
|
- Set our @INC up to include and prefer our search_dirs if necessary
|
||||||
|
(as per suggestion from Ian Goodacre)
|
||||||
|
- Switch to Module::Build
|
||||||
|
|
||||||
|
- 2012-01-03 - 4.0
|
||||||
|
Don't use defined on an array (it's deprecated)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 30 14:42:21 CEST 2009 - lars@linux-schulserver.de
|
Sun Aug 30 14:42:21 CEST 2009 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Pluggable
|
# spec file for package perl-Module-Pluggable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@ -15,61 +15,45 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Pluggable
|
Name: perl-Module-Pluggable
|
||||||
Summary: Automatically Give Your Module the Ability to Have Plug-ins
|
Version: 5.1
|
||||||
Version: 3.9
|
Release: 0
|
||||||
Release: 1
|
%define cpan_name Module-Pluggable
|
||||||
Url: http://search.cpan.org/~simonw/Module-Pluggable/
|
Summary: Automatically give your module the ability to have plugins
|
||||||
License: Artistic License
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl-Class-Inspector perl = %{perl_version}
|
Url: http://search.cpan.org/dist/Module-Pluggable/
|
||||||
BuildRequires: perl-Class-Inspector perl-Module-Build
|
Source: http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-%{version}.tar.gz
|
||||||
BuildRequires: perl-macros
|
BuildArch: noarch
|
||||||
Source: Module-Pluggable-%{version}.tar.gz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides a simple but, hopefully, extensible way of having 'plug-ins'
|
This package provides a simple but, hopefully, extensible way of having
|
||||||
for your module. Obviously, this is not going to be the best possible
|
'plugins' for your module. Essentially all it does is export a method into
|
||||||
of solutions but it is convenient at the moment.
|
your name space that looks through a search path for .pm files and turn those
|
||||||
|
into class names. Optionally it instantiates those classes for you.
|
||||||
Essentially all it does is to export a method into your namespace that
|
|
||||||
looks through a search path for .pm files and turns those into class
|
|
||||||
names.
|
|
||||||
|
|
||||||
Optionally, it instantiates those classes for you.
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Simon Wistow <simon@thegestalt.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Module-Pluggable-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
chmod -x Changes INSTALL Makefile.PL MANIFEST MANIFEST.SKIP META.yml README
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
%{__perl} Build.PL installdirs=vendor
|
||||||
make %{?jobs:-j%jobs}
|
./Build
|
||||||
|
|
||||||
%check
|
|
||||||
make test
|
|
||||||
# ---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
%check
|
||||||
rm -rf %buildroot
|
./Build test
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %{name}.files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes INSTALL README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user