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 |
## will need python27 sclo |
14 |
%define release 1 |
15 |
|
16 |
Name: seafile-seahub |
17 |
Version: 5.1.4 |
18 |
Release: %{release}%{dist} |
19 |
|
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 |
Source: %name-%version.tar |
34 |
|
35 |
%description |
36 |
Seahub is the web frontend for Seafile. |
37 |
|
38 |
%prep |
39 |
%setup |
40 |
|
41 |
%build |
42 |
|
43 |
%install |
44 |
mkdir -p %buildroot%_datadir/%name/ |
45 |
cp -a * %buildroot%_datadir/%name/ |
46 |
|
47 |
%files |
48 |
%_datadir/%name/ |
49 |
|
50 |
%changelog |
51 |
* Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.4-1.sme |
52 |
- first import for SME |
53 |
|
54 |
* Tue Aug 30 2016 Vitaly Lipatov <lav@altlinux.ru> 5.1.4-alt1 |
55 |
- initial build for ALT Linux Sisyphus |