delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:14:39 +08:00
parent 69ab70f4ff
commit b05527dc87
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: perl-DBD-MySQL
Version: 4.050
Release: 1
Release: 2
Summary: Perl [DBI] driver for access to MySQL databases.
License: GPL+ or Artistic
URL: https://metacpan.org/release/DBD-mysql
@ -8,7 +8,7 @@ Source0: https://cpan.metacpan.org/authors/id/D/DV/DVEEDEN/DBD-mysql-%{ve
BuildRequires: coreutils findutils gcc mariadb-connector-c mariadb-connector-c-devel openssl-devel perl-devel
BuildRequires: perl-generators perl-interpreter zlib-devel perl perl-macros perl-interpreter perl-File-Path
BuildRequires: perl-PathTools perl-Getopt-Long perl-libs perl-ExtUtils-MakeMaker perl-Data-Dumper git
BuildRequires: perl-PathTools perl-Getopt-Long perl-libs perl-ExtUtils-MakeMaker perl-Data-Dumper
BuildRequires: perl(DBI) >= 1.609
BuildRequires: perl(DBI::DBD)
BuildRequires: perl(Test::Deep)
@ -33,7 +33,7 @@ Requires: man
This contains man files for the using of perl-DBD-MySQL.
%prep
%autosetup -Sgit -n DBD-mysql-%{version}
%autosetup -n DBD-mysql-%{version} -p1
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
@ -56,6 +56,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.050-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Jan 14 2021 yanglongkang <yanglongkang@huawei.com> - 4.050-1
- update version 4.050