8
0

Accepting request 1065503 from devel:languages:perl:autoupdate

- updated to 0.22
   see /usr/share/doc/packages/perl-Data-ObjectDriver/Changes

OBS-URL: https://build.opensuse.org/request/show/1065503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-ObjectDriver?expand=0&rev=26
This commit is contained in:
2023-02-13 19:05:16 +00:00
committed by Git OBS Bridge
parent 54f9edb431
commit f7131f1d89
4 changed files with 16 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-ObjectDriver
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
Name: perl-Data-ObjectDriver
Version: 0.21
Release: 0
%define cpan_name Data-ObjectDriver
Summary: Simple, transparent data interface, with caching
Name: perl-Data-ObjectDriver
Version: 0.22
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Simple, transparent data interface, with caching
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SI/SIXAPART/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Fast)
@@ -56,7 +54,8 @@ multiple physical databases, without your application code needing to know
where the data is stored.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
@@ -71,7 +70,6 @@ perl Build.PL --installdirs=vendor
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes minil.toml README.md ToDo
%license LICENSE