automatic version update by autodist [release 9.0.4-1mamba;Sat Sep 16 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:43:38 +01:00
parent 0fceac8f76
commit 49e25baab5

View File

@ -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 <autodist@mambasoft.it> 9.0.4-1mamba
- automatic version update by autodist
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.3-1mamba
- automatic version update by autodist