%prep no longer patched with git

This commit is contained in:
shine_ 2021-06-09 12:24:51 +08:00
parent 767e0ac8a8
commit 50675239a4

View File

@ -1,7 +1,7 @@
Name: perl-FCGI Name: perl-FCGI
Epoch: 1 Epoch: 1
Version: 0.78 Version: 0.78
Release: 11 Release: 12
Summary: FastCGI Perl bindings Summary: FastCGI Perl bindings
License: OML License: OML
URL: https://metacpan.org/release/FCGI URL: https://metacpan.org/release/FCGI
@ -26,7 +26,7 @@ Obsoletes: perl-FCGI-doc < %{epoch}:%{version}-%{release}
Documentation for developing programs that will use FCGI. Documentation for developing programs that will use FCGI.
%prep %prep
%autosetup -n FCGI-%{version} -p1 -S git %autosetup -n FCGI-%{version} -p1
find . -type f -exec chmod -c -x {} + find . -type f -exec chmod -c -x {} +
%build %build
@ -50,6 +50,9 @@ make test
%doc ChangeLog README %doc ChangeLog README
%changelog %changelog
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1:0.78-12
- %prep no longer patched with git
* Tue Apr 14 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1:0.78-11 * Tue Apr 14 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1:0.78-11
- Package init - Package init