SPECS/perl-DBD-SQLite/perl-DBD-SQLite.spec
f4d17450
 # Got the intial spec from Fedora and modified it
 Summary:        SQLite DBI Driver
 Name:           perl-DBD-SQLite
f14e6e41
 Version:        1.50
c3a3fd12
 Release:        2%{?dist}
f4d17450
 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
f14e6e41
 %define sha1 DBD-SQLite=49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7
f4d17450
 Vendor:		VMware, Inc.
 Distribution:	Photon
 BuildRequires:  sqlite-autoconf
 BuildRequires:  perl
 BuildRequires:	perl-DBI
 Requires:	perl-DBI
 Requires:	perl
 
 %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}
 
 %build
 CFLAGS="%{optflags}" perl Makefile.PL 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
c3a3fd12
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 1.50-2
 -	GA - Bump release of all rpms
f14e6e41
 *   Tue Feb 23 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 1.50-1
 -   Upgraded to version 1.50
df4c01bb
 *	Thu Jan 21 2016 Anish Swaminathan <anishs@vmware.com> 1.48-1
 -	Upgrade version
f4d17450
 *	Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 1.46-1
 -	Initial version.