|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-SQL-Abstract
|
|
|
|
|
Version: 1.87
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 2.000000
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Generate SQL from Perl data structures
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/SQL-Abstract
|
|
|
|
@ -16,7 +16,7 @@ BuildRequires: perl(warnings)
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
BuildRequires: perl(Data::Dumper::Concise)
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
# DBIx::Class::Storage::Statistic used only with optional tests
|
|
|
|
|
BuildRequires: perl(DBIx::Class::Storage::Statistics)
|
|
|
|
@ -73,6 +73,13 @@ License: GPL+ or Artistic
|
|
|
|
|
%description -n perl-DBIx-Class-Storage-Debug-PrettyPrint
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%package -n perl-DBIx-Class-SQLMaker-Role-SQLA2Passthrough
|
|
|
|
|
Summary: A test of future possibilities
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
|
|
|
|
|
%description -n perl-DBIx-Class-SQLMaker-Role-SQLA2Passthrough
|
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n SQL-Abstract-%{version}
|
|
|
|
|
|
|
|
|
@ -89,17 +96,32 @@ make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%license LICENSE
|
|
|
|
|
# %%{_bindir}/format-sql
|
|
|
|
|
%{perl_vendorlib}/SQL/
|
|
|
|
|
%{_mandir}/man3/DBIx::Class::SQLMaker::Role::SQLA2Passthrough.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Plugin::BangOverrides.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Plugin::ExtraClauses.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Reference.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Role::Plugin.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Test.3pm*
|
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Tree.3pm*
|
|
|
|
|
|
|
|
|
|
%files -n perl-DBIx-Class-Storage-Debug-PrettyPrint
|
|
|
|
|
%{perl_vendorlib}/DBIx/
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{perl_vendorlib}/DBIx/Class/Storage/
|
|
|
|
|
%{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
|
|
|
|
|
|
|
|
|
|
%files -n perl-DBIx-Class-SQLMaker-Role-SQLA2Passthrough
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{perl_vendorlib}/DBIx/Class/SQLMaker/
|
|
|
|
|
%{_mandir}/man3/DBIx::Class::SQLMaker::Role::SQLA2Passthrough.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 22 2021 Tom Callaway <spot@fedoraproject.org> - 2.000000-1
|
|
|
|
|
- update to 2.000000. I think their zero key is stuck.
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.87-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|