/[packages]/backports/5/seafile-client/current/SPECS/seafile-client.spec
ViewVC logotype

Contents of /backports/5/seafile-client/current/SPECS/seafile-client.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1064430 - (show annotations) (download)
Tue Nov 1 00:14:58 2016 UTC (7 years, 5 months ago) by neoclust
File size: 1370 byte(s)
SILENT: Fix BR
1 Name: seafile-client
2 Version: 5.1.2
3 Release: %mkrel 1
4 Summary: Seafile gui client based on Qt5
5 License: GPLv3+
6 Group: Networking/File transfer
7 URL: https://www.seafile.com
8 Source0: https://github.com/haiwen/seafile-client/archive/v%{version}/%{name}-%{version}.tar.gz
9 ExcludeArch: armv5tl
10 BuildRequires: cmake
11 BuildRequires: qttools5
12 BuildRequires: pkgconfig(Qt5Core)
13 BuildRequires: pkgconfig(Qt5DBus)
14 BuildRequires: pkgconfig(Qt5Gui)
15 BuildRequires: pkgconfig(Qt5Help)
16 BuildRequires: pkgconfig(Qt5Network)
17 BuildRequires: pkgconfig(Qt5Test)
18 BuildRequires: pkgconfig(Qt5WebKit)
19 BuildRequires: pkgconfig(Qt5Widgets)
20 BuildRequires: pkgconfig(jansson)
21 BuildRequires: pkgconfig(sqlite3)
22 BuildRequires: pkgconfig(openssl)
23 BuildRequires: pkgconfig(libevent)
24 BuildRequires: pkgconfig(uuid) >= 2.0
25 BuildRequires: pkgconfig(libsearpc)
26 BuildRequires: pkgconfig(libccnet)
27 BuildRequires: pkgconfig(libseafile)
28
29 Requires: qtwebengine5
30 Requires: seafile >= %{version}
31
32 %description
33 Seafile is a next-generation open source cloud storage system, with
34 advanced support for file syncing, privacy protection and teamwork.
35
36 %prep
37 %setup -q
38
39 %build
40 %cmake_qt5 -DUSE_QT5=ON -DBUILD_SHIBBOLETH_SUPPORT=ON
41
42 %make_build
43
44 %install
45 %make_install -C build
46
47 %files
48 %doc README.md
49 %license LICENSE
50 %{_bindir}/*
51 %{_datadir}/applications/*.desktop
52 %{_iconsdir}/hicolor/*/apps/*
53 %{_datadir}/pixmaps/*

  ViewVC Help
Powered by ViewVC 1.1.30