diff --git a/sip.spec b/sip.spec index ca2364c..7ff9a2c 100644 --- a/sip.spec +++ b/sip.spec @@ -2,13 +2,18 @@ %{!?python_sitearch:%global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_inc:%global python_inc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(1)")} +%if 0%{?fedora} > 8 +%define qtver 3.3.8 +%define qtpkg qt3 +%else %define qtver 1:3.3.8 %define qtpkg qt +%endif Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.7.4 -Release: 2%{?dist} +Release: 3%{?dist} # http://www.riverbankcomputing.com/Docs/sip4/sipref.html#license License: Python Software Foundation License v2 Group: Development/Tools @@ -91,6 +96,9 @@ rm -rf %{buildroot} %changelog +* Tue Mar 25 2008 Rex Dieter - 4.7.4-3 +- BR: qt3-devel (f9+) + * Tue Feb 12 2008 Rex Dieter - 4.7.4-2 - fix 64bit patch