]> git.pld-linux.org Git - packages/python-boto.git/commitdiff
- up to 1.6b auto/th/python-boto-1_6b-1 auto/ti/python-boto-1_6b-1
authorduddits <duddits@pld-linux.org>
Sat, 14 Mar 2009 23:03:53 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more %files (added scripts to _bindir)

Changed files:
    python-boto.spec -> 1.6

python-boto.spec

index 32171dd40479717f069f2fb51b3b33f5b799e016..81ce29e47a4a41161dde6fcbff940bdc7398b3c2 100644 (file)
@@ -2,12 +2,12 @@
 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.2a
-Release:       3
+Version:       1.6b
+Release:       1
 License:       MIT
 Group:         Libraries/Python
 Source0:       http://boto.googlecode.com/files/%{realname}-%{version}.tar.gz
-# Source0-md5: e4329f02ad17837b6e4b1269e1ae63e3
+# Source0-md5: da35ce449ed0be74a3e5d9fff58f9d08
 URL:           http://code.google.com/p/boto/
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
@@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
        --optimize=2
 rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/tests
 
+install -d $RPM_BUILD_ROOT%{_bindir}
+install cq.py s3put $RPM_BUILD_ROOT%{_bindir}
+
 %py_postclean
 
 %clean
@@ -44,4 +47,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc PKG-INFO README doc/*
+%attr(755,root,root) %{_bindir}/cq.py
+%attr(755,root,root) %{_bindir}/s3put
 %{py_sitescriptdir}/boto
This page took 0.120617 seconds and 4 git commands to generate.