SHA256
8
0
forked from pool/perl-MLDBM

Accepting request 34020 from devel:languages:perl

Copy from devel:languages:perl/perl-MLDBM based on submit request 34020 from user anicka

OBS-URL: https://build.opensuse.org/request/show/34020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MLDBM?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2010-03-05 10:04:08 +00:00
committed by Git OBS Bridge
parent a064d303ab
commit df07a2e20b
4 changed files with 16 additions and 8 deletions

View File

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

3
MLDBM-2.03.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Mar 4 14:47:03 CET 2010 - anicka@suse.cz
- update to 2.03
* Error in test fixed.
* New tests added.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-MLDBM (Version 2.01)
# spec file for package perl-MLDBM (Version 2.03)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,8 +19,8 @@
Name: perl-MLDBM
Version: 2.01
Release: 384
Version: 2.03
Release: 1
Provides: MLDBM
Conflicts: perlmod
Requires: perl = %{perl_version}
@@ -43,15 +43,16 @@ Authors:
Sarathy <gsar@umich.edu>
%prep
%setup -n MLDBM-%{version}
%setup -n MLDBM-%{version} -q
%build
perl Makefile.PL
make %{?_smp_mflags} all
%check
make test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist