# Got the intial spec from Fedora and modified it
Summary: SQLite DBI Driver
Name: perl-DBD-SQLite
Version: 1.54
Release: 4%{?dist}
Group: Development/Libraries
License: (GPL+ or Artistic) and Public Domain
URL: http://search.cpan.org/dist/DBD-SQLite/
Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
%define sha1 DBD-SQLite=b9fc3e565899c67beffad2e290a816cbb69b03f2
Vendor: VMware, Inc.
Distribution: Photon
Patch0: enable_sqlite_location.patch
BuildRequires: sqlite-devel >= 3.22.0-3
BuildRequires: perl
BuildRequires: perl-DBI
Requires: perl-DBI
Requires: perl
Requires: sqlite-libs >= 3.22.0-3
%description
SQLite is a public domain RDBMS database engine that you can find at
http://www.hwaci.com/sw/sqlite/.
This module provides a SQLite RDBMS module that uses the system SQLite
libraries.
%prep
%setup -q -n DBD-SQLite-%{version}
%patch0 -p1
%build
CFLAGS="%{optflags}" perl Makefile.PL SQLITE_LOCATION=/usr INSTALLDIRS=vendor
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f \( -name .packlist -o \
-name '*.bs' -size 0 \) -exec rm -f {} ';'
%{_fixperms} %{buildroot}/*
%check
make test
%files
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/DBD/
%{_mandir}/man3/*
%changelog
* Thu May 31 2018 Xiaolin Li <xiaolinl@vmware.com> 1.54-4
- Rebuild perl-DBD-SQLite after changed cflags in sqlite.spec.
* Thu May 24 2018 Xiaolin Li <xiaolinl@vmware.com> 1.54-3
- Build perl-DBD-SQLite with system sqlite.
* Tue Feb 20 2018 Xiaolin Li <xiaolinl@vmware.com> 1.54-2
- Build perl-DBD-SQLite with sqlite-autoconf-3.22.0.
* Mon Apr 3 2017 Robert Qi <qij@vmware.com> 1.54-1
- Upgraded to 1.54
* Wed Nov 16 2016 Alexey Makhalov <ppadmavilasom@vmware.com> 1.50-3
- Use sqlite-devel as a BuildRequires
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.50-2
- GA - Bump release of all rpms
* Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.50-1
- Upgraded to version 1.50
* Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.48-1
- Upgrade version
* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.46-1
- Initial version.