8
0
forked from pool/perl-DB_File

Accepting request 761214 from devel:languages:perl:autoupdate

- updated to 1.853
   see /usr/share/doc/packages/perl-DB_File/Changes

OBS-URL: https://build.opensuse.org/request/show/761214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=15
This commit is contained in:
Lars Vogdt
2020-01-07 07:54:01 +00:00
committed by Git OBS Bridge
parent bd891785cb
commit 58b30e99d4
4 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DB_File
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-DB_File
Version: 1.852
Version: 1.853
Release: 0
%define cpan_name DB_File
Summary: Perl5 access to Berkeley DB version 1.x
@@ -81,7 +81,7 @@ DB_BTREE. In this case the key will consist of a record (line) number.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"