Accepting request 241478 from home:computersalat:devel:perl
update to 0.08 OBS-URL: https://build.opensuse.org/request/show/241478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Requires?expand=0&rev=17
This commit is contained in:
parent
910aff16e7
commit
3c4efde470
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc0273f1b68817dc715e374c7abf245f13db28223a734d2bd72ab1d48a33cef0
|
|
||||||
size 11023
|
|
3
Test-Requires-0.08.tar.gz
Normal file
3
Test-Requires-0.08.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7b1b4b30b90d530aea68205c0e65cf7a784d6a218df5a2b41830cdb404d8221
|
||||||
|
size 10888
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 18 12:25:57 UTC 2014 - chris@computersalat.de
|
||||||
|
|
||||||
|
- update to 0.08
|
||||||
|
* switch to EUMM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 27 11:58:05 UTC 2013 - coolo@suse.com
|
Sat Jul 27 11:58:05 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Requires
|
# spec file for package perl-Test-Requires
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Requires
|
Name: perl-Test-Requires
|
||||||
Version: 0.07
|
Version: 0.08
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Requires
|
%define cpan_name Test-Requires
|
||||||
Summary: Checks to see if the module can be loaded
|
Summary: Checks to see if the module can be loaded
|
||||||
@ -29,12 +29,9 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(CPAN::Meta)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
BuildRequires: perl(CPAN::Meta::Prereqs)
|
BuildRequires: perl(Test::Builder::Module)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
BuildRequires: perl(Test::More) >= 0.61
|
||||||
BuildRequires: perl(Module::Build) >= 0.38
|
|
||||||
#BuildRequires: perl(Test::Perl::Critic)
|
|
||||||
#BuildRequires: perl(Test::Requires)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,14 +50,15 @@ Test::Requires can also be used to require a minimum version of Perl:
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
Loading…
Reference in New Issue
Block a user