Accepting request 29192 from devel:languages:perl

Copy from devel:languages:perl/perl-Error based on submit request 29192 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Error?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2010-01-12 12:53:29 +00:00 committed by Git OBS Bridge
parent 74abfbe55b
commit 2d5c3503bd
2 changed files with 9 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Wed Sep 10 17:01:50 CEST 2008 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Error (Version 0.17015 )
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -21,12 +21,12 @@
Name: perl-Error
Summary: Object oriented style error/exception handling
Version: 0.17015
Release: 1
Release: 4
Requires: perl = %{perl_version}
BuildRequires: perl-Test-Pod-Coverage
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
License: Artistic
Url: http://www.cpan.org/modules/by-module/Error/
Source: Error-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,7 +48,7 @@ Authors:
%build
perl Makefile.PL
make
make %{?_smp_mflags}
%check
make test
@ -71,10 +71,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
/var/adm/perl-modules/*
%changelog
* Wed Sep 10 2008 anicka@suse.cz
- update to 0.17015
* Added the "SEE ALSO" section to the Error.pm POD mentioning
Exception::Class and Error::Exception.
* Made Makefile.PL require perl-5.6.0 and above.
* Thu Jul 24 2008 anicka@suse.cz
- package created (version 0.17012)