SPECS: python-pypar.spec - fix build (missing dir in setup.py)

baggins baggins at pld-linux.org
Tue Sep 4 16:34:24 CEST 2007


Author: baggins                      Date: Tue Sep  4 14:34:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build (missing dir in setup.py)

---- Files affected:
SPECS:
   python-pypar.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/python-pypar.spec
diff -u SPECS/python-pypar.spec:1.11 SPECS/python-pypar.spec:1.12
--- SPECS/python-pypar.spec:1.11	Tue Sep  4 16:17:42 2007
+++ SPECS/python-pypar.spec	Tue Sep  4 16:34:19 2007
@@ -11,6 +11,7 @@
 Group:		Libraries/Python
 Source0:	http://datamining.anu.edu.au/~ole/pypar/%{module}_%{version}.tgz
 # Source0-md5:	7039dc549acd1db9806e7510c8eb93dc
+Patch0:		%{name}-build.patch
 URL:		http://datamining.anu.edu.au/~ole/pypar/
 BuildRequires:	mpi
 BuildRequires:	python-devel >= 1:2.3
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q -n %{module}_%{version}
+%patch0 -p1
 
 %build
 CFLAGS="%{rpmcflags}"
@@ -75,6 +77,7 @@
 %dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/*.so
+%{py_sitedir}/*.egg-info
 
 %files examples
 %defattr(644,root,root,755)
@@ -86,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/09/04 14:34:19  baggins
+- fix build (missing dir in setup.py)
+
 Revision 1.11  2007/09/04 14:17:42  baggins
 - 1.9.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pypar.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list