/[smecontribs]/rpms/seafile-seahub/contribs9/seafile-seahub.spec
ViewVC logotype

Contents of /rpms/seafile-seahub/contribs9/seafile-seahub.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Wed Feb 28 07:28:10 2018 UTC (6 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: seafile-seahub-5_1_3-3_el6_sme, HEAD
Changes since 1.3: +3 -3 lines
* Wed Feb 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.3-3.sme
- first import in SME Server buildsystem

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 %define release 3
15 %define pkgname seahub
16 Name: seafile-%{pkgname}
17 Version: 5.1.3
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: %{pkgname}-%version-server.tar.gz
34
35 %description
36 Seahub is the web frontend for Seafile.
37
38 %prep
39 %setup -n %{pkgname}-%version-server
40 # -n seahub-5.1.3-server
41
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 * Wed Feb 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.3-3.sme
53 - first import in SME Server buildsystem

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed