diff --git a/Alien-Base-ModuleBuild-1.05.tar.gz b/Alien-Base-ModuleBuild-1.05.tar.gz deleted file mode 100644 index c83278c..0000000 --- a/Alien-Base-ModuleBuild-1.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6ededef7027ea7ab343286f261c7dce4bb8e83891fea2a38ef85e480419a6d -size 64561 diff --git a/Alien-Base-ModuleBuild-1.08.tar.gz b/Alien-Base-ModuleBuild-1.08.tar.gz new file mode 100644 index 0000000..726c45f --- /dev/null +++ b/Alien-Base-ModuleBuild-1.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd26efe707118106c9331a09a5ccfb1b3cbc95f9845b10d73d8d02b33f664347 +size 65380 diff --git a/perl-Alien-Base-ModuleBuild.changes b/perl-Alien-Base-ModuleBuild.changes index 1a80b03..86927ec 100644 --- a/perl-Alien-Base-ModuleBuild.changes +++ b/perl-Alien-Base-ModuleBuild.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Nov 26 09:18:23 UTC 2019 - + +- updated to 1.08 + see /usr/share/doc/packages/perl-Alien-Base-ModuleBuild/Changes + + 1.08 2019-11-25 08:36:38 -0700 + - Added alien_install_type property (gh#14) + + 1.07 2019-11-22 16:01:56 -0700 + - Fix bug in blib detection (gh#13) + - Update documentation to reflect defaults for %s (gh#12, gh#13) + + 1.06 2018-12-15 20:34:11 -0700 + - Require Archive::Tar 1.40 for pax_global_header fix + ------------------------------------------------------------------- Sun Oct 7 10:23:06 UTC 2018 - Dirk Stoecker diff --git a/perl-Alien-Base-ModuleBuild.spec b/perl-Alien-Base-ModuleBuild.spec index 82ba460..640e649 100644 --- a/perl-Alien-Base-ModuleBuild.spec +++ b/perl-Alien-Base-ModuleBuild.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Alien-Base-ModuleBuild # -# Copyright (c) 2018 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,18 +12,18 @@ # 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-Alien-Base-ModuleBuild -Version: 1.05 +Version: 1.08 Release: 0 %define cpan_name Alien-Base-ModuleBuild Summary: Module::Build subclass for building Alien:: modules and their libraries License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Alien-Base-ModuleBuild/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -31,15 +31,14 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Alien::Base::PkgConfig) >= 1.20 BuildRequires: perl(Archive::Extract) +BuildRequires: perl(Archive::Tar) >= 1.40 BuildRequires: perl(Capture::Tiny) >= 0.17 BuildRequires: perl(File::chdir) >= 0.1005 -BuildRequires: perl(HTML::LinkExtor) BuildRequires: perl(HTTP::Tiny) >= 0.044 BuildRequires: perl(JSON::PP) BuildRequires: perl(List::Util) >= 1.45 BuildRequires: perl(Module::Build) >= 0.400400 BuildRequires: perl(Path::Tiny) >= 0.077 -BuildRequires: perl(PkgConfig) BuildRequires: perl(Shell::Config::Generate) BuildRequires: perl(Shell::Guess) BuildRequires: perl(Sort::Versions) @@ -50,15 +49,14 @@ BuildRequires: perl(URI) BuildRequires: perl(parent) Requires: perl(Alien::Base::PkgConfig) >= 1.20 Requires: perl(Archive::Extract) +Requires: perl(Archive::Tar) >= 1.40 Requires: perl(Capture::Tiny) >= 0.17 Requires: perl(File::chdir) >= 0.1005 -Requires: perl(HTML::LinkExtor) Requires: perl(HTTP::Tiny) >= 0.044 Requires: perl(JSON::PP) Requires: perl(List::Util) >= 1.45 Requires: perl(Module::Build) >= 0.400400 Requires: perl(Path::Tiny) >= 0.077 -Requires: perl(PkgConfig) Requires: perl(Shell::Config::Generate) Requires: perl(Shell::Guess) Requires: perl(Sort::Versions) @@ -87,10 +85,10 @@ of your distribution. When properly configured it will %prep %setup -q -n %{cpan_name}-%{version} -#find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" +perl Build.PL installdirs=vendor optimize="%{optflags}" ./Build build flags=%{?_smp_mflags} %check @@ -102,7 +100,7 @@ of your distribution. When properly configured it will %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes corpus maint README +%doc Changes README %license LICENSE %changelog