Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
Module-Pluggable-5.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
Module-Pluggable-5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Module-Pluggable-6.3.tar.gz
(Stored with Git LFS)
BIN
Module-Pluggable-6.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,35 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sat Jan 11 05:31:35 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 6.300.0 (6.3)
|
|
||||||
see /usr/share/doc/packages/perl-Module-Pluggable/Changes
|
|
||||||
|
|
||||||
2025-01-10 - 6.3
|
|
||||||
Fix make_path() in t/29unreadable.t. (thanks to Michal Josef Špaček @michal-josef-spacek)
|
|
||||||
Fix t/29unreadable.t tests failing as root. (thanks to Michal Josef Špaček @michal-josef-spacek)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Oct 25 05:36:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
||||||
|
|
||||||
- updated to 6.200.0 (6.2)
|
|
||||||
see /usr/share/doc/packages/perl-Module-Pluggable/Changes
|
|
||||||
|
|
||||||
2024-10-23 - 6.2
|
|
||||||
Simon, did you forget to remove a dependency you used only for testing? Yes, yes you did.
|
|
||||||
|
|
||||||
2024-10-22 - 6.1
|
|
||||||
Don't use vars, use our (thanks to Graham Knop @haarg)
|
|
||||||
Ignore the .AppleDouble (thanks to Dave Cantrell @DrHyde)
|
|
||||||
Improve vim swapfile patterns (thanks to Elan Ruusamäe @glensc)
|
|
||||||
Fix behaviour of File::Find and symlinks on certain versions of Win32 (thanks @thockar)
|
|
||||||
Skip unreadable files (thanks Sven Schober @sschober)
|
|
||||||
|
|
||||||
2015-11-20 - 6.0
|
|
||||||
Fix typo in examples (thanks to Zoffix Znet @zoffixznet)
|
|
||||||
Fix spelling of "FatPacker" (thanks to David Wheeler @theory)
|
|
||||||
Add before_instantiate and after_instantiate hooks (thanks to Dean Hamstead @djzort)
|
|
||||||
Use explicit test plan instead of done_testing (thanks to Matthew Horsfall @wolfsage)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 8 08:48:49 UTC 2015 - coolo@suse.com
|
Sat Aug 8 08:48:49 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Pluggable
|
# spec file for package perl-Module-Pluggable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# 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
|
||||||
@ -12,28 +12,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define cpan_name Module-Pluggable
|
|
||||||
Name: perl-Module-Pluggable
|
Name: perl-Module-Pluggable
|
||||||
Version: 6.300.0
|
Version: 5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
# 6.3 -> normalize -> 6.300.0
|
%define cpan_name Module-Pluggable
|
||||||
%define cpan_version 6.3
|
Summary: Automatically Give Your Module the Ability to Have Plugins
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Summary: Automatically give your module the ability to have plugins
|
Group: Development/Libraries/Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
Url: http://search.cpan.org/dist/Module-Pluggable/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMONW/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SI/SIMONW/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(Devel::InnerPackage) = 0.4
|
|
||||||
Provides: perl(Module::Pluggable) = %{version}
|
|
||||||
Provides: perl(Module::Pluggable::Object) = 5.2
|
|
||||||
%undefine __perllib_provides
|
|
||||||
Recommends: perl(Module::Runtime) >= 0.012
|
Recommends: perl(Module::Runtime) >= 0.012
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@ -48,16 +44,15 @@ through a search path for .pm files and turn those into class names.
|
|||||||
Optionally it instantiates those classes for you.
|
Optionally it instantiates those classes for you.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -65,6 +60,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user