SPECS: python-Pyrex.spec - Updated to version 0.9.4-1. STBR for Ac.

matkor matkor at pld-linux.org
Mon Apr 17 16:58:21 CEST 2006


Author: matkor                       Date: Mon Apr 17 14:58:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- Updated to version 0.9.4-1. STBR for Ac.

---- Files affected:
SPECS:
   python-Pyrex.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/python-Pyrex.spec
diff -u SPECS/python-Pyrex.spec:1.14 SPECS/python-Pyrex.spec:1.15
--- SPECS/python-Pyrex.spec:1.14	Thu Sep 22 22:50:36 2005
+++ SPECS/python-Pyrex.spec	Mon Apr 17 16:58:16 2006
@@ -5,12 +5,13 @@
 Summary:	Language for writing Python Extension Modules
 Summary(pl):	Język służący do pisania modułów rozszerzających Pythona
 Name:		python-%{module}
-Version:	0.9.3.1
-Release:	0.9
+Version:	0.9.4
+Release:	1
 License:	free
 Group:		Libraries/Python
 Source0:	http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/%{module}-%{version}.tar.gz
-# Source0-md5:	0415b95a023061679021323d9ce56fe0
+# Source0-md5:	9afab3de2dd16da97f482b2dc16fdd46
+Patch0:         %{name}-identation_fix.patch
 URL:		http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
 BuildRequires:	python
 %pyrequires_eq	python-libs
@@ -40,18 +41,19 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__python} setup.py install \
 	--root=$RPM_BUILD_ROOT \
-	--install-purelib=%{py_sitedir} \
+	--install-purelib=%{py_sitescriptdir} \
 	-O2
 
-find $RPM_BUILD_ROOT%{py_sitedir} -name "*.py" -a ! -name 'Lexicon.py' -exec rm -f {} \;
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" -a ! -name 'Lexicon.py' -exec rm -f {} \;
 
 cp -ar Demos/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
@@ -62,7 +64,8 @@
 %defattr(644,root,root,755)
 %doc CHANGES.txt README.txt ToDo.txt USAGE.txt Doc/*.html Doc/*.c
 %attr(755,root,root) %{_bindir}/*
-%{py_sitedir}/*
+%{py_sitescriptdir}/*
+
 
 %files examples
 %defattr(644,root,root,755)
@@ -74,6 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2006/04/17 14:58:16  matkor
+- Updated to version 0.9.4-1. STBR for Ac.
+
 Revision 1.14  2005/09/22 20:50:36  qboosh
 - removed obsolete patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-Pyrex.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list