forked from pool/perl-Data-ObjectDriver
Accepting request 1278603 from devel:languages:perl:autoupdate
- updated to 0.250.0 (0.25) see /usr/share/doc/packages/perl-Data-ObjectDriver/Changes OBS-URL: https://build.opensuse.org/request/show/1278603 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-ObjectDriver?expand=0&rev=30
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-ObjectDriver
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Data-ObjectDriver
|
||||
Name: perl-Data-ObjectDriver
|
||||
Version: 0.230.0
|
||||
Version: 0.250.0
|
||||
Release: 0
|
||||
# 0.23 -> normalize -> 0.230.0
|
||||
%define cpan_version 0.23
|
||||
# 0.25 -> normalize -> 0.250.0
|
||||
%define cpan_version 0.25
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Simple, transparent data interface, with caching
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -36,7 +36,7 @@ BuildRequires: perl(Class::Trigger)
|
||||
BuildRequires: perl(DBI)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.35.0
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Class::Accessor::Fast)
|
||||
@@ -85,7 +85,7 @@ multiple physical databases, without your application code needing to know
|
||||
where the data is stored.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
Reference in New Issue
Block a user