From 2866798c0b1b386e1e9f96c003e3e5a1eb4660b2 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Jan 05 2010 18:42:51 +0000 Subject: - s/%%define/%%global/ --- diff --git a/python-gtkextra.spec b/python-gtkextra.spec index d24ca67..702a809 100644 --- a/python-gtkextra.spec +++ b/python-gtkextra.spec @@ -1,9 +1,9 @@ -%{!?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)")} Summary: Python bindings for gtkextra Name: python-gtkextra Version: 1.1.0 -Release: 10%{?dist} +Release: 11%{?dist} # FIXME: the license is not quite clear, using the most restrictive license # for this field. See # http://sourceforge.net/tracker/index.php?func=detail&aid=1941652&group_id=35371&atid=414148 @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pygtk/2.0/defs/gtkextra*.defs %changelog +* Tue Jan 5 2010 Miloslav Trmač - 1.1.0-11 +- s/%%define/%%global/ + * Thu Oct 15 2009 Miloslav Trmač - 1.1.0-10 - Add dist tag