remove rpath
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
This commit is contained in:
parent
abd2e1c3c3
commit
1ffd6d8292
9
eog.spec
9
eog.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: eog
|
||||
Version: 43.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A GNOME Image Viewer
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||
@ -22,6 +22,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gsettings-desktop-
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 0.7.4 pkgconfig(libpeas-gtk-1.0) >= 0.7.4 pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(shared-mime-info) pkgconfig(x11)
|
||||
BuildRequires: desktop-file-utils gettext itstool libjpeg-devel meson zlib-devel libappstream-glib gi-docgen
|
||||
BuildRequires: chrpath
|
||||
#BuildRequires: pkgconfig(libportal)
|
||||
|
||||
Requires: gsettings-desktop-schemas
|
||||
@ -55,6 +56,9 @@ verify the Usability of the eog package.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
chrpath -d %{buildroot}%{_bindir}/eog
|
||||
chrpath -d %{buildroot}%{_libdir}/eog/plugins/*.so
|
||||
chrpath -d %{buildroot}%{_libdir}/eog/libeog.so
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
@ -83,6 +87,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-2
|
||||
- remove rpath
|
||||
|
||||
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-1
|
||||
- Update to 43.1 for gnome 43
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user