diff --git a/libuser.spec b/libuser.spec index a40213e..5dd5ce3 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,8 +1,8 @@ -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libuser Version: 0.56.13 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://fedorahosted.org/libuser/ @@ -100,6 +100,9 @@ python -c "import libuser" %{_datadir}/gtk-doc/html/* %changelog +* Tue Jan 5 2010 Miloslav Trmač - 0.56.13-2 +- s/%%define/%%global/ + * Fri Dec 11 2009 Miloslav Trmač - 0.56.13-1 - Update to libuser-0.56.13. Resolves: #251951