10 |
# python2.7(selenium) |
# python2.7(selenium) |
11 |
# python2.7(south) |
# python2.7(south) |
12 |
# python2.7(splinter) |
# python2.7(splinter) |
|
## will need python27 sclo |
|
|
%define release 1 |
|
13 |
|
|
14 |
Name: seafile-seahub |
%define release 2 |
15 |
Version: 5.1.4 |
%define pkgname seahub |
16 |
|
Name: seafile-%{basename} |
17 |
|
Version: 5.1.3 |
18 |
Release: %{release}%{dist} |
Release: %{release}%{dist} |
19 |
|
|
20 |
Summary: Seahub is the web frontend for Seafile. |
Summary: Seahub is the web frontend for Seafile. |
30 |
AutoReq:yes,nopython |
AutoReq:yes,nopython |
31 |
|
|
32 |
# Source-url: https://github.com/haiwen/seahub/archive/v%version.tar.gz |
# Source-url: https://github.com/haiwen/seahub/archive/v%version.tar.gz |
33 |
Source: %name-%version.tar |
Source: %{pkgname}-%version-server.tar.gz |
34 |
|
|
35 |
%description |
%description |
36 |
Seahub is the web frontend for Seafile. |
Seahub is the web frontend for Seafile. |
37 |
|
|
38 |
%prep |
%prep |
39 |
%setup |
%setup -n %{pkgname}-%version-server |
40 |
|
# -n seahub-5.1.3-server |
41 |
|
|
42 |
%build |
%build |
43 |
|
|
49 |
%_datadir/%name/ |
%_datadir/%name/ |
50 |
|
|
51 |
%changelog |
%changelog |
52 |
* Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.4-1.sme |
* Wed Feb 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.3-2.sme |
53 |
- first import for SME |
- first import in SME Server buildsystem |
|
|
|
|
* Tue Aug 30 2016 Vitaly Lipatov <lav@altlinux.ru> 5.1.4-alt1 |
|
|
- initial build for ALT Linux Sisyphus |
|