Compare commits
11 Commits
5d7d27588e
...
3765b5e369
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3765b5e369 | ||
|
|
352d6a43bc | ||
|
|
9f7c8983c3 | ||
|
|
88129fa829 | ||
|
|
a301c5d203 | ||
|
|
e498ae6c8c | ||
|
|
330f33da7d | ||
|
|
2ae89dcb02 | ||
|
|
c3ea6e36ee | ||
|
|
302d451599 | ||
|
|
20ac91bb13 |
Binary file not shown.
BIN
gnome-connections-44.1.tar.xz
Normal file
BIN
gnome-connections-44.1.tar.xz
Normal file
Binary file not shown.
@ -4,16 +4,20 @@
|
|||||||
%global url_ver %%(echo %{version} | cut -d. -f1)
|
%global url_ver %%(echo %{version} | cut -d. -f1)
|
||||||
|
|
||||||
Name: gnome-connections
|
Name: gnome-connections
|
||||||
Version: 42.0
|
Version: 44.1
|
||||||
Release: 1
|
Release: 1
|
||||||
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
|
||||||
Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/gnome-connections-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc meson gettext vala yelp-tools
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib desktop-file-utils
|
BuildRequires: gcc
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: vala
|
||||||
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(freerdp2)
|
BuildRequires: pkgconfig(freerdp2)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -21,8 +25,10 @@ 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
|
||||||
Provides: connections = %{version}-%{release}
|
Provides: connections = %{version}-%{release}
|
||||||
Provides: bundled(gtk-frdp)
|
Provides: bundled(gtk-frdp)
|
||||||
Obsoletes: remotely < 1.0-6
|
Obsoletes: remotely < 1.0-6
|
||||||
@ -31,7 +37,7 @@ Obsoletes: remotely < 1.0-6
|
|||||||
Connections is a remote desktop client for the GNOME desktop environment.
|
Connections is a remote desktop client for the GNOME desktop environment.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n gnome-connections-%{version}
|
%autosetup -p1 -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -39,6 +45,10 @@ Connections is a remote desktop client for the GNOME desktop environment.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
chrpath -d %{buildroot}%{_bindir}/gnome-connections
|
||||||
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||||
|
echo "%{_libdir}/gnome-connections" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||||
|
|
||||||
%find_lang gnome-connections --with-gnome
|
%find_lang gnome-connections --with-gnome
|
||||||
|
|
||||||
rm -rf %{buildroot}%{_includedir}/gnome-connections/
|
rm -rf %{buildroot}%{_includedir}/gnome-connections/
|
||||||
@ -51,6 +61,12 @@ rm -rf %{buildroot}%{_datadir}/gnome-connections/vapi/
|
|||||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections.desktop
|
||||||
|
|
||||||
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%files -f gnome-connections.lang
|
%files -f gnome-connections.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md NEWS
|
%doc README.md NEWS
|
||||||
@ -63,7 +79,23 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
|
|||||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Connections-symbolic.svg
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Connections-symbolic.svg
|
||||||
%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
||||||
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
||||||
|
%config(noreplace) /etc/ld.so.conf.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 23 2023 lwg <liweiganga@uniontech.com> - 44.1-1
|
||||||
|
- update to version 44.1
|
||||||
|
|
||||||
|
* Fri Mar 24 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-3
|
||||||
|
- add library path file to /etc/ld.so.conf.d
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Update to 43.0
|
||||||
|
|
||||||
|
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.1.2-1
|
||||||
|
- Upgrade to 42.1.2
|
||||||
|
|
||||||
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-1
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: gitlab.gnome
|
version_control: gitlab.gnome
|
||||||
src_repo: gnome-connections
|
src_repo: gnome-connections
|
||||||
tag_prefix: ^v
|
tag_prefix: ^v
|
||||||
seperator: .
|
separator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user