]> git.pld-linux.org Git - packages/python-boto.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Apr 2008 20:33:40 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- R: python-libs not python

Changed files:
    python-boto.spec -> 1.2

python-boto.spec

index 5261dbc8fccec0de1e3b3580ac1c21363be5ab78..70f4f0775c9a8faf20bc2248f28446fcf0216e8f 100644 (file)
@@ -1,5 +1,6 @@
 %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
@@ -7,26 +8,31 @@ License:      MIT
 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
@@ -38,4 +44,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%{py_sitescriptdir}/%{realname}
+%{py_sitescriptdir}/boto
This page took 0.099715 seconds and 4 git commands to generate.