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 |
|
|
Name: seafile-seahub |
15 |
|
|
Version: 5.1.4 |
16 |
|
|
Release: alt1 |
17 |
|
|
|
18 |
|
|
Summary: Seahub is the web frontend for Seafile. |
19 |
|
|
|
20 |
|
|
Group: Networking/File transfer |
21 |
|
|
License: Apache 2.0 |
22 |
|
|
Url: https://github.com/haiwen/seahub |
23 |
|
|
|
24 |
|
|
BuildArch: noarch |
25 |
|
|
|
26 |
|
|
Packager: Vitaly Lipatov <lav@altlinux.ru> |
27 |
|
|
|
28 |
|
|
AutoReq:yes,nopython |
29 |
|
|
|
30 |
|
|
# Source-url: https://github.com/haiwen/seahub/archive/v%version.tar.gz |
31 |
|
|
Source: %name-%version.tar |
32 |
|
|
|
33 |
|
|
%description |
34 |
|
|
Seahub is the web frontend for Seafile. |
35 |
|
|
|
36 |
|
|
%prep |
37 |
|
|
%setup |
38 |
|
|
|
39 |
|
|
%build |
40 |
|
|
|
41 |
|
|
%install |
42 |
|
|
mkdir -p %buildroot%_datadir/%name/ |
43 |
|
|
cp -a * %buildroot%_datadir/%name/ |
44 |
|
|
|
45 |
|
|
%files |
46 |
|
|
%_datadir/%name/ |
47 |
|
|
|
48 |
|
|
%changelog |
49 |
|
|
* Tue Aug 30 2016 Vitaly Lipatov <lav@altlinux.ru> 5.1.4-alt1 |
50 |
|
|
- initial build for ALT Linux Sisyphus |