|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-Mojo-SQLite
|
|
|
|
Name: perl-Mojo-SQLite
|
|
|
|
Version: 3.002
|
|
|
|
Version: 3.003
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tiny Mojolicious wrapper for SQLite
|
|
|
|
Summary: Tiny Mojolicious wrapper for SQLite
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# run deps
|
|
|
|
# run deps
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(DBD::SQLite) >= 1.54
|
|
|
|
BuildRequires: perl(DBD::SQLite) >= 1.64
|
|
|
|
BuildRequires: perl(DBI) >= 1.627
|
|
|
|
BuildRequires: perl(DBI) >= 1.627
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
@ -42,7 +42,7 @@ BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(URI) >= 1.69
|
|
|
|
BuildRequires: perl(URI) >= 1.69
|
|
|
|
BuildRequires: perl(URI::db) >= 0.15
|
|
|
|
BuildRequires: perl(URI::db) >= 0.15
|
|
|
|
BuildRequires: perl(URI::file) >= 4.21
|
|
|
|
BuildRequires: perl(URI::file) >= 4.21
|
|
|
|
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}
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ and manage your database schema with migrations.
|
|
|
|
%setup -q -n Mojo-SQLite-%{version}
|
|
|
|
%setup -q -n Mojo-SQLite-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__perl} Build.PL --installdirs=vendor
|
|
|
|
/usr/bin/perl Build.PL --installdirs=vendor
|
|
|
|
./Build
|
|
|
|
./Build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -73,6 +73,10 @@ RELEASE_TESTING=1 ./Build test
|
|
|
|
%{_mandir}/man3/Mojo*
|
|
|
|
%{_mandir}/man3/Mojo*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Oct 06 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 3.003-1
|
|
|
|
|
|
|
|
- Update to 3.003
|
|
|
|
|
|
|
|
- Replace calls to %%{__perl} with /usr/bin/perl
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.002-2
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.002-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|