SPECS (DEVEL): python-Soya.spec - 0.14rc1 version - BR: rpm-python...

lisu lisu at pld-linux.org
Mon Jan 21 22:02:39 CET 2008


Author: lisu                         Date: Mon Jan 21 21:02:39 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 0.14rc1 version
- BR: rpm-pythonprov
- use python macro
- use vars in tutorial URL too

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

---- Diffs:

================================================================
Index: SPECS/python-Soya.spec
diff -u SPECS/python-Soya.spec:1.10 SPECS/python-Soya.spec:1.10.2.1
--- SPECS/python-Soya.spec:1.10	Sun Jul 15 22:36:47 2007
+++ SPECS/python-Soya.spec	Mon Jan 21 22:02:34 2008
@@ -1,17 +1,18 @@
 # $Revision$, $Date$
 %define		module	Soya
+%define		_rc	rc1
 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
-Release:	0.1
+Version:	0.14
+Release:	0.%{_rc}.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:	http://download.gna.org/soya/%{module}-%{version}%{_rc}.tar.bz2
+# Source0-md5:	82494e996358a17add948656ee779f5e
+Source1:	http://download.gna.org/soya/SoyaTutorial-%{version}%{_rc}.tar.bz2
+# Source1-md5:	f0b72809cb9bba0cae21a35bc0520b98
+URL:		http://home.gna.org/oomadness/en/soya3d/
 BuildRequires:	OpenGL-devel
 BuildRequires:	OpenAL-devel
 BuildRequires:	SDL-devel
@@ -23,6 +24,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 +57,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
+%setup -q -n %{module}-%{version}%{_rc} -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}
@@ -92,7 +94,7 @@
 
 %files tutorial
 %defattr(644,root,root,755)
-%doc SoyaTutorial-0.13/{AUTHORS,README,tutorial}
+%doc SoyaTutorial-%{version}%{_rc}/{AUTHORS,README,tutorial}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -100,6 +102,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+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
================================================================

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



More information about the pld-cvs-commit mailing list