|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-DBIx-Class-DeploymentHandler
|
|
|
|
|
Version: 0.002232
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.002233
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Extensible DBIx::Class deployment
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
|
|
|
|
@ -33,6 +33,7 @@ BuildRequires: perl(Moose::Util)
|
|
|
|
|
BuildRequires: perl(MooseX::Role::Parameterized)
|
|
|
|
|
BuildRequires: perl(Path::Class)
|
|
|
|
|
BuildRequires: perl(SQL::Translator)
|
|
|
|
|
BuildRequires: perl(SQL::SplitStatement)
|
|
|
|
|
BuildRequires: perl(SQL::Translator::Diff)
|
|
|
|
|
BuildRequires: perl(Sub::Exporter::Progressive)
|
|
|
|
|
BuildRequires: perl(Text::Brew)
|
|
|
|
@ -64,7 +65,7 @@ BuildRequires: perl(version)
|
|
|
|
|
Requires: perl(DBIx::Class::Schema::Loader)
|
|
|
|
|
Requires: perl(Log::Contextual::Role::Router)
|
|
|
|
|
Requires: perl(Type::Tiny)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
@ -78,22 +79,32 @@ of roles.
|
|
|
|
|
%setup -q -n DBIx-Class-DeploymentHandler-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
AUTHOR_TESTING=1 RELEASE_TESTING=1 make test
|
|
|
|
|
%{make_build} test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes TODO
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_mandir}/man3/DBIx*
|
|
|
|
|
%{perl_vendorlib}/DBIx/Class/DeploymentHandler*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 29 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 0.002233-1
|
|
|
|
|
- Update to 0.002233
|
|
|
|
|
- Replace calls to %%{__perl} with /usr/bin/perl
|
|
|
|
|
- Replace calls to "make pure_install" to %%{make_install}
|
|
|
|
|
- Replace calls to "make" to %%{make_build}
|
|
|
|
|
- Pass NO_PERLLOCAL to Makefile.PL
|
|
|
|
|
- Add %%license tag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.002232-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|