[flies-python-client] Initial import (#623871)

james ni jamesni at fedoraproject.org
Thu Sep 2 08:51:42 UTC 2010


commit 3737bf2a91eb06b3df3d11e8fedd86f18a625cf1
Author: James Ni <kent.neo at gmail.com>
Date:   Thu Sep 2 16:51:37 2010 +0800

    Initial import (#623871)

 .gitignore               |    1 +
 flies-python-client.spec |   73 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 75 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f0eaea8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+flies-python-client-0.0.5.tar.gz
diff --git a/flies-python-client.spec b/flies-python-client.spec
new file mode 100644
index 0000000..4a4ac19
--- /dev/null
+++ b/flies-python-client.spec
@@ -0,0 +1,73 @@
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
+Name: flies-python-client
+Version: 0.0.5
+Release: 1%{?dist}
+Summary: Python Client for Flies Server
+
+Group: Development/Tools
+License: LGPLv2+
+URL: http://code.google.com/p/flies/wiki/FliesPythonClient
+Source0: http://jamesni.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch: noarch
+BuildRequires: python-setuptools
+BuildRequires: python-polib
+%if 0%{?fedora} < 13
+BuildRequires: python-devel
+Requires: python-httplib2
+%endif
+
+%description
+Flies Python client is a client that communicate with Flies server.
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-, root, root, -)
+%doc README COPYING COPYING.LESSER
+%{python_sitelib}/*
+%{_bindir}/*
+
+%changelog
+* Tue Aug 31 2010 James Ni <jni at redhat.com> - 0.0.5-1
+- Rename resservice in flieslib/__init__.py to docservice
+
+* Mon Aug 30 2010 James Ni <jni at redhat.com> - 0.0.4-1
+- Rename module resservice to docservice
+- Set encode to UTF-8 when generate hash value for msgid of the po file
+- Change functions in flies.py to private
+- Fix a exception in projectservice and exception handler in flies
+- Provide more "readable" output for httplib2 connection error
+
+* Wed Aug 25 2010 James Ni <jni at redhat.com> - 0.0.3-3
+- Add an error handler for list command
+- Add cache to httplib2 
+
+* Mon Aug 23 2010 James Ni <jni at redhat.com> - 0.0.3-2
+- Include the example configuration file
+- Add dependency of python-httplib2 for fedora 12(and less) 
+
+* Fri Aug 20 2010 James Ni <jni at redhat.com> - 0.0.3-1
+- Modify the __inin__.py for importing the module
+- Modify the spec file and fliesrc.txt
+- Rewrite README file for giving detail of commands and how to implement flies-python-lib in program
+- Add COPYING.LESSER 
+
+* Mon Aug 16 2010 James Ni <jni at redhat.com> - 0.0.2-2
+- remove shebang from flies.py 
+
+* Fri Aug 13 2010 James Ni <jni at redhat.com> - 0.0.2-1
+- initial package (#623871)
diff --git a/sources b/sources
index e69de29..8a1d3c4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e9aef2ec33d72453c7231ed0e3c75523  flies-python-client-0.0.5.tar.gz


More information about the scm-commits mailing list