!15 remove rpath
From: @zhang__3125 Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
be5da03097
@ -11,7 +11,7 @@
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 42.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Text editor for the GNOME desktop
|
||||
License: GPLv2+ and GFDL-1.1-or-later
|
||||
URL: https://wiki.gnome.org/Apps/Gedit
|
||||
@ -39,6 +39,7 @@ BuildRequires: vala
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-gobject >= %{pygo_version}
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: chrpath
|
||||
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gspell%{?_isa} >= %{gspell_version}
|
||||
@ -96,6 +97,7 @@ documentation for user of gedit.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
chrpath -d %{buildroot}%{_bindir}/gedit
|
||||
%py_byte_compile %{__python3} %{buildroot}%{python3_sitelib}/gi/overrides
|
||||
%py_byte_compile %{__python3} %{buildroot}%{_libdir}/gedit/plugins/
|
||||
|
||||
@ -166,6 +168,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.gedit.deskt
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 2:42.2-2
|
||||
- remove rpath
|
||||
|
||||
* Mon Sep 5 2022 zhanglin <lin.zhang@turbolinux.com.cn> - 2:42.2-1
|
||||
- Update to 42.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user