From 90744bdeb35b239e73d3ec13706cd631c0ecb8e9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Dec 29 2008 03:33:15 +0000 Subject: - sip-4.7.9 --- diff --git a/.cvsignore b/.cvsignore index 0b2c984..160ef80 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-4.7.6.tar.gz +sip-4.7.9.tar.gz diff --git a/sip.spec b/sip.spec index f708017..40b5dc6 100644 --- a/sip.spec +++ b/sip.spec @@ -2,27 +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.6 +Version: 4.7.9 Release: 1%{?dist} # http://www.riverbankcomputing.com/Docs/sip4/sipref.html#license -License: Python Software Foundation License v2 +License: Python Group: Development/Tools -Url: http://www.riverbankcomputing.co.uk/sip/ -Source0: http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-%{version}.tar.gz +Url: http://www.riverbankcomputing.com/software/sip/intro +Source0: http://www.riverbankcomputing.com/static/Downloads/sip4/sip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -BuildRequires: %{qtpkg}-devel >= %{qtver} BuildRequires: sed %description @@ -53,15 +44,6 @@ classes library. %build -QTDIR="" && source /etc/profile.d/qt.sh - -# use qt qmake files -for target in default linux-g++ linux-g++-32 linux-g++-64 ; do - if [ -f $QTDIR/mkspecs/$target/qmake.conf -a -f specs/$target ] ; then - ln -sf $QTDIR/mkspecs/$target/qmake.conf specs/$target - fi -done - %{__python} configure.py -d %{python_sitearch} CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" make %{?_smp_mflags} @@ -91,6 +73,21 @@ rm -rf %{buildroot} %changelog +* Mon Nov 17 2008 Rex Dieter 4.7.9-1 +- sip-4.7.9 + +* Mon Nov 10 2008 Rex Dieter 4.7.8-1 +- sip-4.7.8 + +* Thu Sep 04 2008 Tom "spot" Callaway 4.7.7-3 +- fix license tag + +* Tue Sep 02 2008 Than Ngo 4.7.7-2 +- get rid of BR on qt + +* Tue Aug 26 2008 Rex Dieter - 4.7.7-1 +- sip-4.7.7 + * Wed May 21 2008 Rex Dieter - 4.7.6-1 - sip-4.7.6 diff --git a/sources b/sources index 880c818..0e0565b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f49e93046fe438a8fb4c2ed481aa3951 sip-4.7.6.tar.gz +597d7ff7edb42a18421c806ffd18a136 sip-4.7.9.tar.gz