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