packages: python-pycassa/python-pycassa.spec - Version 1.0.1-1. For Cassand...

matkor matkor at pld-linux.org
Sat Dec 11 17:13:31 CET 2010


Author: matkor                       Date: Sat Dec 11 16:13:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Version 1.0.1-1. For Cassandra 0.7.0 and up only.

---- Files affected:
packages/python-pycassa:
   python-pycassa.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/python-pycassa/python-pycassa.spec
diff -u packages/python-pycassa/python-pycassa.spec:1.4 packages/python-pycassa/python-pycassa.spec:1.5
--- packages/python-pycassa/python-pycassa.spec:1.4	Fri Dec 10 13:22:41 2010
+++ packages/python-pycassa/python-pycassa.spec	Sat Dec 11 17:13:26 2010
@@ -3,16 +3,18 @@
 Summary:	Simple Python Cassandra library
 Summary(pl.UTF-8):	Prosta biblioteka Pythona do Cassandry
 Name:		python-%{module}
-Version:	0.3.0
+Version:	1.0.1
 Release:	1
 License:	MIT/apache
 Group:		Development/Languages/Python
+# https://github.com/downloads/pycassa/pycassa/pycassa-1.0.1.tar.gz
 Source0:	http://github.com/downloads/%{module}/%{module}/%{module}-%{version}.tar.gz
-# Source0-md5:	fd6ce985200ea04987c2d53f0a958559
-URL:		http://github.com/vomjom/pycassa
+# Source0-md5:	c91c03cde375d8f5f3f1d6383799c594
+URL:		https://github.com/pycassa/pycassa
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
+BuildRequires:	python-setuptools >= 0.6-2.c11 
 Requires:	python-modules
 Requires:	python-thrift
 BuildArch:	noarch
@@ -36,13 +38,13 @@
 %setup -q -n %{module}-%{version}
 
 %build
-%{__python} setup.py --cassandra build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py --cassandra install \
+%{__python} setup.py  install \
 	--optimize=2 \
-	--root=$RPM_BUILD_ROOT
+	--root=$RPM_BUILD_ROOT 
 
 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
@@ -53,10 +55,17 @@
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/pycassaShell
+
+%{py_sitescriptdir}/ez_setup.py[co]
+
 %dir %{py_sitescriptdir}/%{module}
 %{py_sitescriptdir}/%{module}/*.py[co]
-%dir %{py_sitescriptdir}/cassandra
-%{py_sitescriptdir}/cassandra/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/cassandra
+%{py_sitescriptdir}/%{module}/cassandra/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/logging
+%{py_sitescriptdir}/%{module}/logging/*.py[co]
+
 %if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/%{module}-*.egg-info
 %endif
@@ -67,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/12/11 16:13:26  matkor
+- Version 1.0.1-1. For Cassandra 0.7.0 and up only.
+
 Revision 1.4  2010/12/10 12:22:41  matkor
 - Version 0.3.0-1.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pycassa/python-pycassa.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list