commit
6523cee5bc
@ -0,0 +1 @@
|
||||
SOURCES/Mojo-SQLite-3.009.tar.gz
|
@ -0,0 +1 @@
|
||||
e38c88c1a20e69642cad58643ee2b838e21af831 SOURCES/Mojo-SQLite-3.009.tar.gz
|
@ -0,0 +1,144 @@
|
||||
Name: perl-Mojo-SQLite
|
||||
Version: 3.009
|
||||
Release: 4%{?dist}
|
||||
Summary: Tiny Mojolicious wrapper for SQLite
|
||||
License: Artistic 2.0
|
||||
|
||||
URL: https://metacpan.org/release/Mojo-SQLite/
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/Mojo-SQLite-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
# build deps
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Module::Build::Tiny)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# run deps
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(DBD::SQLite) >= 1.68
|
||||
BuildRequires: perl(DBI) >= 1.627
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Mojo::Base)
|
||||
BuildRequires: perl(Mojo::Collection)
|
||||
BuildRequires: perl(Mojo::EventEmitter)
|
||||
BuildRequires: perl(Mojo::File)
|
||||
BuildRequires: perl(Mojo::IOLoop)
|
||||
BuildRequires: perl(Mojo::JSON)
|
||||
BuildRequires: perl(Mojo::Loader)
|
||||
BuildRequires: perl(Mojo::Util)
|
||||
BuildRequires: perl(SQL::Abstract)
|
||||
BuildRequires: perl(SQL::Abstract::Pg)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(constant)
|
||||
# test deps
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Mojolicious::Lite)
|
||||
BuildRequires: perl(Test::Mojo)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(URI) >= 1.69
|
||||
BuildRequires: perl(URI::db) >= 0.15
|
||||
BuildRequires: perl(URI::file) >= 4.21
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite a lot
|
||||
of fun to use with the Mojolicious real-time web framework. Use all SQL
|
||||
features SQLite has to offer, generate CRUD queries from data structures,
|
||||
and manage your database schema with migrations.
|
||||
|
||||
%prep
|
||||
%setup -q -n Mojo-SQLite-%{version}
|
||||
|
||||
%build
|
||||
/usr/bin/perl Build.PL --installdirs=vendor
|
||||
./Build
|
||||
|
||||
%install
|
||||
./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
RELEASE_TESTING=1 ./Build test
|
||||
|
||||
%files
|
||||
%doc Changes CONTRIBUTING.md README
|
||||
%license LICENSE
|
||||
%{perl_vendorlib}/Mojo*
|
||||
%{_mandir}/man3/Mojo*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.009-4
|
||||
- Rebuilt for MSVSphere 9.3
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.009-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.009-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.009-2
|
||||
- Perl 5.36 rebuild
|
||||
|
||||
* Sun Mar 27 2022 Emmanuel Seyman <emmanuel@seyman.fr> - 3.009-1
|
||||
- Update to 3.009
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.008-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sun Nov 28 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.008-1
|
||||
- Update to 3.008
|
||||
|
||||
* Sun Aug 08 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.007-1
|
||||
- Update to 3.007
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.006-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Sat Jun 19 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.006-1
|
||||
- Update to 3.006
|
||||
|
||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 3.005-2
|
||||
- Perl 5.34 rebuild
|
||||
|
||||
* Sun Feb 21 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 3.005-1
|
||||
- Update to 3.005
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.004-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.004-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Jul 26 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 3.004-1
|
||||
- Update to 3.004
|
||||
|
||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 3.003-3
|
||||
- Perl 5.32 rebuild
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.003-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Jun 23 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 3.002-1
|
||||
- Update to 3.002
|
||||
|
||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 3.001-3
|
||||
- Perl 5.30 rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.001-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Nov 16 2018 Emmanuel Seyman <emmanuel@seyman.fr> 3.001-1
|
||||
- Initial specfile, based on the one autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue