Accepting request 242647 from devel:languages:perl
- updated to 0.016 - fix prereq problem with last release - now no longer testing the example scripts for user installs 0.015 2014-06-20 03:36:33Z - adjusted packaging and tests to become perl-5.6 friendly, including only using core or dual-lifed prerequisites 0.014 2014-03-01 22:08:26Z - fix test that was failing when FOO or BAR environment variables were set (RT#93447) 0.013 2013-12-14 21:26:06Z - update configure_requires checking in Makefile.PL OBS-URL: https://build.opensuse.org/request/show/242647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Warnings?expand=0&rev=6
This commit is contained in:
commit
a7ebf1a78e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e942300a45ef6aa781b8b64f0c4cd9672442de2b36bf6a1fadee88ead00acc6
|
||||
size 27004
|
3
Test-Warnings-0.016.tar.gz
Normal file
3
Test-Warnings-0.016.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ebc9afa29eb4d1d44fbd974dfcd52e0a2d9ce7ec3e3ee7602394157831aba9
|
||||
size 32774
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 05:30:44 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.016
|
||||
- fix prereq problem with last release - now no longer testing the
|
||||
example scripts for user installs
|
||||
|
||||
0.015 2014-06-20 03:36:33Z
|
||||
- adjusted packaging and tests to become perl-5.6 friendly,
|
||||
including only using core or dual-lifed prerequisites
|
||||
|
||||
0.014 2014-03-01 22:08:26Z
|
||||
- fix test that was failing when FOO or BAR environment variables
|
||||
were set (RT#93447)
|
||||
|
||||
0.013 2013-12-14 21:26:06Z
|
||||
- update configure_requires checking in Makefile.PL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:38:08 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Warnings
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Test-Warnings
|
||||
Version: 0.012
|
||||
Version: 0.016
|
||||
Release: 0
|
||||
%define cpan_name Test-Warnings
|
||||
Summary: Test for warnings and the lack of them
|
||||
@ -29,23 +29,9 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.030
|
||||
BuildRequires: perl(Test::Deep)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Test::Tester) >= 0.108
|
||||
BuildRequires: perl(parent)
|
||||
#BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||
#BuildRequires: perl(Pod::Wordlist)
|
||||
#BuildRequires: perl(TB2::Tester)
|
||||
#BuildRequires: perl(TB2::TestState)
|
||||
#BuildRequires: perl(Test::CleanNamespaces)
|
||||
#BuildRequires: perl(Test::Kwalitee)
|
||||
#BuildRequires: perl(Test::NoTabs)
|
||||
#BuildRequires: perl(Test::NoWarnings) >= 1.04
|
||||
#BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
#BuildRequires: perl(Test::Spelling) >= 0.12
|
||||
#BuildRequires: perl(Test::Vars)
|
||||
#BuildRequires: perl(Test::Warnings)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(parent)
|
||||
%{perl_requires}
|
||||
|
||||
@ -79,18 +65,19 @@ wish to test the content of expected warnings; read on to find out how.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING examples LICENSE README weaver.ini
|
||||
%doc Changes CONTRIBUTING examples LICENSE README README.md weaver.ini
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user