Stephan Kulow 2014-07-28 05:31:53 +00:00 committed by Git OBS Bridge
parent 43cbce5da4
commit fd03d852aa
4 changed files with 30 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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