update to 8.0.1 [release 8.0.1-1mamba;Thu Dec 31 2020]
This commit is contained in:
parent
57df5a8d94
commit
e3307270d4
@ -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: 7.0.2
|
Version: 8.0.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Seafile desktop client
|
Summary: Seafile desktop client
|
||||||
Group: Graphical Desktop/Applications/Archiving
|
Group: Graphical Desktop/Applications/Archiving
|
||||||
@ -8,14 +8,13 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://seafile.com
|
URL: http://seafile.com
|
||||||
## GITSOURCE https://github.com/haiwen/seafile-client.git v3.1.5
|
|
||||||
Source: https://github.com/haiwen/seafile-client.git/v%{version}/seafile-client-%{version}.tar.bz2
|
Source: https://github.com/haiwen/seafile-client.git/v%{version}/seafile-client-%{version}.tar.bz2
|
||||||
Patch0: seafile-client-4.4.2-disable-latest-version-check.patch
|
Patch0: seafile-client-4.4.2-disable-latest-version-check.patch
|
||||||
Patch1: seafile-client-6.0.7-qt5-5.7.1.patch
|
Patch1: seafile-client-6.0.7-qt5-5.7.1.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libccnet-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libevent-devel
|
BuildRequires: libevent-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
@ -26,7 +25,7 @@ BuildRequires: libseafile-devel
|
|||||||
BuildRequires: libsearpc-devel
|
BuildRequires: libsearpc-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: seafile >= %majver
|
Requires: seafile >= %majver
|
||||||
@ -44,8 +43,10 @@ Seafile desktop client.
|
|||||||
sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt
|
sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake
|
||||||
-DCMAKE_CXX_FLAGS="-fuse-ld=gold"
|
|
||||||
|
#\
|
||||||
|
# -DCMAKE_CXX_FLAGS="-fuse-ld=gold"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -67,6 +68,9 @@ sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 8.0.1-1mamba
|
||||||
|
- update to 8.0.1
|
||||||
|
|
||||||
* Sat Sep 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.2-1mamba
|
* Sat Sep 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.2-1mamba
|
||||||
- update to 7.0.2
|
- update to 7.0.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user