summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCopr dist git <copr-devel@lists.fedorahosted.org>2016-05-12 02:41:59 +0000
committerCopr dist git <copr-devel@lists.fedorahosted.org>2016-05-12 02:41:59 +0000
commit987ef1be6508889b28faa3e1203cbc6f95a33c4b (patch)
tree11c620c7b843e2b24a7f9604307df430eb8975a5
parent4ff94533882142390949103686736475a99aa4dd (diff)
import_srpmmaster-backup
-rw-r--r--.gitignore1
-rw-r--r--python-collective.taghelper.spec96
-rw-r--r--sources1
3 files changed, 98 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..8c74afb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/collective.taghelper-0.3.1.tar.gz
diff --git a/python-collective.taghelper.spec b/python-collective.taghelper.spec
new file mode 100644
index 0000000..ba2befa
--- /dev/null
+++ b/python-collective.taghelper.spec
@@ -0,0 +1,96 @@
+# Created by pyp2rpm-3.0.2
+%global pypi_name collective.taghelper
+
+Name: python-%{pypi_name}
+Version: 0.3.1
+Release: 1%{?dist}
+Summary: The act of tagging content is tedious and humans will often fail to do it. Taghelper examines the content and extracts the keywords that are most relevant
+
+License: GPL
+URL: http://plone.org/products/collective.taghelper/
+Source0: https://pypi.python.org/packages/fd/c1/b04c8da71336f515b729e584b240652993b02595ba24077c9fd40b6d9d5d/%{pypi_name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-setuptools
+BuildRequires: python3-zope-testing
+BuildRequires: python3-devel
+
+%description
+Project Description
+===================
+
+Taghelper uses Zemanta, OpenAmplify,
+Evri, OpenCalais, Yahoo, SiLLC
+and tagthe.net
+
+
+Installation with buildout
+==========================
+
+Add collective.taghelper to the eggs section of you
+buildout: ::
+
+ eggs =
+ collective.taghelper
+
+
+Activate the product in
+your add ons section. This will install a Tag Helper
+controlpanel in you site
+...
+
+%package -n python3-%{pypi_name}
+Summary: The act of tagging content is tedious and humans will often fail to do it. Taghelper examines the content and extracts the keywords that are most relevant
+%{?python_provide:%python_provide python3-%{pypi_name}}
+
+Requires: python3-setuptools
+Requires: python3-yql
+Requires: python3-plone-app-registry
+%description -n python3-%{pypi_name}
+Project Description
+===================
+
+Taghelper uses Zemanta, OpenAmplify,
+Evri, OpenCalais, Yahoo, SiLLC
+and tagthe.net
+
+
+Installation with buildout
+==========================
+
+Add collective.taghelper to the eggs section of you
+buildout: ::
+
+ eggs =
+ collective.taghelper
+
+
+Activate the product in
+your add ons section. This will install a Tag Helper
+controlpanel in you site
+...
+
+
+%prep
+%autosetup -n %{pypi_name}-%{version}
+# Remove bundled egg-info
+rm -rf %{pypi_name}.egg-info
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+
+%check
+%{__python3} setup.py test
+
+%files -n python3-%{pypi_name}
+%doc README.txt collective/taghelper/README.txt docs/LICENSE.GPL docs/LICENSE.txt
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+
+%changelog
+* Thu May 12 2016 copr-service - 0.3.1-1
+- Initial package. \ No newline at end of file
diff --git a/sources b/sources
index e69de29..927b72d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1ff394df7a2d11011a06063a988a1997 collective.taghelper-0.3.1.tar.gz