From ccd22994147784f9230692621789778beacb6a55 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Mon, 27 Jun 2022 18:43:07 +0800 Subject: [PATCH] delete git and add BuildRequires procps-ng --- gedit.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gedit.spec b/gedit.spec index 895dd3f..8c88107 100644 --- a/gedit.spec +++ b/gedit.spec @@ -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 - 1:3.38.2-2 +- delete git and add BuildRequires procps-ng + * Mon May 24 2021 weijin deng - 3.38.2-1 - Upgrade to 3.38.2 - Update Epoch, Version, Release, Source0, BuildRequires, Requires