diff --git a/python-altgraph.spec b/python-altgraph.spec index b3ee048..feb9f70 100644 --- a/python-altgraph.spec +++ b/python-altgraph.spec @@ -1,8 +1,8 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-altgraph Version: 0.6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python graph (network) package Group: Applications/Engineering @@ -51,6 +51,9 @@ rm -rf %{buildroot} %changelog +* Tue Apr 28 2009 Fabian Affolter - 0.6.7-3 +- Changed define to global + * Fri Apr 18 2009 Fabian Affolter - 0.6.7-2 - Removed ./ - Reworked doc part