summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCopr dist git <copr-devel@lists.fedorahosted.org>2016-05-12 02:36:32 +0000
committerCopr dist git <copr-devel@lists.fedorahosted.org>2016-05-12 02:36:32 +0000
commitab61cd77c98038aaad38117a34fc937f65e5e493 (patch)
treef67cb694990205111ce25d20354e08d14d03f419
parent484a0aa4ca9ff6da4f0b36962090568df4dc6ae4 (diff)
import_srpmmaster-backup
-rw-r--r--.gitignore1
-rw-r--r--python-collective.socialbar.spec82
-rw-r--r--sources1
3 files changed, 84 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..daccb95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/collective.socialbar-1.1.zip
diff --git a/python-collective.socialbar.spec b/python-collective.socialbar.spec
new file mode 100644
index 0000000..bf5fc33
--- /dev/null
+++ b/python-collective.socialbar.spec
@@ -0,0 +1,82 @@
+# Created by pyp2rpm-3.0.2
+%global pypi_name collective.socialbar
+
+Name: python-%{pypi_name}
+Version: 1.1
+Release: 1%{?dist}
+Summary: socialbar viewlet
+
+License: GPL
+URL: http://svn.plone.org/svn/collective/
+Source0: https://pypi.python.org/packages/f7/9c/e9cfc5a62270399dc6354d2ef48e7abbd5d83fdec66e6843bc2ad62696d9/%{pypi_name}-%{version}.zip
+BuildArch: noarch
+
+BuildRequires: python3-setuptools
+BuildRequires: python3-devel
+
+%description
+Introduction
+============
+
+A very simple social bar which uses
+GPlus/Facebook/Twitter sharer url dialogs.
+
+Changelog
+=========
+
+1.1
+(2012-10-31)
+----------------
+
+- fix duplication of url when sharing to twitter
+1.0 (2012-10-30)
+----------------
+
+- Initial release
+
+%package -n python3-%{pypi_name}
+Summary: socialbar viewlet
+%{?python_provide:%python_provide python3-%{pypi_name}}
+
+Requires: python3-setuptools
+%description -n python3-%{pypi_name}
+Introduction
+============
+
+A very simple social bar which uses
+GPlus/Facebook/Twitter sharer url dialogs.
+
+Changelog
+=========
+
+1.1
+(2012-10-31)
+----------------
+
+- fix duplication of url when sharing to twitter
+1.0 (2012-10-30)
+----------------
+
+- Initial release
+
+
+%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.txt
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth
+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+
+%changelog
+* Thu May 12 2016 copr-service - 1.1-1
+- Initial package. \ No newline at end of file
diff --git a/sources b/sources
index e69de29..3916cb2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+37e36cea13e18c8757de16d19a440084 collective.socialbar-1.1.zip