1 |
jpp |
1.1 |
# See requirements.txt and thirdpart |
2 |
|
|
# python2.7(constance) |
3 |
|
|
# python2.7(django_liveserver) |
4 |
|
|
# python2.7(exam) |
5 |
|
|
# python2.7(factory) |
6 |
|
|
# python2.7(mod_python) |
7 |
|
|
# python2.7(openpyxl) |
8 |
|
|
# python2.7(post_office) |
9 |
|
|
# python2.7(seaserv) |
10 |
|
|
# python2.7(selenium) |
11 |
|
|
# python2.7(south) |
12 |
|
|
# python2.7(splinter) |
13 |
|
|
|
14 |
jpp |
1.4 |
%define release 3 |
15 |
jpp |
1.3 |
%define pkgname seahub |
16 |
jpp |
1.4 |
Name: seafile-%{pkgname} |
17 |
jpp |
1.3 |
Version: 5.1.3 |
18 |
jpp |
1.2 |
Release: %{release}%{dist} |
19 |
jpp |
1.1 |
|
20 |
|
|
Summary: Seahub is the web frontend for Seafile. |
21 |
|
|
|
22 |
|
|
Group: Networking/File transfer |
23 |
|
|
License: Apache 2.0 |
24 |
|
|
Url: https://github.com/haiwen/seahub |
25 |
|
|
|
26 |
|
|
BuildArch: noarch |
27 |
|
|
|
28 |
|
|
Packager: Vitaly Lipatov <lav@altlinux.ru> |
29 |
|
|
|
30 |
|
|
AutoReq:yes,nopython |
31 |
|
|
|
32 |
|
|
# Source-url: https://github.com/haiwen/seahub/archive/v%version.tar.gz |
33 |
jpp |
1.3 |
Source: %{pkgname}-%version-server.tar.gz |
34 |
jpp |
1.1 |
|
35 |
|
|
%description |
36 |
|
|
Seahub is the web frontend for Seafile. |
37 |
|
|
|
38 |
|
|
%prep |
39 |
jpp |
1.3 |
%setup -n %{pkgname}-%version-server |
40 |
|
|
# -n seahub-5.1.3-server |
41 |
jpp |
1.1 |
|
42 |
|
|
%build |
43 |
|
|
|
44 |
|
|
%install |
45 |
|
|
mkdir -p %buildroot%_datadir/%name/ |
46 |
|
|
cp -a * %buildroot%_datadir/%name/ |
47 |
|
|
|
48 |
|
|
%files |
49 |
|
|
%_datadir/%name/ |
50 |
|
|
|
51 |
|
|
%changelog |
52 |
jpp |
1.4 |
* Wed Feb 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.3-3.sme |
53 |
jpp |
1.3 |
- first import in SME Server buildsystem |