- Update to 3.9:
+ Allow inner packages when in a one file situation (suggestion from Christopher Brown) + Fix bug with requiring skipped packages (from Jos Boumans) - follow perl packaging guidelines - fix the filelist instead using rpmlintrc - Update to 3.8 Changes since 3.5: - Set INSTALLDIRS correctly in Makefile.PL - A couple of other fixups to play nicely in Core - Ignore editor cruft by default - Doc patches - Prevent prototype mismatch warnings under Error.pm - Don't pick up the ::SUPER pseudo stash in 5.8 - Make things work under VOS - Fix warning under Devel::Cover - Make tests run under Taint again - Get rid of Build.PL - Fix file list. - Add a rpmlintrc. - Update to 3.5 * Patch from Audrey Tang to prevent clobbering of $@ * Make sure we don't fail taint checking when other Module::Pluggable::* modules are installed. * Few more patches from Jos Boumans to get read for CORE * Remove Class::Inspector dependency and inline code * Prepare for assimilation into CORE - Initial package OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Pluggable?expand=0&rev=2
This commit is contained in:
commit
1f4d74c467
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Module-Pluggable-3.9.tar.bz2
Normal file
3
Module-Pluggable-3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6c6275057083618041134e184fc6952fa6bbfbb60ee75d41a212a4ce4fb3512e
|
||||||
|
size 15894
|
48
perl-Module-Pluggable.changes
Normal file
48
perl-Module-Pluggable.changes
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 30 14:42:21 CEST 2009 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- Update to 3.9:
|
||||||
|
+ Allow inner packages when in a one file situation
|
||||||
|
(suggestion from Christopher Brown)
|
||||||
|
+ Fix bug with requiring skipped packages (from Jos Boumans)
|
||||||
|
- follow perl packaging guidelines
|
||||||
|
- fix the filelist instead using rpmlintrc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 21 15:48:28 CET 2009 - pth@suse.de
|
||||||
|
|
||||||
|
- Update to 3.8
|
||||||
|
Changes since 3.5:
|
||||||
|
- Set INSTALLDIRS correctly in Makefile.PL
|
||||||
|
- A couple of other fixups to play nicely in Core
|
||||||
|
- Ignore editor cruft by default
|
||||||
|
- Doc patches
|
||||||
|
- Prevent prototype mismatch warnings under Error.pm
|
||||||
|
- Don't pick up the ::SUPER pseudo stash in 5.8
|
||||||
|
- Make things work under VOS
|
||||||
|
- Fix warning under Devel::Cover
|
||||||
|
- Make tests run under Taint again
|
||||||
|
- Get rid of Build.PL
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 14:35:12 CET 2008 - pth@suse.de
|
||||||
|
|
||||||
|
- Fix file list.
|
||||||
|
- Add a rpmlintrc.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 7 15:15:36 CET 2007 - pth@suse.de
|
||||||
|
|
||||||
|
- Update to 3.5
|
||||||
|
* Patch from Audrey Tang to prevent clobbering of $@
|
||||||
|
* Make sure we don't fail taint checking when other
|
||||||
|
Module::Pluggable::* modules are installed.
|
||||||
|
* Few more patches from Jos Boumans to get read for CORE
|
||||||
|
* Remove Class::Inspector dependency and inline code
|
||||||
|
* Prepare for assimilation into CORE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 19 17:02:02 CEST 2006 - pth@suse.de
|
||||||
|
|
||||||
|
- Initial package
|
||||||
|
|
75
perl-Module-Pluggable.spec
Normal file
75
perl-Module-Pluggable.spec
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-Module-Pluggable (Version 3.8)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
|
Name: perl-Module-Pluggable
|
||||||
|
Summary: Automatically Give Your Module the Ability to Have Plug-ins
|
||||||
|
Version: 3.9
|
||||||
|
Release: 1
|
||||||
|
Url: http://search.cpan.org/~simonw/Module-Pluggable/
|
||||||
|
License: Artistic License
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
Requires: perl-Class-Inspector perl = %{perl_version}
|
||||||
|
BuildRequires: perl-Class-Inspector perl-Module-Build
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
Source: Module-Pluggable-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
Provides a simple but, hopefully, extensible way of having 'plug-ins'
|
||||||
|
for your module. Obviously, this is not going to be the best possible
|
||||||
|
of solutions but it is convenient at the moment.
|
||||||
|
|
||||||
|
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
|
||||||
|
%setup -q -n Module-Pluggable-%{version}
|
||||||
|
chmod -x Changes INSTALL Makefile.PL MANIFEST MANIFEST.SKIP META.yml README
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL
|
||||||
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %buildroot
|
||||||
|
|
||||||
|
%files -f %name.files
|
||||||
|
%defattr(0644,root,root,0755)
|
||||||
|
%doc Changes INSTALL README
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user