remove rpath
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
This commit is contained in:
parent
330f33da7d
commit
e498ae6c8c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: gnome-connections
|
Name: gnome-connections
|
||||||
Version: 43.0
|
Version: 43.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A remote desktop client for the GNOME desktop environment
|
Summary: A remote desktop client for the GNOME desktop environment
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://gitlab.gnome.org/gnome/connections/-/wikis/home
|
URL: https://gitlab.gnome.org/gnome/connections/-/wikis/home
|
||||||
@ -25,6 +25,7 @@ BuildRequires: pkgconfig(gtk-vnc-2.0)
|
|||||||
BuildRequires: pkgconfig(gvncpulse-1.0)
|
BuildRequires: pkgconfig(gvncpulse-1.0)
|
||||||
BuildRequires: pkgconfig(libhandy-1)
|
BuildRequires: pkgconfig(libhandy-1)
|
||||||
BuildRequires: pkgconfig(libsecret-1)
|
BuildRequires: pkgconfig(libsecret-1)
|
||||||
|
BuildRequires: chrpath
|
||||||
|
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Obsoletes: connections < 40.0-2
|
Obsoletes: connections < 40.0-2
|
||||||
@ -44,6 +45,7 @@ Connections is a remote desktop client for the GNOME desktop environment.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/gnome-connections
|
||||||
%find_lang gnome-connections --with-gnome
|
%find_lang gnome-connections --with-gnome
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_includedir}/gnome-connections/
|
rm -rf %{buildroot}%{_includedir}/gnome-connections/
|
||||||
@ -70,6 +72,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
|
|||||||
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-2
|
||||||
|
- remove rpath
|
||||||
|
|
||||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
|
||||||
- Update to 43.0
|
- Update to 43.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user