delete git and add BuildRequires procps-ng

This commit is contained in:
zhang__3125 2022-06-27 18:43:07 +08:00
parent 645956d915
commit ccd2299414

View File

@ -4,9 +4,9 @@
Name: gedit
Version: 3.38.2
Epoch: 1
Release: 1
Release: 2
Summary: Text editor for the GNOME desktop
License: GPLv2+ and GFDL
License: GPLv2+ and GFDL-1.1-or-later
URL: https://wiki.gnome.org/Apps/Gedit
Source0: https://download.gnome.org/sources/gedit/3.38/gedit-%{version}.tar.xz
Patch1: python3-install-path-fix.patch
@ -17,11 +17,12 @@ BuildRequires: pkgconfig(gspell-1) >= 1.0 python3-devel python3-gobject >=
BuildRequires: pkgconfig(gtksourceview-4) >= 4.0.2 pkgconfig(iso-codes) itstool vala meson
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.14.1 pkgconfig(libxml-2.0) intltool yelp-tools
BuildRequires: pkgconfig(pygobject-3.0) desktop-file-utils gettext which /usr/bin/appstream-util
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(tepl-5) >= 4.99.2 gtk-doc
BuildRequires: pkgconfig(libsoup-2.4) pkgconfig(tepl-5) >= 4.99.2 gtk-doc procps-ng
Requires: glib2 >= 2.64 gspell >= 1.0 gtk3 >= 3.22.0 gtksourceview4 >= 4.0.2
Requires: libpeas-loader-python3 python3-gobject >= 3.0.0 zenity tepl >= 4.99.2
Requires: gsettings-desktop-schemas gvfs desktop-file-utils >= 0.22-6
Obsoletes: gedit-collaboration < 3.6.1-6
%description
gedit is a powerful small text editor dedicated to the GNOME desktop.
gedit supports unicode encoding, has most standard text editor functions,
@ -45,7 +46,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 +98,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de
%{_mandir}/man1/*
%changelog
* Mon Jun 27 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:3.38.2-2
- delete git and add BuildRequires procps-ng
* 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