Accepting request 750986 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/750986
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Base-ModuleBuild?expand=0&rev=8
This commit is contained in:
Lars Vogdt
2019-11-26 10:05:11 +00:00
committed by Git OBS Bridge
parent fcb2c82942
commit cd66a05e19
4 changed files with 28 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba6ededef7027ea7ab343286f261c7dce4bb8e83891fea2a38ef85e480419a6d
size 64561

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd26efe707118106c9331a09a5ccfb1b3cbc95f9845b10d73d8d02b33f664347
size 65380

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Nov 26 09:18:23 UTC 2019 - <timueller+perl@suse.de>
- 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 <opensuse@dstoecker.de>

View File

@@ -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