From 49e25baab5430537069355ac012ae67e75ef37f7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:43:38 +0100 Subject: [PATCH] automatic version update by autodist [release 9.0.4-1mamba;Sat Sep 16 2023] --- seafile-client.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/seafile-client.spec b/seafile-client.spec index f4c63b6..888f7bc 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.3 +Version: 9.0.4 Release: 1mamba Summary: Seafile desktop client Group: Graphical Desktop/Applications/Archiving @@ -46,11 +46,11 @@ sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt #\ # -DCMAKE_CXX_FLAGS="-fuse-ld=gold" -%make +%cmake_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%cmake_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -66,6 +66,9 @@ sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt #%doc README.md %changelog +* Sat Sep 16 2023 Automatic Build System 9.0.4-1mamba +- automatic version update by autodist + * Fri Jun 30 2023 Automatic Build System 9.0.3-1mamba - automatic version update by autodist