From 1f4d74c467bdc8c6a38b50ef78dbd78a6a73bf27d73a608e6834e0aeb45a229c Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 30 Aug 2009 13:42:48 +0000 Subject: [PATCH] - 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 --- .gitattributes | 23 +++++++++++ .gitignore | 1 + Module-Pluggable-3.9.tar.bz2 | 3 ++ perl-Module-Pluggable.changes | 48 ++++++++++++++++++++++ perl-Module-Pluggable.spec | 75 +++++++++++++++++++++++++++++++++++ 5 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Module-Pluggable-3.9.tar.bz2 create mode 100644 perl-Module-Pluggable.changes create mode 100644 perl-Module-Pluggable.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/Module-Pluggable-3.9.tar.bz2 b/Module-Pluggable-3.9.tar.bz2 new file mode 100644 index 0000000..7df044d --- /dev/null +++ b/Module-Pluggable-3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6275057083618041134e184fc6952fa6bbfbb60ee75d41a212a4ce4fb3512e +size 15894 diff --git a/perl-Module-Pluggable.changes b/perl-Module-Pluggable.changes new file mode 100644 index 0000000..78f86f7 --- /dev/null +++ b/perl-Module-Pluggable.changes @@ -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 + diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec new file mode 100644 index 0000000..5375494 --- /dev/null +++ b/perl-Module-Pluggable.spec @@ -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 + +%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