[python-TornadIO2] Initial

Richard Marko rmarko at fedoraproject.org
Wed Oct 16 15:46:55 UTC 2013


commit 6cbc2ee76b9f081c82c3f48ec3ef2ef4130df66e
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Wed Oct 16 17:46:34 2013 +0200

    Initial
    
    Signed-off-by: Richard Marko <rmarko at fedoraproject.org>

 .gitignore            |    1 +
 LICENSE               |   14 +++++++++
 python-TornadIO2.spec |   71 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 4 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fb1a48f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/TornadIO2-0.0.4.tar.gz
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..df02c77
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,14 @@
+Copyright (c) 2011, Serge. S. Koval. <http://in-square.net/>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
diff --git a/python-TornadIO2.spec b/python-TornadIO2.spec
new file mode 100644
index 0000000..3c7bdde
--- /dev/null
+++ b/python-TornadIO2.spec
@@ -0,0 +1,71 @@
+#
+# spec file for package python-TornadIO2
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Richard Marko <rmarko at fedoraproject.org>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+#
+
+Name:           python-TornadIO2
+Version:        0.0.4
+Release:        4%{?dist}
+License:        ASL 2.0
+Summary:        Socket.io server on top of Tornado framework
+Url:            http://github.com/MrJoes/tornadio2/
+Group:          Development/Languages
+Source0:         http://pypi.python.org/packages/source/T/TornadIO2/TornadIO2-%{version}.tar.gz
+# patch adding LICENSE to release tarball accepted upstream, will be included in the next version
+Source1:        LICENSE
+
+Requires:       python-tornado
+Requires:       python-simplejson
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-tornado
+BuildRequires:  python-simplejson
+
+BuildArch:      noarch
+
+%description
+This is python server implementation of the Socket.IO real-time transport
+library on top of the Tornado framework. TornadIO2 is compatible with 0.7+
+version of the Socket.IO and implements most of the features found in original
+Socket.IO server software.
+
+%prep
+%setup -q -n TornadIO2-%{version}
+rm -rf %{pypi_name}.egg-info
+cp %{SOURCE1} .
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+
+%files
+%doc LICENSE
+%defattr(-,root,root,-)
+%{python_sitelib}/*
+
+%changelog
+* Mon Aug 12 2013 Richard Marko rmarko at fedoraproject.org - 0.0.4-4
+- Add LICENSE file
+
+* Tue Jul 09 2013 Richard Marko rmarko at fedoraproject.org - 0.0.4-3
+- Removed upstream egg
+
+* Mon Jul 01 2013 Richard Marko rmarko at fedoraproject.org - 0.0.4-2
+- Adapted for Fedora
+
+* Sat Feb 23 2013 Pavol Rusnak prusnak at opensuse.org - 0.0.4-1
+- Created package (version 0.0.4)
diff --git a/sources b/sources
index e69de29..5db181a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e500878c082746aa436116c88b3a1cdb  TornadIO2-0.0.4.tar.gz


More information about the scm-commits mailing list