X-Git-Url: http://git.onelab.eu/?p=pyaspects.git;a=blobdiff_plain;f=pyaspects.spec;h=88bd2c90fa115beb08a7364d4c5cd410211ec1dd;hp=99e573574a33a44728a68c767e07185c9f1285ae;hb=efa3a6e872e98e8ac54803ea5ae7a2ea4e01f38e;hpb=c3f7ac87ad15b2936dbdfe7099cd37ee3f7ae6b1 diff --git a/pyaspects.spec b/pyaspects.spec index 99e5735..88bd2c9 100644 --- a/pyaspects.spec +++ b/pyaspects.spec @@ -4,7 +4,7 @@ %define url $URL: https://svn.planet-lab.org/svn/pyaspects/trunk/pyaspects.spec $ %define name pyaspects -%define version 0.1 +%define version 0.2 %define taglevel 1 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -15,7 +15,7 @@ Version: %{version} Release: %{release} License: GPL Group: Development/Libraries -Source0: pyaspects-0.1.tar.gz +Source0: pyaspects-0.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Packager: PlanetLab @@ -32,7 +32,6 @@ Aspect Oriented programming library for Python %build rm -rf $RPM_BUILD_ROOT -make rpm %install python setup.py install --root $RPM_BUILD_ROOT @@ -42,7 +41,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")/pyaspects +/usr %changelog * Fri Mar 5 2009 Baris Metin