diff --git a/Module-Runtime-0.016.tar.gz b/Module-Runtime-0.016.tar.gz deleted file mode 100644 index f166a00..0000000 --- a/Module-Runtime-0.016.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024 -size 18275 diff --git a/Module-Runtime-0.017.tar.gz b/Module-Runtime-0.017.tar.gz new file mode 100644 index 0000000..823cbc5 --- /dev/null +++ b/Module-Runtime-0.017.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7cc8f7678ddac12a003e017f04c1d94991468a73b2e37055e76b11628a278d +size 32188 diff --git a/perl-Module-Runtime.changes b/perl-Module-Runtime.changes index 832d614..0ac3bca 100644 --- a/perl-Module-Runtime.changes +++ b/perl-Module-Runtime.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 8 05:36:15 UTC 2025 - Tina Müller + +- updated to 0.17.0 (0.017) + see /usr/share/doc/packages/perl-Module-Runtime/Changes + ------------------------------------------------------------------- Thu Oct 19 05:36:17 UTC 2017 - coolo@suse.com diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec index 25f1219..13a3e74 100644 --- a/perl-Module-Runtime.spec +++ b/perl-Module-Runtime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Runtime # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,25 +12,26 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-Module-Runtime -Version: 0.016 -Release: 0 %define cpan_name Module-Runtime -Summary: Runtime Module Handling -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Module-Runtime/ -Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz +Name: perl-Module-Runtime +Version: 0.17.0 +Release: 0 +# 0.017 -> normalize -> 0.17.0 +%define cpan_version 0.017 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Runtime module handling +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) +Provides: perl(Module::Runtime) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -53,21 +54,22 @@ for a case where one of the bugs cannot be adequately worked around in pure Perl. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -./Build test +make test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes README +%doc Changes README TODO +%license LICENSE %changelog