SPECS: python-ipc.spec - use PIC, BR: swig-python - updated Licens...

qboosh qboosh at pld-linux.org
Sun Dec 25 22:10:41 CET 2005


Author: qboosh                       Date: Sun Dec 25 21:10:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use PIC, BR: swig-python
- updated License (homepage specify "free software", not anything about "GNU")
- release 3

---- Files affected:
SPECS:
   python-ipc.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/python-ipc.spec
diff -u SPECS/python-ipc.spec:1.9 SPECS/python-ipc.spec:1.10
--- SPECS/python-ipc.spec:1.9	Sat Dec 24 18:36:51 2005
+++ SPECS/python-ipc.spec	Sun Dec 25 22:10:35 2005
@@ -6,15 +6,15 @@
 Summary(pl):	Moduł Pythona implementujący komunikację międzyprocesową
 Name:		python-%{module}
 Version:	0.0.1
-Release:	2
-License:	GNU
+Release:	3
+License:	free
 Group:		Development/Languages/Python
 Source0:	http://www.heiho.net/python-ipc/python-ipc.tar.gz
 # Source0-md5:	af8a8e6b69dc8cd9240bafb1824f5f34
 Patch0:		%{name}-pld.patch
 URL:		http://www.heiho.net/python-ipc/
 BuildRequires:	python-devel >= 1:2.3
-BuildRequires:	swig
+BuildRequires:	swig-python
 %pyrequires_eq	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -31,7 +31,9 @@
 %build
 %{__make} \
 	CC="%{__cc}" \
-	CFLAGS="%{rpmcflags}" \
+	CFLAGS="%{rpmcflags} -fPIC" \
+	CFLAGSSO="-shared %{rpmldflags}" \
+	CFLAGSWRAP="%{rpmcflags} -fPIC" \
 	PYTHON_INCLUDE="%{py_incdir}"
 
 python -c "import compiler;compiler.compileFile('ipc.py')"
@@ -57,6 +59,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/12/25 21:10:35  qboosh
+- use PIC, BR: swig-python
+- updated License (homepage specify "free software", not anything about "GNU")
+- release 3
+
 Revision 1.9  2005/12/24 17:36:51  arekm
 - rel 2; fix build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-ipc.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list