# See requirements.txt and thirdpart # python2.7(constance) # python2.7(django_liveserver) # python2.7(exam) # python2.7(factory) # python2.7(mod_python) # python2.7(openpyxl) # python2.7(post_office) # python2.7(seaserv) # python2.7(selenium) # python2.7(south) # python2.7(splinter) %define release 3 %define pkgname seahub Name: seafile-%{pkgname} Version: 5.1.3 Release: %{release}%{dist} Summary: Seahub is the web frontend for Seafile. Group: Networking/File transfer License: Apache 2.0 Url: https://github.com/haiwen/seahub BuildArch: noarch Packager: Vitaly Lipatov AutoReq:yes,nopython # Source-url: https://github.com/haiwen/seahub/archive/v%version.tar.gz Source: %{pkgname}-%version-server.tar.gz %description Seahub is the web frontend for Seafile. %prep %setup -n %{pkgname}-%version-server # -n seahub-5.1.3-server %build %install mkdir -p %buildroot%_datadir/%name/ cp -a * %buildroot%_datadir/%name/ %files %_datadir/%name/ %changelog * Wed Feb 28 2018 Jean-Philipe Pialasse 5.1.3-3.sme - first import in SME Server buildsystem