SPECS (DEVEL): sip.spec - version 4.4 (snap 20060216)

charles charles at pld-linux.org
Sat Feb 18 03:37:49 CET 2006


Author: charles                      Date: Sat Feb 18 02:37:49 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- version 4.4 (snap 20060216)

---- Files affected:
SPECS:
   sip.spec (1.52 -> 1.52.2.1) 

---- Diffs:

================================================================
Index: SPECS/sip.spec
diff -u SPECS/sip.spec:1.52 SPECS/sip.spec:1.52.2.1
--- SPECS/sip.spec:1.52	Wed Feb 15 10:18:01 2006
+++ SPECS/sip.spec	Sat Feb 18 03:37:44 2006
@@ -1,19 +1,22 @@
 # $Revision$, $Date$
+%define		_snap	20060216
+
 Summary:	Python bindings generator for C++ class libraries
 Summary(pl):	Generator powiązań Pythona z bibliotekami klas C++
 Name:		sip
-Version:	4.3.2
-Release:	2
+Version:	4.4
+Release:	0.%{_snap}.1
 Epoch:		2
 License:	redistributable (see LICENSE)
 Group:		Development/Languages/Python
-Source0:	http://www.river-bank.demon.co.uk/download/sip/%{name}-%{version}.tar.gz
-# Source0-md5:	993c890998e337d4df71c5d4b0db52b9
+Source0:	http://www.riverbankcomputing.com/Downloads/Snapshots/sip4/%{name}-snapshot-%{_snap}.tar.gz
+# Source0-md5:	578b4a759f19a4f693258cec4940ec33
+Patch0:		%{name}-mkspec.patch
 URL:		http://www.riverbankcomputing.co.uk/sip/index.php
+BuildRequires:	libstdc++-devel
 BuildRequires:	python-devel >= 2.3
-BuildRequires:	qt-devel >= 3.1.2
 BuildRequires:	rpm-pythonprov
-BuildRequires:	tmake
+BuildRequires:	rpmbuild(macros) >= 1.167
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_sipfilesdir	%{_datadir}/sip
@@ -47,6 +50,7 @@
 Summary(pl):	Pliki programistyczne potrzebne do budowania powiązań
 Group:		Development/Libraries
 Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	/usr/bin/qmake
 Requires:	python-devel >= 2.3
 %pyrequires_eq	python-libs
 
@@ -57,22 +61,17 @@
 Pliki programistyczne potrzebne do budowania powiązań z klasami C++.
 
 %prep
-%setup -q
+%setup -q -n %{name}-snapshot-%{_snap}
+%patch0 -p1
 
 %build
 # configure.py notes:
 # - macros overrides must be last
 # - cannot pass CXXFLAGS+="%{rpmcflags}" or so - builtin -O2 overrides rpmcflags
-QTDIR=%{_prefix} \
-TMAKEPATH=%{_datadir}/tmake \
 python configure.py \
 	-b %{_bindir} \
-	-d %{py_sitedir} \
 	-e %{py_incdir} \
-	-l qt-mt \
 	-v %{_sipfilesdir} \
-	LIBDIR_QT="%{_libdir}" \
-	LIBDIR_X11="/usr/X11R6/%{_lib}" \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
 	CFLAGS="%{rpmcflags}" \
@@ -113,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.52.2.1  2006/02/18 02:37:44  charles
+- version 4.4 (snap 20060216)
+
 Revision 1.52  2006/02/15 09:18:01  glen
 - revert adapter change
 
@@ -148,7 +150,7 @@
 - other License
 
 Revision 1.43  2004/12/24 13:49:44  troll
-- proper package required by %pyrequires_eq
+- proper package required by %%pyrequires_eq
 - cosmetics
 - rel 2 to rebuild with Python 2.4
 
@@ -160,7 +162,7 @@
 - Version 4.1.1.
 
 Revision 1.40  2004/07/28 08:03:20  troll
-- removed %include /usr/lib/rpm/macros.python
+- removed %%include /usr/lib/rpm/macros.python
 
 Revision 1.39  2004/07/07 15:34:35  qboosh
 - updated to 4.0.1
@@ -220,7 +222,7 @@
 - pass libdir to build.py (AMD64 fix)
 
 Revision 1.22  2003/08/17 22:59:41  luzik
-- updated to 3.8
+ - updated to 3.8
 
 Revision 1.21  2003/07/17 08:49:51  qboosh
 - merged updates (sic) from RA-branch (but up to 3.7)
@@ -251,9 +253,9 @@
 - perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
 
 Revision 1.12  2002/05/21 23:14:43  kloczek
-- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
              s/^automake -a -c -f/\%\{__automake\}/; \
-     s/^autoconf/\%\{__autoconf\}/"
+	     s/^autoconf/\%\{__autoconf\}/"
 
 Revision 1.11  2002/05/01 08:24:05  kloczek
 - added full regenerate ac/am/lt files in %build.
@@ -272,7 +274,7 @@
   Group field using gettext).
 
 Revision 1.6  2002/01/18 02:14:54  kloczek
-- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
 
 Revision 1.5  2001/12/12 19:46:50  blues
 - configure macro used
@@ -284,7 +286,7 @@
 - changed Copyright to License: BSD-like (NOTE: 3.0 available; docs are missing from package)
 
 Revision 1.2  2001/11/23 13:55:44  qboosh
-- some fixes in %files; TODO: separate -static?
+- some fixes in %%files; TODO: separate -static?
 
 Revision 1.1  2001/11/09 22:57:14  fastviper
 - Added polish description, corrected original spec with adapter.awk
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sip.spec?r1=1.52&r2=1.52.2.1&f=u



More information about the pld-cvs-commit mailing list