From 460264aeee549197ef9fac784a8e12a5e418a280 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:25:25 +0000 Subject: auto-import changelog data from sip-3.3.2-1.src.rpm Tue Jul 23 2002 Than Ngo 3.3.2-1 - 3.3.2 release for qt 3.0.5 Mon Jul 01 2002 Than Ngo 3.2.4-4 - move python modul libsip.so into sip (bug #67640) Fri Jun 21 2002 Tim Powers - automated rebuild Sun May 26 2002 Tim Powers - automated rebuild Wed May 22 2002 Harald Hoyer - updated to release 3.2.4 Thu May 02 2002 Than Ngo 3.2-0.rc4 - 3.2rc4 - build against python 2 --- diff --git a/.cvsignore b/.cvsignore index fa53466..cc878a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-3.1.tar.gz +sip-3.3.2.tar.gz diff --git a/sip.spec b/sip.spec index 3e45e0b..e39396b 100644 --- a/sip.spec +++ b/sip.spec @@ -1,30 +1,30 @@ -%define pythonver 1.5 -%define date 20011110 +%define pythonver 2.2 +%define beta_version rc4 %define is_release 1 -%define qtver 3.0.3 +%define qtver 3.0.5 %define qtpkg qt Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 3.1 +Version: 3.3.2 %if %{is_release} -Release: 2 +Release: 1 %else -Release: 1.%{date}.1 +Release: 1.%{beta_version}.1 %endif License: GPL Group: Development/Tools %if %{is_release} -Source: ftp://ftp.rygannon.com/pub/sip/sip-%{version}.tar.gz +Source: http://www.riverbankcomputing.co.uk/download/sip/sip-%{version}.tar.gz %else -Source: ftp://ftp.rygannon.com/pub/sip/sip-%{version}-%{date}.tar.gz +Source: http://www.riverbankcomputing.co.uk/download/sip/sip-%{version}%{beta_version}.tar.gz %endif BuildRoot: %{_tmppath}/%{name}-%{version}-root -Url: http://www.thekompany.com/projects +Url: http://www.riverbankcomputing.co.uk/ Prereq: /sbin/ldconfig %if "%{pythonver}" == "2.2" -%define pythonpkg python2 -%define pythonprog /usr/bin/python2 -%define minor "" +%define pythonpkg python +%define pythonprog /usr/bin/python2.2 +%define minor .1 %else %define pythonpkg python %define pythonprog /usr/bin/python @@ -58,19 +58,25 @@ classes library. %if %{is_release} %setup -q %else -%setup -q -n %{name} +%setup -q -n %{name}-%{version}%{beta_version} %endif %build +rm -rf $RPM_BUILD_ROOT +mkdir -p %{buildroot}%{_libdir}/python%{pythonver}/site-packages \ + %{buildroot}%{_bindir} QTDIR="" && source /etc/profile.d/qt.sh -%configure --with-python=%{pythonprog} +%pythonprog build.py \ + -l qt-mt \ + -b %{buildroot}%{_bindir} \ + -d %{buildroot}%{_libdir}/python%{pythonver}/site-packages/ \ + make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - -make DESTDIR=$RPM_BUILD_ROOT install +mkdir -p %{buildroot}%{_includedir}/python%{pythonver} +install siplib/*.h %{buildroot}%{_includedir}/python%{pythonver}/ %clean rm -rf $RPM_BUILD_ROOT @@ -81,18 +87,35 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README AUTHORS COPYING ChangeLog NEWS TODO -%{_libdir}/python%{pythonver}/site-packages/*.so.* +%doc ChangeLog LICENSE NEWS README THANKS +%{_libdir}/python%{pythonver}/site-packages/*.so* %{_bindir}/* %files devel %defattr(-,root,root) -%{_libdir}/python%{pythonver}/site-packages/*.la -%{_libdir}/python%{pythonver}/site-packages/*.so %{_includedir}/python%{pythonver}/* %changelog -* Tue Apr 16 2002 Than Ngo 3.1-2 +* Tue Jul 23 2002 Than Ngo 3.3.2-1 +- 3.3.2 release for qt 3.0.5 + +* Mon Jul 1 2002 Than Ngo 3.2.4-4 +- move python modul libsip.so into sip (bug #67640) + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Wed May 22 2002 Harald Hoyer +- updated to release 3.2.4 + +* Thu May 02 2002 Than Ngo 3.2-0.rc4 +- 3.2rc4 +- build against python 2 + +* Tue Apr 16 2002 Than Ngo 3.1-2 - rebuild * Fri Mar 29 2002 Than Ngo 3.1-1 diff --git a/sources b/sources index fafa7b1..d9663fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd2dcf320e20b88ac97c946e709cd32d sip-3.1.tar.gz +161c28f0bd3ef755ac44d4e39088c3be sip-3.3.2.tar.gz