1
0

Accepting request 303896 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/303896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Exception?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2015-04-27 05:46:23 +00:00 committed by Git OBS Bridge
commit 60f8616667
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 23 05:55:21 UTC 2015 - coolo@suse.com
- extend version to 6 digits to avoid problems with > 0.331
-------------------------------------------------------------------
Mon Apr 13 18:27:40 UTC 2015 - coolo@suse.com

View File

@ -17,14 +17,16 @@
Name: perl-Test-Exception
Version: 0.38
Version: 0.380000
Release: 0
%define cpan_version 0.38
Provides: perl(Test::Exception) = 0.380000
%define cpan_name Test-Exception
Summary: Test exception based code
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Exception/
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@ -197,7 +199,7 @@ testing functions.
The test description is optional, but recommended.
%prep
%setup -q -n %{cpan_name}-%{version}
%setup -q -n %{cpan_name}-%{cpan_version}
find . -type f -print0 | xargs -0 chmod 644
%build