import perl-DBD-SQLite-1.58-2.el8

This commit is contained in:
CentOS Sources 2019-11-05 15:20:38 -05:00 committed by Andrew Lukoshko
parent c1bd1fcef8
commit 83ce69167b

View File

@ -3,7 +3,7 @@
Name: perl-DBD-SQLite
Version: 1.58
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SQLite DBI Driver
# lib/DBD/SQLite.pm: GPL+ or Artistic
# LICENSE: GPL+ or Artistic
@ -106,12 +106,16 @@ find %{buildroot} -type f -name '*.bs' -size 0 -delete
make test
%files
%license LICENSE
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/DBD/
%{_mandir}/man3/*.3pm*
%changelog
* Thu Mar 28 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.58-2
- Add missing LICENSE file (bug #1691243)
* Thu Mar 29 2018 Petr Pisar <ppisar@redhat.com> - 1.58-1
- 1.58 bump