parent
ca036dd310
commit
6507676b4e
@ -0,0 +1 @@
|
||||
/SQL-SplitStatement-1.00020.tar.gz
|
@ -0,0 +1,70 @@
|
||||
Name: perl-SQL-SplitStatement
|
||||
Version: 1.00020
|
||||
Release: 3%{?dist}
|
||||
Summary: Split any SQL code into atomic statements
|
||||
License: GPL+ or Artistic
|
||||
|
||||
URL: http://search.cpan.org/dist/SQL-SplitStatement/
|
||||
Source0: http://www.cpan.org/authors/id/E/EM/EMAZEP/SQL-SplitStatement-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Class::Accessor::Fast)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Pod::Usage)
|
||||
BuildRequires: perl(Regexp::Common)
|
||||
BuildRequires: perl(SQL::Tokenizer) >= 0.22
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Script::Run)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
This is a simple module which tries to split any SQL code, even including
|
||||
non-standard extensions (for the details see the "SUPPORTED DBMSs" section
|
||||
of the module documentation), into the atomic statements it is composed of.
|
||||
|
||||
%prep
|
||||
%setup -q -n SQL-SplitStatement-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc Changes README
|
||||
# The LICENSE file is outdated and contains the wrong address for the FSF
|
||||
# https://rt.cpan.org/Ticket/Display.html?id=107996
|
||||
%license LICENSE
|
||||
%{_bindir}/sql-split
|
||||
%{perl_vendorlib}/SQL
|
||||
%{_mandir}/man1/sql-split*
|
||||
%{_mandir}/man3/SQL*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 29 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.00020-3
|
||||
- Take into account review comments (#1276161)
|
||||
|
||||
* Thu Oct 22 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 1.00020-2
|
||||
- Clean up the spec file
|
||||
|
||||
* Sat Oct 17 2015 Adam Williamson <awilliam@redhat.com> - 1.00020-1
|
||||
- initial package
|
Loading…
Reference in new issue