|
|
@ -1,17 +1,15 @@
|
|
|
|
Name: perl-SQL-Translator
|
|
|
|
Name: perl-SQL-Translator
|
|
|
|
Summary: Manipulate structured data definitions (SQL and more)
|
|
|
|
Summary: Manipulate structured data definitions (SQL and more)
|
|
|
|
Version: 0.11021
|
|
|
|
Version: 0.11022
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
|
|
|
|
# Adapt to changes in JSON-PP-0.92, bug #1455782, CPAN RT#121901
|
|
|
|
|
|
|
|
Patch0: SQL-Translator-0.11021-Adapt-tests-to-JSON-PP-2.92.patch
|
|
|
|
|
|
|
|
URL: http://search.cpan.org/dist/SQL-Translator/
|
|
|
|
URL: http://search.cpan.org/dist/SQL-Translator/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
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(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(inc::Module::Install) >= 1.06
|
|
|
|
BuildRequires: perl(inc::Module::Install) >= 1.06
|
|
|
@ -57,7 +55,6 @@ BuildRequires: perl(GraphViz)
|
|
|
|
BuildRequires: perl(IO::Dir)
|
|
|
|
BuildRequires: perl(IO::Dir)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(IO::Handle)
|
|
|
|
BuildRequires: perl(JSON) >= 2.0
|
|
|
|
BuildRequires: perl(JSON) >= 2.0
|
|
|
|
BuildRequires: perl(List::MoreUtils) >= 0.09
|
|
|
|
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(Moo) >= 1.000003
|
|
|
|
BuildRequires: perl(Moo) >= 1.000003
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
|
BuildRequires: perl(Moo::Role)
|
|
|
@ -67,7 +64,6 @@ BuildRequires: perl(Pod::Usage)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Spreadsheet::ParseExcel) >= 0.41
|
|
|
|
BuildRequires: perl(Spreadsheet::ParseExcel) >= 0.41
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(Storable)
|
|
|
|
BuildRequires: perl(strictures) >= 1
|
|
|
|
|
|
|
|
BuildRequires: perl(Sub::Quote)
|
|
|
|
BuildRequires: perl(Sub::Quote)
|
|
|
|
BuildRequires: perl(Template) >= 2.20
|
|
|
|
BuildRequires: perl(Template) >= 2.20
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
@ -140,7 +136,6 @@ ER diagram producer for SQL::Translator.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n SQL-Translator-%{version}
|
|
|
|
%setup -q -n SQL-Translator-%{version}
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
# Remove bundled modules
|
|
|
|
# Remove bundled modules
|
|
|
|
rm -r inc
|
|
|
|
rm -r inc
|
|
|
|
sed -i -e '/^inc\//d' MANIFEST
|
|
|
|
sed -i -e '/^inc\//d' MANIFEST
|
|
|
@ -173,6 +168,9 @@ make test
|
|
|
|
%{_mandir}/man3/SQL::Translator::Producer::Diagram.*
|
|
|
|
%{_mandir}/man3/SQL::Translator::Producer::Diagram.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.11022-1
|
|
|
|
|
|
|
|
- 0.11022 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11021-10
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11021-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|