|
|
@ -33,12 +33,12 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-DBI
|
|
|
|
Name: perl-DBI
|
|
|
|
Version: 1.643
|
|
|
|
Version: 1.641
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A database access API for perl
|
|
|
|
Summary: A database access API for perl
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: http://dbi.perl.org/
|
|
|
|
URL: http://dbi.perl.org/
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
@ -67,7 +67,6 @@ BuildRequires: perl(DynaLoader)
|
|
|
|
BuildRequires: perl(Errno)
|
|
|
|
BuildRequires: perl(Errno)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Fcntl)
|
|
|
|
BuildRequires: perl(Fcntl)
|
|
|
|
BuildRequires: perl(FileHandle)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
@ -100,7 +99,6 @@ BuildRequires: perl(MLDBM)
|
|
|
|
BuildRequires: perl(SQL::Statement) >= 1.402
|
|
|
|
BuildRequires: perl(SQL::Statement) >= 1.402
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
# Tests
|
|
|
|
# Tests
|
|
|
|
BuildRequires: perl(blib)
|
|
|
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
BuildRequires: perl(Benchmark)
|
|
|
|
BuildRequires: perl(Benchmark)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
@ -122,7 +120,6 @@ Suggests: perl(Clone) >= 0.34
|
|
|
|
%if %{with perl_DBI_enables_DB_File}
|
|
|
|
%if %{with perl_DBI_enables_DB_File}
|
|
|
|
Suggests: perl(DB_File)
|
|
|
|
Suggests: perl(DB_File)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Requires: perl(FileHandle)
|
|
|
|
|
|
|
|
Requires: perl(Math::BigInt)
|
|
|
|
Requires: perl(Math::BigInt)
|
|
|
|
%if %{with perl_DBI_enables_MLDBM}
|
|
|
|
%if %{with perl_DBI_enables_MLDBM}
|
|
|
|
Suggests: perl(MLDBM)
|
|
|
|
Suggests: perl(MLDBM)
|
|
|
@ -159,12 +156,12 @@ for F in lib/DBD/Gofer.pm; do
|
|
|
|
touch -r "$F" "${F}.utf8"
|
|
|
|
touch -r "$F" "${F}.utf8"
|
|
|
|
mv "${F}.utf8" "$F"
|
|
|
|
mv "${F}.utf8" "$F"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
chmod 644 ex/*
|
|
|
|
|
|
|
|
chmod 744 dbixs_rev.pl
|
|
|
|
# Fix shell bangs
|
|
|
|
# Fix shell bangs
|
|
|
|
for F in dbixs_rev.pl ex/corogofer.pl; do
|
|
|
|
for F in dbixs_rev.pl ex/corogofer.pl; do
|
|
|
|
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
|
|
|
perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
chmod 0644 ex/*
|
|
|
|
|
|
|
|
chmod 0755 dbixs_rev.pl
|
|
|
|
|
|
|
|
%if %{without perl_DBI_enables_coro}
|
|
|
|
%if %{without perl_DBI_enables_coro}
|
|
|
|
rm lib/DBD/Gofer/Transport/corostream.pm
|
|
|
|
rm lib/DBD/Gofer/Transport/corostream.pm
|
|
|
|
sed -i -e '/^lib\/DBD\/Gofer\/Transport\/corostream.pm$/d' MANIFEST
|
|
|
|
sed -i -e '/^lib\/DBD\/Gofer\/Transport\/corostream.pm$/d' MANIFEST
|
|
|
@ -184,12 +181,11 @@ for F in lib/DBI/W32ODBC.pm lib/Win32/DBIODBC.pm; do
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="%{optflags}"
|
|
|
|
NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{make_install}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name '*.bs' -empty -delete
|
|
|
|
find %{buildroot} -type f -name '*.bs' -empty -delete
|
|
|
|
%{_fixperms} '%{buildroot}'/*
|
|
|
|
%{_fixperms} '%{buildroot}'/*
|
|
|
|
|
|
|
|
|
|
|
@ -218,66 +214,6 @@ make test
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.643-9
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.643-8
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.643-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.643-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.643-5
|
|
|
|
|
|
|
|
- Perl 5.32 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.643-4
|
|
|
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 12 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.643-3
|
|
|
|
|
|
|
|
- Add BR: perl(FileHandle)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 10 2020 Petr Pisar <ppisar@redhat.com> - 1.643-2
|
|
|
|
|
|
|
|
- Build-require blib for tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 05 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.643-1
|
|
|
|
|
|
|
|
- 1.643 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 04 2020 Tom Stellard <tstellar@redhat.com> - 1.642-7
|
|
|
|
|
|
|
|
- Spec file cleanups: Use make_build and make_install macros
|
|
|
|
|
|
|
|
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
|
|
|
|
|
|
|
- https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.642-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.642-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.642-4
|
|
|
|
|
|
|
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.642-3
|
|
|
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.642-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.642-1
|
|
|
|
|
|
|
|
- 1.642 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.641-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.641-3
|
|
|
|
|
|
|
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.641-2
|
|
|
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 1.641-1
|
|
|
|
* Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 1.641-1
|
|
|
|
- 1.641 bump
|
|
|
|
- 1.641 bump
|
|
|
|
|
|
|
|
|
|
|
|