|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-SQL-Abstract
|
|
|
|
Name: perl-SQL-Abstract
|
|
|
|
Version: 1.84
|
|
|
|
Version: 1.85
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Generate SQL from Perl data structures
|
|
|
|
Summary: Generate SQL from Perl data structures
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -8,8 +8,8 @@ URL: http://search.cpan.org/dist/SQL-Abstract
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Abstract-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Abstract-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
@ -91,7 +91,7 @@ make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
|
|
|
%doc Changes README
|
|
|
|
# %{_bindir}/format-sql
|
|
|
|
# %%{_bindir}/format-sql
|
|
|
|
%{perl_vendorlib}/SQL/
|
|
|
|
%{perl_vendorlib}/SQL/
|
|
|
|
%{_mandir}/man3/SQL::Abstract.3pm*
|
|
|
|
%{_mandir}/man3/SQL::Abstract.3pm*
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Test.3pm*
|
|
|
|
%{_mandir}/man3/SQL::Abstract::Test.3pm*
|
|
|
@ -102,6 +102,9 @@ make test
|
|
|
|
%{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
|
|
|
|
%{_mandir}/man3/DBIx::Class::Storage::Debug::PrettyPrint.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 06 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.85-1
|
|
|
|
|
|
|
|
- 1.85 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.84-4
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.84-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|