delete git and add BuildRequires procps-ng
This commit is contained in:
parent
645956d915
commit
ccd2299414
12
gedit.spec
12
gedit.spec
@ -4,9 +4,9 @@
|
|||||||
Name: gedit
|
Name: gedit
|
||||||
Version: 3.38.2
|
Version: 3.38.2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Text editor for the GNOME desktop
|
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
|
URL: https://wiki.gnome.org/Apps/Gedit
|
||||||
Source0: https://download.gnome.org/sources/gedit/3.38/gedit-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gedit/3.38/gedit-%{version}.tar.xz
|
||||||
Patch1: python3-install-path-fix.patch
|
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(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(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(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: 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: libpeas-loader-python3 python3-gobject >= 3.0.0 zenity tepl >= 4.99.2
|
||||||
Requires: gsettings-desktop-schemas gvfs desktop-file-utils >= 0.22-6
|
Requires: gsettings-desktop-schemas gvfs desktop-file-utils >= 0.22-6
|
||||||
Obsoletes: gedit-collaboration < 3.6.1-6
|
Obsoletes: gedit-collaboration < 3.6.1-6
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gedit is a powerful small text editor dedicated to the GNOME desktop.
|
gedit is a powerful small text editor dedicated to the GNOME desktop.
|
||||||
gedit supports unicode encoding, has most standard text editor functions,
|
gedit supports unicode encoding, has most standard text editor functions,
|
||||||
@ -45,7 +46,7 @@ Requires: gedit = %{epoch}:%{version}-%{release}
|
|||||||
documentationforuserof gedit.
|
documentationforuserof gedit.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n gedit-%{version} -p1 -S git
|
%autosetup -n gedit-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dgtk_doc=true
|
%meson -Dgtk_doc=true
|
||||||
@ -97,6 +98,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 24 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.2-1
|
||||||
- Upgrade to 3.38.2
|
- Upgrade to 3.38.2
|
||||||
- Update Epoch, Version, Release, Source0, BuildRequires, Requires
|
- Update Epoch, Version, Release, Source0, BuildRequires, Requires
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user