Accepting request 29196 from devel:languages:perl

Copy from devel:languages:perl/perl-Digest-SHA1 based on submit request 29196 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-SHA1?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-12 10:34:07 +00:00 committed by Git OBS Bridge
parent d2b8a9dc00
commit 3c652a8fa3
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Sat Jul 25 19:37:27 CEST 2009 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Digest-SHA1 (Version 2.12)
#
# Copyright (c) 2009 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
@ -22,7 +22,7 @@ Name: perl-Digest-SHA1
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl Interface to the SHA-1 Algorithm
Version: 2.12
Release: 2
Release: 3
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://search.cpan.org/perldoc?Digest::SHA1
@ -49,7 +49,7 @@ Requires: perl = %{perl_version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test