SPECS: python-Soya.spec - update to 0.14 version - more verbose files - TODO

lisu lisu at pld-linux.org
Tue Nov 25 11:37:42 CET 2008


Author: lisu                         Date: Tue Nov 25 10:37:42 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 0.14 version
- more verbose files
- TODO

---- Files affected:
SPECS:
   python-Soya.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/python-Soya.spec
diff -u SPECS/python-Soya.spec:1.10 SPECS/python-Soya.spec:1.11
--- SPECS/python-Soya.spec:1.10	Sun Jul 15 22:36:47 2007
+++ SPECS/python-Soya.spec	Tue Nov 25 11:37:37 2008
@@ -1,17 +1,20 @@
 # $Revision$, $Date$
+#
+# TODO: unpackaged files
+#
 %define		module	Soya
 Summary:	A practical high-level object-oriented 3D engine for Python
 Summary(pl.UTF-8):	Praktyczny, wysokopoziomowy, zorientowany obiektowo silnik 3D dla Pythona
 Name:		python-%{module}
-Version:	0.13.2
+Version:	0.14
 Release:	0.1
 License:	GPL v2+
 Group:		Development/Languages/Python
 Source0:	http://download.gna.org/soya/%{module}-%{version}.tar.bz2
-# Source0-md5:	98c129c2797bf2e5a36e3cd8d40fb189
-Source1:	http://download.gna.org/soya/SoyaTutorial-0.13.tar.bz2
-# Source1-md5:	80f864e56f6b293c73182e2273a78a1b
-URL:		http://home.gna.org/oomadness/en/soya3d/index.html
+# Source0-md5:	9fa56b14d3e9d5fcee073de650b3206f
+Source1:	http://download.gna.org/soya/SoyaTutorial-%{version}.tar.bz2
+# Source1-md5:	241d4e56e21cf70487323b3b25f9c37c
+URL:		http://home.gna.org/oomadness/en/soya3d/
 BuildRequires:	OpenGL-devel
 BuildRequires:	OpenAL-devel
 BuildRequires:	SDL-devel
@@ -23,6 +26,7 @@
 BuildRequires:	python-Pyrex
 BuildRequires:	python-modules >= 0.9.3
 BuildRequires:	python-devel >= 2.4
+BuilDrequires:	rpm-pythonprov
 %pyrequires_eq	python
 Requires:	python-EditObj
 Requires:	python-PIL
@@ -55,19 +59,19 @@
 Package contains a set of tutorial for Soya.
 
 %description tutorial -l pl.UTF-8
-Pakiet zawiera kompletny tutorial dla Soya.
+Pakiet zawiera kompletny przewodnik dla Soya.
 
 %prep
 %setup -q -n %{module}-%{version} -a1
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
-python setup.py install \
+%{__python} setup.py install \
 	--root=$RPM_BUILD_ROOT
 
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -88,11 +92,12 @@
 %{py_sitedir}/soya/data
 %dir %{py_sitedir}/soya/editor
 %{py_sitedir}/soya/editor/*.py[co]
-%{_mandir}/man1/*
+%{py_sitedir}/*.egg-info
+%{_mandir}/man1/soya_editor.*
 
 %files tutorial
 %defattr(644,root,root,755)
-%doc SoyaTutorial-0.13/{AUTHORS,README,tutorial}
+%doc SoyaTutorial-%{version}/{AUTHORS,README,tutorial}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -100,7 +105,18 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.10  2007/07/15 20:36:47  lisu
+Revision 1.11  2008/11/25 10:37:37  lisu
+- update to 0.14 version
+- more verbose files
+- TODO
+
+Revision 1.10.2.1  2008/01/21 21:02:34  lisu
+- 0.14rc1 version
+- BR: rpm-pythonprov
+- use python macro
+- use vars in tutorial URL too
+
+Revision 1.10  2007-07-15 20:36:47  lisu
 - 0.13.2
 - BRs updated
 - Require python-tkinter no needed (it install as dependence of python-EditObj)
================================================================

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



More information about the pld-cvs-commit mailing list