SPECS: python-boto.spec - up to 1.6b - more %files (added scripts to _bindir)
duddits
duddits at pld-linux.org
Sun Mar 15 00:03:58 CET 2009
Author: duddits Date: Sat Mar 14 23:03:58 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.6b
- more %files (added scripts to _bindir)
---- Files affected:
SPECS:
python-boto.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/python-boto.spec
diff -u SPECS/python-boto.spec:1.5 SPECS/python-boto.spec:1.6
--- SPECS/python-boto.spec:1.5 Sat Mar 14 01:11:53 2009
+++ SPECS/python-boto.spec Sun Mar 15 00:03:53 2009
@@ -3,12 +3,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
@@ -38,6 +38,9 @@
--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
@@ -45,6 +48,9 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -53,6 +59,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2009/03/14 23:03:53 duddits
+- up to 1.6b
+- more %files (added scripts to _bindir)
+
Revision 1.5 2009/03/14 00:11:53 hawk
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-boto.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list