delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 22:38:51 +08:00
parent 645956d915
commit f2040542e3
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -4,7 +4,7 @@
Name: gedit
Version: 3.38.2
Epoch: 1
Release: 1
Release: 2
Summary: Text editor for the GNOME desktop
License: GPLv2+ and GFDL
URL: https://wiki.gnome.org/Apps/Gedit
@ -45,7 +45,7 @@ Requires: gedit = %{epoch}:%{version}-%{release}
documentationforuserof gedit.
%prep
%autosetup -n gedit-%{version} -p1 -S git
%autosetup -n gedit-%{version} -p1
%build
%meson -Dgtk_doc=true
@ -97,6 +97,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de
%{_mandir}/man1/*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.38.2-2
- DESC: delete -S git from %autosetup
* Mon May 24 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.2-1
- Upgrade to 3.38.2
- Update Epoch, Version, Release, Source0, BuildRequires, Requires