forked from pool/perl-Data-ObjectDriver
Accepting request 354900 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/354900 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-ObjectDriver?expand=0&rev=13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-ObjectDriver
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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-Data-ObjectDriver
|
||||
Version: 0.13
|
||||
Version: 0.14
|
||||
Release: 0
|
||||
%define cpan_name Data-ObjectDriver
|
||||
Summary: Simple, transparent data interface, with caching
|
||||
@@ -35,8 +35,9 @@ BuildRequires: perl(Class::Data::Inheritable)
|
||||
BuildRequires: perl(Class::Trigger)
|
||||
BuildRequires: perl(DBI)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||
BuildRequires: perl(Module::Build) >= 0.380000
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.035
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(Class::Accessor::Fast)
|
||||
Requires: perl(Class::Data::Inheritable)
|
||||
Requires: perl(Class::Trigger)
|
||||
@@ -58,14 +59,14 @@ where the data is stored.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
%{__perl} Build.PL --installdirs=vendor
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user