From 30db21faff0651298663e93afbf0a487c71412fb66cd339908ca5498beb5a2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Sat, 10 May 2025 23:05:33 +0000 Subject: [PATCH] Normalize CPAN version\n See https://github.com/openSUSE/cpanspec/issues/47 for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Object?expand=0&rev=20 --- .gitattributes | 23 ++++++++++ .gitignore | 1 + Test-Object-0.08.tar.gz | 3 ++ cpanspec.yml | 3 ++ perl-Test-Object.changes | 50 ++++++++++++++++++++++ perl-Test-Object.spec | 91 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 171 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 Test-Object-0.08.tar.gz create mode 100644 cpanspec.yml create mode 100644 perl-Test-Object.changes create mode 100644 perl-Test-Object.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/Test-Object-0.08.tar.gz b/Test-Object-0.08.tar.gz new file mode 100644 index 0000000..ab165ca --- /dev/null +++ b/Test-Object-0.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65278964147837313f4108e55b59676e8a364d6edf01b3dc198aee894ab1d0bb +size 25008 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..a09effb --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,3 @@ +--- +post_prep: + sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL diff --git a/perl-Test-Object.changes b/perl-Test-Object.changes new file mode 100644 index 0000000..7d08744 --- /dev/null +++ b/perl-Test-Object.changes @@ -0,0 +1,50 @@ +------------------------------------------------------------------- +Sat May 10 23:05:22 UTC 2025 - Tina Müller + +- Normalize CPAN version + See https://github.com/openSUSE/cpanspec/issues/47 for details + +------------------------------------------------------------------- +Sun Dec 24 07:04:10 UTC 2017 - coolo@suse.com + +- updated to 0.08 + see /usr/share/doc/packages/perl-Test-Object/Changes + +------------------------------------------------------------------- +Tue Oct 3 08:21:48 UTC 2017 - coolo@suse.com + +- patch the Makefile to build with perl 5.26 + +------------------------------------------------------------------- +Fri Nov 18 11:10:50 UTC 2011 - coolo@suse.com + +- use original .tar.gz + +------------------------------------------------------------------- +Tue Nov 30 19:20:50 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Mon Nov 22 14:06:33 UTC 2010 - chris@computersalat.de + +- recreated by cpanspec 1.78 + o fix deps +- changelog to changes file + +------------------------------------------------------------------- +Tue Oct 19 08:39:08 UTC 2010 - coolo@novell.com + +- add perl as explicit buildrequire + +------------------------------------------------------------------- +Wed Oct 21 16:31:28 CEST 2009 - rschweikert@novell.com + +- Add changes file +- Add %dir directive for directories in %files +- Changelog clean up to only contain initial creation + +------------------------------------------------------------------- +Wed Oct 14 19:00:29 UTC 2009 - rschweikert@novell.com + +- Initial build 0.07 diff --git a/perl-Test-Object.spec b/perl-Test-Object.spec new file mode 100644 index 0000000..e088658 --- /dev/null +++ b/perl-Test-Object.spec @@ -0,0 +1,91 @@ +# +# spec file for package perl-Test-Object +# +# Copyright (c) 2025 SUSE LLC +# +# 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 https://bugs.opensuse.org/ +# + + +%define cpan_name Test-Object +Name: perl-Test-Object +Version: 0.80.0 +Release: 0 +# 0.08 -> normalize -> 0.80.0 +%define cpan_version 0.08 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Thoroughly testing objects via registered handlers +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl-macros +Provides: perl(Test::Object) = %{version} +Provides: perl(Test::Object::Test) = %{version} +%undefine __perllib_provides +%{perl_requires} + +%description +In situations where you have deep trees of classes, there is a common +situation in which you test a module 4 or 5 subclasses down, which should +follow the correct behaviour of not just the subclass, but of all the +parent classes. + +This should be done to ensure that the implementation of a subclass has not +somehow "broken" the object's behaviour in a more general sense. + +'Test::Object' is a testing package designed to allow you to easily test +what you believe is a valid object against the expected behaviour of *all* +of the classes in its inheritance tree in one single call. + +To do this, you "register" tests (in the form of CODE or function +references) with 'Test::Object', with each test associated with a +particular class. + +When you call 'object_ok' in your test script, 'Test::Object' will check +the object against all registered tests. For each class that your object +responds to '$object->isa($class)' for, the appropriate testing function +will be called. + +Doing it this way allows adapter objects and other things that respond to +'isa' differently that the default to still be tested against the classes +that it is advertising itself as correctly. + +This also means that more than one test might be "counted" for each call to +'object_ok'. You should account for this correctly in your expected test +count. + +%prep +%autosetup -n %{cpan_name}-%{cpan_version} -p1 + +# MANUAL BEGIN +sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL +# MANUAL END + +%build +perl Makefile.PL INSTALLDIRS=vendor +%make_build + +%check +make test + +%install +%perl_make_install +%perl_process_packlist +%perl_gen_filelist + +%files -f %{name}.files +%doc Changes CONTRIBUTING README +%license LICENSE + +%changelog