diff --git a/Parse-PMFile-0.41.tar.gz b/Parse-PMFile-0.41.tar.gz deleted file mode 100644 index cd9cf77..0000000 --- a/Parse-PMFile-0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae21fc1436102230832d73a4347bc9fec1feacc2ee0bafa8574e7672754ddbb9 -size 15545 diff --git a/Parse-PMFile-0.42.tar.gz b/Parse-PMFile-0.42.tar.gz new file mode 100644 index 0000000..decef4b --- /dev/null +++ b/Parse-PMFile-0.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7f6c70932b86eb4a2426569e33d2b651b52a24e5d0c0dcb3849d045b52c736c +size 15632 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#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: +#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 diff --git a/perl-Parse-PMFile.changes b/perl-Parse-PMFile.changes index f0a7e9d..dca4d30 100644 --- a/perl-Parse-PMFile.changes +++ b/perl-Parse-PMFile.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 10 10:10:21 UTC 2019 - + +- updated to 0.42 + see /usr/share/doc/packages/perl-Parse-PMFile/Changes + + 0.42 2019/11/09 + - no code changes + - explicitly declared ExtUtils::MakeMaker::CPANfile as a configure + requirement (Nikolo++) + ------------------------------------------------------------------- Tue Jun 06 13:38:00 CET 2016 - sriedel@suse.de diff --git a/perl-Parse-PMFile.spec b/perl-Parse-PMFile.spec index a0b8b85..47b3ed4 100644 --- a/perl-Parse-PMFile.spec +++ b/perl-Parse-PMFile.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parse-PMFile # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,25 @@ # 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-Parse-PMFile -Version: 0.41 +Version: 0.42 Release: 0 %define cpan_name Parse-PMFile -Summary: Parses .Pm File As Pause Does -License: Artistic-1.0 or GPL-1.0+ +Summary: Parses .pm file as PAUSE does +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Parse-PMFile/ -Source0: http://www.cpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.07 +BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.08 BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(JSON::PP) >= 2.00 BuildRequires: perl(Test::More) >= 0.88 @@ -52,11 +53,11 @@ meta files intentionally. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -68,4 +69,3 @@ meta files intentionally. %doc Changes README %changelog -