Compare commits
No commits in common. "3765b5e3693bbae827236a06c559f8a6f92b5c3c" and "5d7d27588e30189c4c3f446598782064bd702950" have entirely different histories.
3765b5e369
...
5d7d27588e
BIN
gnome-connections-42.0.tar.xz
Normal file
BIN
gnome-connections-42.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -4,20 +4,16 @@
|
||||
%global url_ver %%(echo %{version} | cut -d. -f1)
|
||||
|
||||
Name: gnome-connections
|
||||
Version: 44.1
|
||||
Version: 42.0
|
||||
Release: 1
|
||||
Summary: A remote desktop client for the GNOME desktop environment
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://gitlab.gnome.org/gnome/connections/-/wikis/home
|
||||
Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/gnome-connections-%{version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: gcc meson gettext vala yelp-tools
|
||||
BuildRequires: libappstream-glib desktop-file-utils
|
||||
BuildRequires: pkgconfig(freerdp2)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
@ -25,10 +21,8 @@ BuildRequires: pkgconfig(gtk-vnc-2.0)
|
||||
BuildRequires: pkgconfig(gvncpulse-1.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: chrpath
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
Obsoletes: connections < 40.0-2
|
||||
Provides: connections = %{version}-%{release}
|
||||
Provides: bundled(gtk-frdp)
|
||||
Obsoletes: remotely < 1.0-6
|
||||
@ -37,7 +31,7 @@ Obsoletes: remotely < 1.0-6
|
||||
Connections is a remote desktop client for the GNOME desktop environment.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
%autosetup -p1 -n gnome-connections-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -45,10 +39,6 @@ Connections is a remote desktop client for the GNOME desktop environment.
|
||||
|
||||
%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
|
||||
|
||||
rm -rf %{buildroot}%{_includedir}/gnome-connections/
|
||||
@ -61,12 +51,6 @@ rm -rf %{buildroot}%{_datadir}/gnome-connections/vapi/
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections.desktop
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
|
||||
%files -f gnome-connections.lang
|
||||
%license COPYING
|
||||
%doc README.md NEWS
|
||||
@ -79,23 +63,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Connections-symbolic.svg
|
||||
%{_datadir}/metainfo/org.gnome.Connections.appdata.xml
|
||||
%{_datadir}/mime/packages/org.gnome.Connections.xml
|
||||
%config(noreplace) /etc/ld.so.conf.d/*
|
||||
|
||||
%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
|
||||
- Initial packaging
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: gitlab.gnome
|
||||
src_repo: gnome-connections
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
seperator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user