diff --git a/.cvsignore b/.cvsignore index ffdda6d..d360772 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ sip-4.5.tar.gz sip-4.5.2.tar.gz sip-4.6.tar.gz sip-4.7.1.tar.gz +sip-4.7.2.tar.gz diff --git a/sip.spec b/sip.spec index e1ecf49..3692f86 100644 --- a/sip.spec +++ b/sip.spec @@ -1,15 +1,13 @@ %{!?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)")} -%define minor .2 - %define qtver 1:3.3.8 %define qtpkg qt Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.7.1 -Release: 2%{?dist} +Version: 4.7.2 +Release: 1%{?dist} # http://www.riverbankcomputing.com/Docs/sip4/sipref.html#license License: Python Software Foundation License v2 Group: Development/Tools @@ -17,8 +15,7 @@ Url: http://www.riverbankcomputing.co.uk/sip/ Source0: http://www.riverbankcomputing.com/Downloads/sip4/sip-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Patch: sip-4.7-64bit.patch +Patch1: sip-4.7-64bit.patch BuildRequires: python-devel BuildRequires: %{qtpkg}-devel >= %{qtver} @@ -49,7 +46,8 @@ classes library. %prep %setup -q -%patch -p1 -b .64bit + +%patch1 -p1 -b .64bit %build @@ -78,11 +76,6 @@ mkdir -p %{buildroot}%{_datadir}/sip rm -rf %{buildroot} -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - - %files %defattr(-,root,root,-) %doc ChangeLog LICENSE NEWS README THANKS @@ -96,6 +89,10 @@ rm -rf %{buildroot} %changelog +* Wed Dec 05 2007 Rex Dieter - 4.7.2-1 +- sip-4.7.2 +- omit needless scriptlets + * Mon Nov 12 2007 Rex Dieter - 4.7.1-2 - License: Python Software Foundation License v2 - fix/cleanup some macro usage diff --git a/sources b/sources index bc963cb..07bcd28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -083a4241ce63f9d44fbadc8f3c6d6f42 sip-4.7.1.tar.gz +8cd083f328ff2c716810c97d03609a7f sip-4.7.2.tar.gz