!10 libev delete -Sgit from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-08-19 08:22:34 +00:00 committed by Gitee
commit fa22c31c5b

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