fix URL in specfile - rm svn-keywords
[pyaspects.git] / pyaspects.spec
1 %define name pyaspects
2 %define version 0.4.1
3 %define taglevel 0
4
5 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
6
7 Summary: Aspect Oriented programming library for Python
8 Name: %{name}
9 Version: %{version}
10 Release: %{release}
11 License: GPL
12 Group: Development/Libraries
13 Source0: pyaspects-0.4.1.tar.gz
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
15
16 Packager: PlanetLab <devel@planet-lab.org>
17 Distribution: PlanetLab %{plrelease}
18 URL: %{SCMURL}
19
20 Requires: python
21
22 %description
23 Aspect Oriented programming library for Python
24
25 %prep
26 %setup -q
27
28 %build
29 rm -rf $RPM_BUILD_ROOT
30
31 %install
32 python setup.py install  --root $RPM_BUILD_ROOT
33  
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files 
38 %defattr(-,root,root,-)
39 /usr
40
41 %changelog
42 * Mon Jun 14 2010 Baris Metin <Talip-Baris.Metin@sophia.inria.fr> - pyaspects-0.3-2
43 - dummy tag to test module-tools' git support
44
45 * Fri Mar 5 2009 Baris Metin <tmetin@sophia.inria.fr>
46 - initial package