summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCopr dist git <copr-devel@lists.fedorahosted.org>2016-05-12 02:43:50 +0000
committerCopr dist git <copr-devel@lists.fedorahosted.org>2016-05-12 02:43:50 +0000
commitd0b23d0b548aaa6b78064c41b6cf1e2bc038685f (patch)
tree4d0ce3e67b66a8da154e52b03fe4d35c4532af19
parentcc2628dda74ae13912a724e68e1223c72f47d9a7 (diff)
import_srpmmaster-backup
-rw-r--r--.gitignore1
-rw-r--r--python-collective.texttospeech.spec85
-rw-r--r--sources1
3 files changed, 87 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..9efe90a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/collective.texttospeech-1.0a2.tar.gz
diff --git a/python-collective.texttospeech.spec b/python-collective.texttospeech.spec
new file mode 100644
index 0000000..fe921fd
--- /dev/null
+++ b/python-collective.texttospeech.spec
@@ -0,0 +1,85 @@
+# Created by pyp2rpm-3.0.2
+%global pypi_name collective.texttospeech
+
+Name: python-%{pypi_name}
+Version: 1.0a2
+Release: 1%{?dist}
+Summary: Text-to-Speech feature for Plone
+
+License: UNKNOWN
+URL: https://github.com/simplesconsultoria/collective.texttospeech
+Source0: https://pypi.python.org/packages/91/b2/ea09088db0cfb507dd595bb9ce22318a98aaf05b59fe2ec08d3a33091880/%{pypi_name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-setuptools
+BuildRequires: python3-devel
+
+%description
+**************
+Text-to-Speech
+**************
+
+.. contents:: Table of Contents
+Life, the Universe, and Everything
+==================================
+
+This
+package enables a Text-to-Speech feature in Plone.
+
+It is currently based on
+`ResponsiveVoice <http://responsivevoice.org/>`_,
+an HTML5-based Text-To-Speech
+library designed to add voice features to web sites across multiple ...
+
+%package -n python3-%{pypi_name}
+Summary: Text-to-Speech feature for Plone
+%{?python_provide:%python_provide python3-%{pypi_name}}
+
+Requires: python3-plone-api
+Requires: python3-plone-app-registry
+Requires: python3-plone-app-upgrade
+Requires: python3-plone-directives-form
+Requires: python3-Products-CMFPlone >= 4.3
+Requires: python3-Products-GenericSetup
+Requires: python3-setuptools
+Requires: python3-zope-i18nmessageid
+Requires: python3-zope-interface
+Requires: python3-zope-schema
+%description -n python3-%{pypi_name}
+**************
+Text-to-Speech
+**************
+
+.. contents:: Table of Contents
+Life, the Universe, and Everything
+==================================
+
+This
+package enables a Text-to-Speech feature in Plone.
+
+It is currently based on
+`ResponsiveVoice <http://responsivevoice.org/>`_,
+an HTML5-based Text-To-Speech
+library designed to add voice features to web sites across multiple ...
+
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+
+%files -n python3-%{pypi_name}
+%doc README.rst docs/LICENSE.txt docs/LICENSE.GPL
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+
+%changelog
+* Thu May 12 2016 copr-service - 1.0a2-1
+- Initial package. \ No newline at end of file
diff --git a/sources b/sources
index e69de29..cf751b9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+89a4f099aa9bcce68b7fc61fca32b7d7 collective.texttospeech-1.0a2.tar.gz