forked from pool/perl-Module-ScanDeps
Accepting request 657870 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/657870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-ScanDeps?expand=0&rev=23
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:845ac18324d9063d93994b39803f0be4a882aad07b8ecf2a2aec9b06b005488c
|
|
||||||
size 54207
|
|
3
Module-ScanDeps-1.26.tar.gz
Normal file
3
Module-ScanDeps-1.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4308fb65ae281500364b87396332e48be7fe35367ac26a10cf5347ea28b091ab
|
||||||
|
size 54017
|
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 13 06:13:38 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 1.26
|
||||||
|
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
|
||||||
|
|
||||||
|
1.26 2018-12-12
|
||||||
|
|
||||||
|
- Glue DLLs of XS modules should have type "shared" rather than "data"
|
||||||
|
|
||||||
|
Detection broke on Windows where nowadays $Config{dlext} = "xs.dll"
|
||||||
|
(i.e. it's not a simple suffix)
|
||||||
|
|
||||||
|
- Mention some other modules: Module::ExtractUse and Perl::PrereqScanner::* family
|
||||||
|
|
||||||
|
- Add %Preload rules for:
|
||||||
|
- JSON::MaybeXS
|
||||||
|
- HTTP::Entity::Parser
|
||||||
|
- FFI::Platypus
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 20 05:37:29 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Thu Sep 20 05:37:29 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-ScanDeps
|
Name: perl-Module-ScanDeps
|
||||||
Version: 1.25
|
Version: 1.26
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-ScanDeps
|
%define cpan_name Module-ScanDeps
|
||||||
Summary: Recursively scan Perl code for dependencies
|
Summary: Recursively scan Perl code for dependencies
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Module-ScanDeps/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -68,11 +68,11 @@ returned by 'get_files'.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Reference in New Issue
Block a user