Accepting request 769915 from devel:languages:perl:autoupdate
- updated to 1.12 see /usr/share/doc/packages/perl-Alien-Base-ModuleBuild/Changes OBS-URL: https://build.opensuse.org/request/show/769915 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Base-ModuleBuild?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd26efe707118106c9331a09a5ccfb1b3cbc95f9845b10d73d8d02b33f664347
|
||||
size 65380
|
3
Alien-Base-ModuleBuild-1.12.tar.gz
Normal file
3
Alien-Base-ModuleBuild-1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8600c2be03754307bac4fd0e49e46aaf03cfb5da0dd903b57126e46310578afc
|
||||
size 62002
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 03:06:59 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.12
|
||||
see /usr/share/doc/packages/perl-Alien-Base-ModuleBuild/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 09:18:23 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Alien-Base-ModuleBuild
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Alien-Base-ModuleBuild
|
||||
Version: 1.08
|
||||
Version: 1.12
|
||||
Release: 0
|
||||
%define cpan_name Alien-Base-ModuleBuild
|
||||
Summary: Module::Build subclass for building Alien:: modules and their libraries
|
||||
@@ -29,31 +29,31 @@ Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Alien::Base)
|
||||
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(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(Shell::Config::Generate)
|
||||
BuildRequires: perl(Shell::Guess)
|
||||
BuildRequires: perl(Sort::Versions)
|
||||
BuildRequires: perl(Test2::Require::Module) >= 0.000071
|
||||
BuildRequires: perl(Test2::V0) >= 0.000071
|
||||
BuildRequires: perl(Test2::V0) >= 0.000060
|
||||
BuildRequires: perl(Text::ParseWords) >= 3.26
|
||||
BuildRequires: perl(URI)
|
||||
BuildRequires: perl(URI::file)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(Alien::Base)
|
||||
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(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
|
||||
@@ -63,7 +63,6 @@ Requires: perl(Sort::Versions)
|
||||
Requires: perl(Text::ParseWords) >= 3.26
|
||||
Requires: perl(URI)
|
||||
Requires: perl(parent)
|
||||
Recommends: perl(HTML::LinkExtor)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -85,7 +84,7 @@ of your distribution. When properly configured it will
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
@@ -100,7 +99,7 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc author.yml Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user