update perl-DBD-SQLite.spec.

This commit is contained in:
Markeryang 2020-07-23 15:00:28 +08:00 committed by Gitee
parent 1c408fc64f
commit 6d43de8305

View File

@ -45,11 +45,6 @@ This contains man files for the using of perl-DBD-SQLite.
%prep
%autosetup -n DBD-SQLite-%{version} -p1
rm sqlite*
sed -i -e '/^sqlite/ d' MANIFEST
rm -rf inc
sed -i -e '/^inc\// d' MANIFEST
%build
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build OPTIMIZE="%{optflags}"