|
|
@ -1,6 +1,6 @@
|
|
|
|
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.11020
|
|
|
|
Version: 0.11021
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -8,7 +8,7 @@ Source0: http://search.cpan.org/CPAN/authors/id/I/IL/ILMARI/SQL-Translato
|
|
|
|
URL: http://search.cpan.org/dist/SQL-Translator/
|
|
|
|
URL: http://search.cpan.org/dist/SQL-Translator/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.54
|
|
|
|
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
|
|
|
|
BuildRequires: perl(Module::Install::AuthorTests)
|
|
|
|
BuildRequires: perl(Module::Install::AuthorTests)
|
|
|
@ -138,12 +138,11 @@ sed -i -e '1 s|^#!/usr/bin/env perl|#!%{__perl}|' script/*
|
|
|
|
chmod -x lib/SQL/Translator/Parser/JSON.pm
|
|
|
|
chmod -x lib/SQL/Translator/Parser/JSON.pm
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
|
|
|
|
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
@ -157,6 +156,9 @@ make test
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
%{_mandir}/man[13]/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 03 2015 Petr Šabata <contyk@redhat.com> - 0.11021-1
|
|
|
|
|
|
|
|
- 0.11021 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 24 2014 Petr Pisar <ppisar@redhat.com> - 0.11020-1
|
|
|
|
* Mon Nov 24 2014 Petr Pisar <ppisar@redhat.com> - 0.11020-1
|
|
|
|
- 0.11020 bump
|
|
|
|
- 0.11020 bump
|
|
|
|
|
|
|
|
|
|
|
|