/[packages]/backports/5/noethys/current/SPECS/noethys.spec
ViewVC logotype

Contents of /backports/5/noethys/current/SPECS/noethys.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1081731 - (show annotations) (download)
Sat Jan 14 22:15:38 2017 UTC (7 years, 3 months ago) by neoclust
File size: 1307 byte(s)
New version 1.1.8.6
1 # Turn off the brp-python-bytecompile script
2 # because of /usr/lib/python2.7/site-packages/noethys/Outils/C866CA3A-32F7-11D2-9602-00C04F8EE628x0x5x0.py
3 %define __brp_python_bytecompile %{nil}
4
5 %define oname Noethys
6
7 Name: noethys
8 Version: 1.1.8.6
9 Release: %mkrel 1
10 Summary: Software to handle "multi activity" centers
11 License: GPLv2
12 Group: Archiving/Other
13 URL: http://noethys.com/
14 Source0: %version.tar.gz
15 Patch0: Noethys-1.1.7.1-disable-update-checking.patch
16 BuildArch: noarch
17
18 Requires: wxPython
19 Requires: python-pytz
20 Requires: python-appdirs
21 Requires: python-dateutil
22 Requires: python-numpy
23 Requires: python-pillow
24 Requires: python-mysql
25 Requires: python-sqlalchemy
26 Requires: python-crypto
27 Requires: python-reportlab
28 Requires: python-paramiko
29 Requires: python-psutil
30
31 %description
32 Software to handle "multi activity" centers
33
34 %files
35 %_bindir/%name
36 %_datadir/%name
37
38 #--------------------------------------------------------------------
39
40 %prep
41 %setup -q -n %oname-%version
42 %autopatch -p1
43
44 %build
45
46 %install
47 mkdir -p %buildroot%_datadir
48 mkdir -p %buildroot%_bindir
49 cp -fr %name %buildroot%_datadir
50 pushd %buildroot%_bindir
51 ln -s %_datadir/%name/Noethys.py %name
52 chmod +x %buildroot%_datadir/%name/%oname.py
53 popd

  ViewVC Help
Powered by ViewVC 1.1.30