Compare commits

..

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
3765b5e369
!8 update to version 44.1
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 07:08:42 +00:00
lwg K
352d6a43bc update to version 44.1 2023-11-23 17:07:11 +08:00
openeuler-ci-bot
9f7c8983c3
!6 add library path file to /etc/ld.so.conf.d
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2023-03-24 08:48:56 +00:00
丈青山
88129fa829
add library path file to /etc/ld.so.conf.d
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
2023-03-24 08:08:50 +00:00
openeuler-ci-bot
a301c5d203
!4 remove rpath
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2023-03-15 02:16:09 +00:00
丈青山
e498ae6c8c
remove rpath
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
2023-03-15 01:57:14 +00:00
openeuler-ci-bot
330f33da7d
!3 Update to 43.0
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-01-31 10:45:15 +00:00
dwl301
2ae89dcb02 Update to 43.0 2023-01-31 18:11:48 +08:00
openeuler-ci-bot
c3ea6e36ee
!2 Upgrade to 42.1.2
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-08 08:39:27 +00:00
zhang__3125
302d451599 Upgrade to 42.1.2 2022-06-08 15:13:48 +08:00
openeuler-ci-bot
20ac91bb13
!1 Initial packaging
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-02 07:52:18 +00:00
4 changed files with 39 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -4,16 +4,20 @@
%global url_ver %%(echo %{version} | cut -d. -f1)
Name: gnome-connections
Version: 42.0
Version: 44.1
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}/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: libappstream-glib desktop-file-utils
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: libappstream-glib
BuildRequires: meson
BuildRequires: vala
BuildRequires: yelp-tools
BuildRequires: pkgconfig(freerdp2)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
@ -21,8 +25,10 @@ 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
@ -31,7 +37,7 @@ Obsoletes: remotely < 1.0-6
Connections is a remote desktop client for the GNOME desktop environment.
%prep
%autosetup -p1 -n gnome-connections-%{version}
%autosetup -p1 -n %{name}-%{version}
%build
%meson
@ -39,6 +45,10 @@ 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/
@ -51,6 +61,12 @@ 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
@ -63,7 +79,23 @@ 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

View File

@ -1,4 +1,4 @@
version_control: gitlab.gnome
src_repo: gnome-connections
tag_prefix: ^v
seperator: .
separator: .