1
0
Stephan Kulow 2013-04-15 10:44:49 +00:00 committed by Git OBS Bridge
parent 814a4442c4
commit 8e9a1b1004
2 changed files with 15 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 15 10:37:49 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 18 11:07:00 UTC 2011 - coolo@suse.com Fri Nov 18 11:07:00 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-Exception # spec file for package perl-Test-Exception
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 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
@ -15,32 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: perl-Test-Exception Name: perl-Test-Exception
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Test::Exception - Test exception based code Summary: Test::Exception - Test exception based code
Version: 0.31 License: Artistic-1.0
Release: 7
License: Artistic License ..
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Version: 0.31
Release: 0
Url: http://search.cpan.org/dist/Test-Exception Url: http://search.cpan.org/dist/Test-Exception
Source: Test-Exception-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires} %{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Sub::Uplevel) >= 0.18
BuildRequires: perl(Test::Simple) >= 0.7
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More) >= 0.7
BuildRequires: perl(Test::Harness) >= 2.03 BuildRequires: perl(Test::Harness) >= 2.03
BuildRequires: perl(Sub::Uplevel) >= 0.18 BuildRequires: perl(Test::More) >= 0.7
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Simple) >= 0.7
Requires: perl(Sub::Uplevel) >= 0.18 Requires: perl(Sub::Uplevel) >= 0.18
Requires: perl(Test::More) >= 0.7
Requires: perl(Test::Builder) Requires: perl(Test::Builder)
Requires: perl(Test::More) >= 0.7
%description %description
This module provides a few convenience methods for testing exception This module provides a few convenience methods for testing exception