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

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

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


Revision 1.2 - (hide annotations) (download)
Tue Feb 27 19:39:22 2018 UTC (6 years, 3 months ago) by jpp
Branch: MAIN
Changes since 1.1: +6 -1 lines
Prep for sqlite import

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 jpp 1.2 ## will need python27 sclo
14     %define release 1
15 jpp 1.1
16     Name: seafile-seahub
17     Version: 5.1.4
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     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 jpp 1.2 * Tue Feb 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.1.4-1.sme
52     - first import for SME
53    
54 jpp 1.1 * Tue Aug 30 2016 Vitaly Lipatov <lav@altlinux.ru> 5.1.4-alt1
55     - initial build for ALT Linux Sisyphus

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