delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:58:52 +08:00
parent 3dba4d0dd8
commit fadecce339
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -3,13 +3,13 @@
Name: libev Name: libev
Version: 4.33 Version: 4.33
Release: 2 Release: 3
Summary: A high-performance event loop/event model with lots of features Summary: A high-performance event loop/event model with lots of features
License: BSD or GPLv2+ License: BSD or GPLv2+
URL: https://github.com/enki/libev URL: https://github.com/enki/libev
Source0: https://fossies.org/linux/misc/libev-%{version}.tar.gz Source0: https://fossies.org/linux/misc/libev-%{version}.tar.gz
BuildRequires: autoconf automake coreutils findutils gcc libtool make git tar BuildRequires: autoconf automake coreutils findutils gcc libtool make tar
Provides: bundled(libecb) = 1.05 Provides: bundled(libecb) = 1.05
@ -43,7 +43,7 @@ Summary: Help manual for %{name}
The %{name}-help package conatins man manual etc The %{name}-help package conatins man manual etc
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
autoreconf -vfi autoreconf -vfi
%build %build
@ -76,6 +76,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la
%{_mandir}/man?/* %{_mandir}/man?/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.33-3
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Mon Sep 14 2020 chengzihan <chengzihan2@huawei.com> - 4.33-2 * Mon Sep 14 2020 chengzihan <chengzihan2@huawei.com> - 4.33-2
- Replace invalid url of Source0 - Replace invalid url of Source0