diff --git a/Module-Load-Util-0.003.tar.gz b/Module-Load-Util-0.003.tar.gz deleted file mode 100644 index 5d8698e..0000000 --- a/Module-Load-Util-0.003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a0e7c2ddbb70f4803de0a09a54f001de2e07a2c90e8feaa8536cafe7968e1a -size 18070 diff --git a/Module-Load-Util-0.004.tar.gz b/Module-Load-Util-0.004.tar.gz new file mode 100644 index 0000000..f4b1595 --- /dev/null +++ b/Module-Load-Util-0.004.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6046d895aab562e64ab484db0b6ca6d74e48593c94b90a4c1404ce964eedd631 +size 17826 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..ab24ed9 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,35 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +# baz.patch: PATCH-FIX-OPENSUSE +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module +#skip_doc: regexp_to_skip_for_doc.* +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section diff --git a/perl-Module-Load-Util.changes b/perl-Module-Load-Util.changes index e7799e0..c0f0a6c 100644 --- a/perl-Module-Load-Util.changes +++ b/perl-Module-Load-Util.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 7 03:10:52 UTC 2021 - Tina Müller + +- updated to 0.004 + see /usr/share/doc/packages/perl-Module-Load-Util/Changes + + 0.004 2021-02-06 Released-By: PERLANCAR; Urgency: medium + + - Add option: ns_prefixes. + ------------------------------------------------------------------- Thu Oct 29 07:01:35 UTC 2020 - Dirk Stoecker diff --git a/perl-Module-Load-Util.spec b/perl-Module-Load-Util.spec index c225afb..12965bc 100644 --- a/perl-Module-Load-Util.spec +++ b/perl-Module-Load-Util.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Load-Util # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,16 @@ # -Name: perl-Module-Load-Util -Version: 0.003 -Release: 0 %define cpan_name Module-Load-Util +Name: perl-Module-Load-Util +Version: 0.004 +Release: 0 Summary: Some utility routines related to module loading License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Regexp::Pattern::Perl::Module) @@ -39,11 +38,11 @@ Requires: perl(Regexp::Pattern::Perl::Module) Some utility routines related to module loading %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -54,7 +53,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE