%define name pyaspects %define version 0.4.1 %define taglevel 2 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: Aspect Oriented programming library for Python Name: %{name} Version: %{version} Release: %{release} License: GPL Group: Development/Libraries Source0: pyaspects-0.4.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Packager: PlanetLab Distribution: PlanetLab %{plrelease} URL: %{SCMURL} Requires: python %description Aspect Oriented programming library for Python %prep %setup -q %build rm -rf $RPM_BUILD_ROOT %install python setup.py install --root $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /usr %changelog * Mon Nov 28 2011 Thierry Parmentelat - pyaspects-0.4.1-2 - build from dual mirror * Mon Jan 24 2011 Thierry Parmentelat - pyaspects-0.4.1-1 - no semantic change - just fixed specfile for git URL * Mon Jun 14 2010 Baris Metin - pyaspects-0.3-2 - dummy tag to test module-tools' git support * Fri Mar 5 2009 Baris Metin - initial package