SPECS: python-py.spec - pl - BR: rpm-pythonprov

qboosh qboosh at pld-linux.org
Wed May 7 20:01:25 CEST 2008


Author: qboosh                       Date: Wed May  7 18:01:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- BR: rpm-pythonprov

---- Files affected:
SPECS:
   python-py.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/python-py.spec
diff -u SPECS/python-py.spec:1.1 SPECS/python-py.spec:1.2
--- SPECS/python-py.spec:1.1	Sun Sep 23 15:04:48 2007
+++ SPECS/python-py.spec	Wed May  7 20:01:20 2008
@@ -6,34 +6,39 @@
 # - documentation and examples in sitescript_dir
 %define		module	py
 #
-Summary:	agile development and test support library
-Summary(pl.UTF-8):	zwinna biblioteka obsługująca rozwój i testowanie
+Summary:	Agile development and test support library
+Summary(pl.UTF-8):	Zwinna biblioteka obsługująca rozwój i testowanie
 Name:		python-%{module}
 Version:	0.9.0
 Release:	0.1
 License:	MIT license
 Group:		Development/Languages/Python
-Source0:	http://codespeak.net/download/%{module}/%{module}-%{version}.tar.gz
+Source0:	http://codespeak.net/download/py/%{module}-%{version}.tar.gz
 # Source0-md5:	adecd7befdfa431341c8e09e0bc94ca3
 URL:		http://codespeak.net/py/
 BuildRequires:	python-devel
+BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-the py lib is a development support library featuring py.test, ad-hoc
+The py lib is a development support library featuring py.test, ad-hoc
 distributed execution, micro-threads and svn abstractions.
 
+%description -l pl.UTF-8
+Biblioteka py wspiera rozwijanie oprogramowania udostępniając py.test,
+rozproszone wykonywanie kodu, mikrowątki i abstrakcję svn.
+
 %prep
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
 	--root=$RPM_BUILD_ROOT \
 	--optimize=2
 
@@ -53,6 +58,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-05-07 18:01:20  qboosh
+- pl
+- BR: rpm-pythonprov
+
 Revision 1.1  2007-09-23 13:04:48  undefine
 - new, nfy
-
================================================================

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



More information about the pld-cvs-commit mailing list