]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-daemon/python-daemon.nm
gnome-themes-standard: Update to 3.11.5.
[people/ms/ipfire-3.x.git] / python-daemon / python-daemon.nm
CommitLineData
fe87184b
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-daemon
7version = 1.6
8release = 1
9arch = noarch
10
11groups = System/Libraries
12url = http://pypi.python.org/pypi/python-daemon
13license = Python
14summary = Library to implement a well-behaved Unix daemon process.
15
16description
17 This library implements the well-behaved daemon specification of PEP 3143,
18 "Standard daemon process library".
19end
20
21source_dl = http://pypi.python.org/packages/source/p/python-daemon
22
23build
24 requires
25 python-devel
26 python-setuptools
27 end
28
29 prepare_cmds
30 sed -i -e '/^#!\//, 1d' daemon/version/version_info.py
31 end
32
33 build
34 python setup.py build
35 end
36
37 install
38 python setup.py install --root=%{BUILDROOT}
39 end
40end
41
42packages
43 package %{name}
44end