468769
Name:           perl-DBD-SQLite
468769
Version:        1.39
468769
Release:        3%{?dist}
468769
Summary:        SQLite DBI Driver
468769
Group:          Development/Libraries
468769
License:        GPL+ or Artistic
468769
URL:            http://search.cpan.org/dist/DBD-SQLite/
468769
Source0:        http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
468769
patch0:         perl-DBD-SQLite-bz543982.patch
468769
# if sqlite >= 3.1.3 then
468769
#   perl-DBD-SQLite uses the external library
468769
# else
468769
#   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
468769
BuildRequires:  sqlite-devel
468769
BuildRequires:  perl
468769
BuildRequires:  perl(constant)
468769
BuildRequires:  perl(DynaLoader)
468769
BuildRequires:  perl(ExtUtils::MakeMaker)
468769
# Prevent bug #443495
468769
BuildRequires:  perl(DBI) >= 1.607
468769
BuildRequires:  perl(strict)
468769
BuildRequires:  perl(warnings)
468769
# Tests only
468769
BuildRequires:  perl(Carp)
468769
BuildRequires:  perl(Data::Dumper)
468769
BuildRequires:  perl(Encode)
468769
BuildRequires:  perl(Exporter)
468769
BuildRequires:  perl(File::Spec) >= 0.82
468769
BuildRequires:  perl(File::Spec::Functions)
468769
BuildRequires:  perl(File::Temp)
468769
BuildRequires:  perl(locale)
468769
BuildRequires:  perl(Test::Builder)
468769
BuildRequires:  perl(Test::More) >= 0.42
468769
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
468769
468769
%{?perl_default_filter}
468769
468769
%description
468769
SQLite is a public domain RDBMS database engine that you can find at
468769
http://www.hwaci.com/sw/sqlite/.
468769
468769
This module provides a SQLite RDBMS module that uses the system SQLite 
468769
libraries.
468769
468769
%prep
468769
%setup -q -n DBD-SQLite-%{version}
468769
%patch0 -p1 -b .bz543982
468769
468769
%build
468769
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
468769
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
468769
468769
%install
468769
make pure_install DESTDIR=%{buildroot}
468769
find %{buildroot} -type f \( -name .packlist -o \
468769
     -name '*.bs' -size 0 \) -exec rm -f {} ';'
468769
%{_fixperms} %{buildroot}/*
468769
468769
%check
468769
make test
468769
468769
%files
468769
%doc Changes README
468769
%{perl_vendorarch}/auto/*
468769
%{perl_vendorarch}/DBD/
468769
%{_mandir}/man3/*.3pm*
468769
468769
%changelog
468769
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.39-3
468769
- Mass rebuild 2014-01-24
468769
468769
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.39-2
468769
- Mass rebuild 2013-12-27
468769
468769
* Mon Jun 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.39-1
468769
- 1.39 bump
468769
- Use DESTDIR rather than PERL_INSTALL_ROOT
468769
- Update source URL
468769
468769
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-4
468769
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
468769
468769
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-3
468769
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
468769
468769
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 1.37-2
468769
- Perl 5.16 rebuild
468769
468769
* Tue Jun 12 2012 Petr Šabata <contyk@redhat.com> - 1.37-1
468769
- 1.37 bump (sqlite3.7.11 and various bugfixes)
468769
- Drop command macros
468769
- Fix dependencies
468769
468769
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
468769
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
468769
468769
* Tue Nov 29 2011 Petr Šabata <contyk@redhat.com> - 1.35-1
468769
- 1.35 bump
468769
468769
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.33-2
468769
- Perl mass rebuild
468769
468769
* Mon May 30 2011 Petr Sabata <contyk@redhat.com> - 1.33-1
468769
- 1.33 bump
468769
- BuildRoot and defattr cleanup
468769
- Dropping the FTS3 tests patch; included upstream
468769
468769
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-3
468769
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
468769
468769
* Wed Sep 29 2010 jkeating - 1.31-2
468769
- Rebuilt for gcc bug 634757
468769
468769
* Wed Sep 15 2010 Petr Sabata <psabata@redhat.com> - 1.31-1
468769
- New release, v1.31
468769
- Significant FTS3 changes -- might break compatibility with pre-1.30 applications using FTS3
468769
- New FTS3 tests patch by Paul Howarth
468769
468769
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.29-4
468769
- fix testsuite to run with the latest sqlite (bugs.debian.org/591111)
468769
468769
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.29-3
468769
- rebuild
468769
468769
* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.29-2
468769
- fix description/summary
468769
468769
* Thu Jun 10 2010 Petr Sabata <psabata@redhat.com> - 1.29-1
468769
- Update to the latest release
468769
468769
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.27-4
468769
- Mass rebuild with perl-5.12.0
468769
468769
* Mon Jan 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.27-3
468769
- 543982 change Makefile.PL to compile with system sqlite
468769
468769
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.27-2
468769
- rebuild against perl 5.10.1
468769
468769
* Wed Nov 25 2009 Stepan Kasal <skasal@redhat.com> 1.27-1
468769
- new upstream version
468769
468769
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.25-4
468769
- Filtering errant private provides
468769
468769
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-3
468769
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
468769
468769
* Wed Jun 10 2009 Stepan Kasal <skasal@redhat.com> 1.25-2
468769
- rebuild against DBI 1.609
468769
468769
* Fri May 29 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.25-1
468769
- 1.25 needed for DBIx::Class 0.08103
468769
- auto-update to 1.25 (by cpan-spec-update 0.01)
468769
- added a new br on perl(File::Spec) (version 0.82)
468769
- altered br on perl(Test::More) (0 => 0.42)
468769
- added a new br on perl(DBI) (version 1.57)
468769
468769
* Mon Apr 20 2009 Marcela Maslanova <mmaslano@redhat.com> 1.23-1
468769
- update to the latest version
468769
468769
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-9
468769
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
468769
468769
* Mon Jun  2 2008 Marcela Maslanova <mmaslano@redhat.com> 1.14-8
468769
468769
* Wed Mar 19 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.14-7
468769
- reenable tests
468769
468769
* Tue Mar 18 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.14-6
468769
- apply sanity patches derived from RT#32100
468769
468769
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-5.1
468769
- Rebuild for perl 5.10 (again)
468769
468769
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.14-4.1
468769
- Autorebuild for GCC 4.3
468769
468769
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.14-3.1
468769
- tests disabled, due to x86_64 failures
468769
468769
* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.14-3
468769
- rebuild for new perl
468769
468769
* Wed Dec 19 2007 Steven Pritchard <steve@kspei.com> 1.14-2
468769
- Fix find option order.
468769
- Use fixperms macro instead of our own chmod incantation.
468769
468769
* Mon Dec 10 2007 Robin Norwood <rnorwood@redhat.com> - 1.14-1
468769
- Update to latest upstream version: 1.14
468769
- Remove patch - no longer needed.
468769
468769
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-2.1
468769
- correct license tag
468769
- add BR: perl(ExtUtils::MakeMaker)
468769
468769
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-2
468769
- Rebuild for FC6.
468769
468769
* Tue Apr 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
468769
- Update to 1.12.
468769
468769
* Wed Apr  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-4
468769
- Patch to build with system sqlite 3.3.x (#183530).
468769
- Patch to avoid type information segv (#187873).
468769
468769
* Thu Mar  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-3
468769
- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3);
468769
  see bugzilla entry #183530.
468769
  Forcing package rebuild with the included version of sqlite (3.2.7).
468769
468769
* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-2
468769
- Rebuild for FC5 (perl 5.8.8).
468769
468769
* Fri Dec  2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
468769
- Update to 1.11.
468769
468769
* Fri Dec  2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.10-1
468769
- Update to 1.10.
468769
468769
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
468769
- Build requirement added: sqlite-devel.
468769
- Doc file added: Changes.
468769
468769
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-1
468769
- Update to 1.09.
468769
- This new version can use an external SQLite library (>= 3.1.3).
468769
468769
* Sun Jun 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
468769
- temporary maintainership.
468769
468769
* Sat Jun 11 2005 Michael A. Peters <mpeters@mac.com> 1.08-1.1
468769
- minor changes for initial cvs checkin (removed tabs, better url in
468769
- url tag and description tag)
468769
468769
* Tue Apr 12 2005 Michael A. Peters <mpeters@mac.com> 1.08-1
468769
- created initial spec file from Fedora spectemplate-perl.spec