This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4 (commit) from 0a8ad870ed71ef8773c799b0adc141f2ba4e71f3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fe87184bfc8b0d4d3bd75e6dd1f5fe83da6364e4 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Aug 6 12:40:32 2012 +0200
python-daemon: New package.
-----------------------------------------------------------------------
Summary of changes: .../python-daemon.nm | 20 ++++++++++++-------- 1 files changed, 12 insertions(+), 8 deletions(-) copy python-distutils-extra/python-distutils-extra.nm => python-daemon/python-daemon.nm (57%)
Difference in files: diff --git a/python-daemon/python-daemon.nm b/python-daemon/python-daemon.nm new file mode 100644 index 0000000..5223094 --- /dev/null +++ b/python-daemon/python-daemon.nm @@ -0,0 +1,44 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = python-daemon +version = 1.6 +release = 1 +arch = noarch + +groups = System/Libraries +url = http://pypi.python.org/pypi/python-daemon +license = Python +summary = Library to implement a well-behaved Unix daemon process. + +description + This library implements the well-behaved daemon specification of PEP 3143, + "Standard daemon process library". +end + +source_dl = http://pypi.python.org/packages/source/p/python-daemon + +build + requires + python-devel + python-setuptools + end + + prepare_cmds + sed -i -e '/^#!//, 1d' daemon/version/version_info.py + end + + build + python setup.py build + end + + install + python setup.py install --root=%{BUILDROOT} + end +end + +packages + package %{name} +end
hooks/post-receive -- IPFire 3.x development tree