automatic version update by autodist [release 9.0.4-1mamba;Sat Sep 16 2023]
This commit is contained in:
parent
0fceac8f76
commit
49e25baab5
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: seafile-client
|
Name: seafile-client
|
||||||
Version: 9.0.3
|
Version: 9.0.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Seafile desktop client
|
Summary: Seafile desktop client
|
||||||
Group: Graphical Desktop/Applications/Archiving
|
Group: Graphical Desktop/Applications/Archiving
|
||||||
@ -46,11 +46,11 @@ sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt
|
|||||||
#\
|
#\
|
||||||
# -DCMAKE_CXX_FLAGS="-fuse-ld=gold"
|
# -DCMAKE_CXX_FLAGS="-fuse-ld=gold"
|
||||||
|
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -66,6 +66,9 @@ sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 9.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user