]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-pyaspects/python-pyaspects.nm
kernel: Update to 3.17
[people/ms/ipfire-3.x.git] / python-pyaspects / python-pyaspects.nm
CommitLineData
1f39708d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
1f39708d
SS
4###############################################################################
5
802ea3af
MT
6name = python-pyaspects
7version = 0.4.1
8release = 1
9thisapp = pyaspects-%{version}
1f39708d 10
802ea3af
MT
11groups = Development/Languages
12url = http://github.com/baris/pyaspects/downloads
13license = GPLv2+
14summary = Module to provide aspect-oriented programming.
1f39708d 15
802ea3af
MT
16description
17 PyAspects is a project to ease aspect-oriented programming
18 in Python language.
19end
1f39708d 20
802ea3af 21source_dl =
1f39708d 22
802ea3af
MT
23build
24 requires
25 python-devel
26 end
1f39708d 27
802ea3af
MT
28 build
29 python setup.py build
30 end
1f39708d 31
802ea3af
MT
32 install
33 python setup.py install --root=%{BUILDROOT}
34 end
35end
1f39708d 36
802ea3af
MT
37packages
38 package %{name}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end