Setting tag pyaspects-0.4.1-4
[pyaspects.git] / pyaspects.spec
1 %define name pyaspects
2 %define version 0.4.1
3 %define taglevel 4
4
5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
6
7 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
8
9 Summary: Aspect Oriented programming library for Python
10 Name: %{name}
11 Version: %{version}
12 Release: %{release}
13 License: GPL
14 Group: Development/Libraries
15 Source0: pyaspects-0.4.1.tar.gz
16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
17
18 Packager: PlanetLab <devel@planet-lab.org>
19 Distribution: PlanetLab %{plrelease}
20 URL: %{SCMURL}
21
22 Requires: python
23
24 %description
25 Aspect Oriented programming library for Python
26
27 %prep
28 %setup -q
29
30 %build
31 rm -rf $RPM_BUILD_ROOT
32
33 %install
34 /usr/bin/python setup.py install  --root $RPM_BUILD_ROOT
35  
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files 
40 %defattr(-,root,root,-)
41 %{python_sitelib}/*
42
43 %changelog
44 * Sun Jul 10 2016 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - pyaspects-0.4.1-4
45 - build tries to pull from onelab first as planet-lab is down
46
47 * Thu Feb 21 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - pyaspects-0.4.1-3
48 - review specfile to avoid rpm-generated requirements towards /bin/python
49
50 * Mon Nov 28 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - pyaspects-0.4.1-2
51 - build from dual mirror
52
53 * Mon Jan 24 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - pyaspects-0.4.1-1
54 - no semantic change - just fixed specfile for git URL
55
56 * Mon Jun 14 2010 Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - pyaspects-0.3-2
57 - dummy tag to test module-tools' git support
58
59 * Fri Mar 5 2009 Baris Metin <tmetin@sophia.inria.fr>
60 - initial package