From 199f046808b817440e15d4d7626d0a7a0953ddd2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:28:04 +0000 Subject: auto-import changelog data from sip-3.10.1-1.src.rpm Fri Mar 12 2004 Than Ngo 3.10.1-1 - update to 3.10.1 Tue Mar 02 2004 Elliot Lee - rebuilt Thu Feb 19 2004 Than Ngo 3.10-6 - fix Requires issue, bug #74004 Thu Feb 19 2004 Than Ngo 3.10-5 - fix lib64 issue Fri Feb 13 2004 Elliot Lee - rebuilt Thu Feb 12 2004 Than Ngo 3.10-3 - use new method of building SIP Wed Feb 11 2004 Than Ngo 3.10-2 - rebuilt against qt 3.3.0 Wed Feb 04 2004 Than Ngo 3.10-1 - 3.10 --- diff --git a/.cvsignore b/.cvsignore index 95b9252..8edec55 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sip-x11-gpl-3.8.tar.gz +sip-3.10.1.tar.gz diff --git a/sip.spec b/sip.spec index d88ce52..4b88070 100644 --- a/sip.spec +++ b/sip.spec @@ -1,18 +1,18 @@ %define pythonver 2.3 %define pythonsitedir %{_libdir}/python%{pythonver}/site-packages -%define qtver 3.2.3 +%define qtver 3.3.1 %define qtpkg qt Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 3.8 -Release: 2 +Version: 3.10.1 +Release: 1 License: GPL Group: Development/Tools Url: http://www.riverbankcomputing.co.uk/ BuildRoot: %{_tmppath}/%{name}-%{version}-root -Source: http://www.riverbankcomputing.co.uk/download/sip/%{name}-x11-gpl-%{version}.tar.gz +Source: http://www.riverbankcomputing.co.uk/download/sip/%{name}-%{version}.tar.gz Prereq: /sbin/ldconfig @@ -47,36 +47,30 @@ class library. Summary: Files needed to generate Python bindings for any C++ class library Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: python-devel %description devel This package contains files needed to generate Python bindings for any C++ classes library. %prep -rm -rf $RPM_BUILD_ROOT -%setup -q -n %{name}-x11-gpl-%{version} + +%setup -q %build -mkdir -p %{buildroot}%{pythonsitedir} \ - %{buildroot}%{_bindir} QTDIR="" && source /etc/profile.d/qt.sh -echo yes | %pythonprog build.py \ - -l qt-mt \ - -b %{buildroot}%{_bindir} \ - -d %{buildroot}%{pythonsitedir} - -mv siplib/Makefile siplib/Makefile.orig -sed -e "s#-rpath,.*site-packages*#-rpath,%{pythonsitedir}#" siplib/Makefile.orig >siplib/Makefile +%pythonprog configure.py -l qt-mt -d %{pythonsitedir} make %{?_smp_mflags} %install -mkdir -p %{buildroot}%{_includedir}/python%{pythonver} -install siplib/*.h %{buildroot}%{_includedir}/python%{pythonver}/ +rm -rf %{buildroot} + +make install DESTDIR=%{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %post -p /sbin/ldconfig @@ -85,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog LICENSE NEWS README THANKS -%{pythonsitedir}/*.so* +%{pythonsitedir}/* %{_bindir}/* %files devel @@ -93,6 +87,30 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/python%{pythonver}/* %changelog +* Fri Mar 12 2004 Than Ngo 3.10.1-1 +- update to 3.10.1 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Thu Feb 19 2004 Than Ngo 3.10-6 +- fix Requires issue, bug #74004 + +* Thu Feb 19 2004 Than Ngo 3.10-5 +- fix lib64 issue + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Thu Feb 12 2004 Than Ngo 3.10-3 +- use new method of building SIP + +* Wed Feb 11 2004 Than Ngo 3.10-2 +- rebuilt against qt 3.3.0 + +* Wed Feb 04 2004 Than Ngo 3.10-1 +- 3.10 + * Thu Nov 27 2003 Than Ngo 3.8-2 - rebuild against python 2.3 and Qt 3.2.3 diff --git a/sources b/sources index 51bfc0a..31b900e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2144b29adca9ff7b3b03de266da6c2eb sip-x11-gpl-3.8.tar.gz +7d7faa17422cd3e7b27d449ffbc9cd0f sip-3.10.1.tar.gz