diff --git a/seafile-client.spec b/seafile-client.spec index 6c97fb1..1300355 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: 7.0.2 +Version: 8.0.1 Release: 1mamba Summary: Seafile desktop client Group: Graphical Desktop/Applications/Archiving @@ -8,14 +8,13 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco 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 Patch0: seafile-client-4.4.2-disable-latest-version-check.patch Patch1: seafile-client-6.0.7-qt5-5.7.1.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libccnet-devel +BuildRequires: ldconfig BuildRequires: libevent-devel BuildRequires: libgcc BuildRequires: libglib-devel @@ -26,7 +25,7 @@ BuildRequires: libseafile-devel BuildRequires: libsearpc-devel BuildRequires: libsqlite-devel BuildRequires: libstdc++6-devel -BuildRequires: libuuid-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: seafile >= %majver @@ -44,8 +43,10 @@ Seafile desktop client. sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt %build -%cmake \ - -DCMAKE_CXX_FLAGS="-fuse-ld=gold" +%cmake + +#\ +# -DCMAKE_CXX_FLAGS="-fuse-ld=gold" %make @@ -67,6 +68,9 @@ sed -i "s| qmake | qmake-qt5 |" CMakeLists.txt #%doc README.md %changelog +* Thu Dec 31 2020 Silvan Calarco 8.0.1-1mamba +- update to 8.0.1 + * Sat Sep 14 2019 Silvan Calarco 7.0.2-1mamba - update to 7.0.2