Remove unnecessary -S git

(cherry picked from commit 0ff6b50a808d1ecd71cc9c2fe0569c3e1c5d8023)
This commit is contained in:
yangzhao_kl 2022-06-21 01:30:02 +00:00 committed by openeuler-sync-bot
parent 2726a91b0c
commit cfba490d3a

View File

@ -1,12 +1,12 @@
Name: which
Version: 2.21
Release: 14
Release: 15
Summary: Show the full path of commands
License: GPLv3
URL: https://savannah.gnu.org/projects/which/
Source0: http://ftp.gnu.org/gnu/which/%{name}-%{version}.tar.gz
BuildRequires: gcc git
BuildRequires: gcc
%description
Which takes one or more arguments. For each of its arguments it prints to stdout
@ -19,7 +19,7 @@ Summary: Help files for which
Contains documents and manuals files for which
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
%build
%configure
@ -40,6 +40,12 @@ rm -f %{buildroot}/%{_datadir}/info/dir
%{_datadir}/info/%{name}.info.gz
%changelog
* Mon Jun 20 2022 yangzhao <yangzhao1@kylinos.cn> - 2.21-15
- Type: enhancement
- ID: NA
- SUG: NA
- DESC: remove unnecessary -S git
* Wed Jan 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.21-14
- Type: enhancement
- ID: NA