SPECS: python-boto.spec - pl - R: python-libs not python

qboosh qboosh at pld-linux.org
Mon Apr 14 22:33:45 CEST 2008


Author: qboosh                       Date: Mon Apr 14 20:33:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- R: python-libs not python

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

---- Diffs:

================================================================
Index: SPECS/python-boto.spec
diff -u SPECS/python-boto.spec:1.1 SPECS/python-boto.spec:1.2
--- SPECS/python-boto.spec:1.1	Mon Jan  7 15:24:46 2008
+++ SPECS/python-boto.spec	Mon Apr 14 22:33:40 2008
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 %define realname boto
 Summary:	An integrated interface to infrastructural services offered by Amazon Web Services
+Summary(pl.UTF-8):	Zintegrowany interfejs do usług infrastruktury oferowanych przez usługi WWW Amazon
 Name:		python-%{realname}
 Version:	1.0a
 Release:	1
@@ -8,26 +9,31 @@
 Group:		Libraries/Python
 Source0:	http://boto.googlecode.com/files/%{realname}-%{version}.tar.gz
 # Source0-md5:	3c783c9b8d020d874994c710f1babf27
-Url:		http://code.google.com/p/boto/
+URL:		http://code.google.com/p/boto/
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
-%pyrequires_eq	python
+%pyrequires_eq	python-libs
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-An integrated interface to current and future infrastructural services offered by Amazon Web Services.
+An integrated interface to current and future infrastructural services
+offered by Amazon Web Services.
+
+%description -l pl.UTF-8
+Zintegrowany interfejs do aktualnych i przyszłych usług infrastruktury
+oferowanych przez usługi WWW Amazon.
 
 %prep
 %setup -q -n %{realname}-%{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
 rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/tests
@@ -39,7 +45,7 @@
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/%{realname}
+%{py_sitescriptdir}/boto
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -47,6 +53,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008-04-14 20:33:40  qboosh
+- pl
+- R: python-libs not python
+
 Revision 1.1  2008-01-07 14:24:46  patrys
 - initial PLD release
-
================================================================

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



More information about the pld-cvs-commit mailing list