From bf15c7149858f40c2c22968a8c8366f1453ebbdb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sun, 16 Feb 2025 11:53:46 +0100 Subject: [PATCH] automatic version update by autodist [release 9.0.12-1mamba;Sat Feb 15 2025] --- README.md | 1 + seafile-client.spec | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e548e10..7725f6e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Seafile desktop client. + diff --git a/seafile-client.spec b/seafile-client.spec index cf2af62..7f7403f 100644 --- a/seafile-client.spec +++ b/seafile-client.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: seafile-client -Version: 9.0.11 +Version: 9.0.12 Release: 1mamba Summary: Seafile desktop client Group: Graphical Desktop/Applications/Archiving @@ -38,7 +38,6 @@ Requires: seafile >= %majver %description Seafile desktop client. -%debug_package %prep %setup -q @@ -53,7 +52,7 @@ Seafile desktop client. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %cmake_install -install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/seafile.appdata.xml +install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/com.seafile.seafile-applet.appdata.xml %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -61,8 +60,8 @@ install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/seafile.appdata.xml %files %defattr(-,root,root) %{_bindir}/seafile-applet -%{_datadir}/applications/seafile.desktop -%{_metainfodir}/seafile.appdata.xml +%{_datadir}/applications/com.seafile.seafile-applet.desktop +%{_metainfodir}/com.seafile.seafile-applet.appdata.xml %{_datadir}/icons/hicolor/*/apps/seafile.png %{_datadir}/icons/hicolor/scalable/apps/seafile.svg %{_datadir}/pixmaps/seafile.png @@ -70,6 +69,9 @@ install -D -m 644 -pv %{SOURCE1} %{buildroot}%{_metainfodir}/seafile.appdata.xml #%doc README.md %changelog +* Sat Feb 15 2025 Automatic Build System 9.0.12-1mamba +- automatic version update by autodist + * Fri Nov 15 2024 Automatic Build System 9.0.11-1mamba - automatic version update by autodist