diff options
author | Copr dist git <copr-devel@lists.fedorahosted.org> | 2016-05-12 02:40:08 +0000 |
---|---|---|
committer | Copr dist git <copr-devel@lists.fedorahosted.org> | 2016-05-12 02:40:08 +0000 |
commit | e5a4afa43506cd4c1b5739a9cd54ae0d228749f4 (patch) | |
tree | 997dd1f88b839cad25040c210d0616beff062b36 | |
parent | fb598c5bf2b930c822f0c0c7af01540d214e037f (diff) |
import_srpmmaster-backup
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-collective.suisseid.spec | 100 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 102 insertions, 0 deletions
@@ -0,0 +1 @@ +/collective.suisseid-0.1b3.tar.gz diff --git a/python-collective.suisseid.spec b/python-collective.suisseid.spec new file mode 100644 index 0000000..2308d05 --- /dev/null +++ b/python-collective.suisseid.spec @@ -0,0 +1,100 @@ +# Created by pyp2rpm-3.0.2 +%global pypi_name collective.suisseid + +Name: python-%{pypi_name} +Version: 0.1b3 +Release: 1%{?dist} +Summary: suisseID integration for Plone + +License: GPL +URL: http://www.seantis.ch +Source0: https://pypi.python.org/packages/aa/74/8898f78e9a0acd829ece9374e993db97c135b1a1817a0d81894e8d06a8bc/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-setuptools +BuildRequires: python3-zope-testing +BuildRequires: python3-devel + +%description +Overview +======== + +Learn more about suisseID: http://www.suisseid.ch + +- Code +repository: http://github.com/seantis/collective.suisseid +- Questions and +comments to <info at seantis ch> +- Report bugs at +http://github.com/seantis/collective.suisseid/issues + +Contact us at: +seantis +gmbh +http://www.seantis.ch +<info at seantis ch> + +Requirements +============ + +* +Xmlsec + + * Debian package 'xmlsec1' + ... + +%package -n python3-%{pypi_name} +Summary: suisseID integration for Plone +%{?python_provide:%python_provide python3-%{pypi_name}} + +Requires: python3-setuptools +Requires: python3-pas-plugins-suisseid +%description -n python3-%{pypi_name} +Overview +======== + +Learn more about suisseID: http://www.suisseid.ch + +- Code +repository: http://github.com/seantis/collective.suisseid +- Questions and +comments to <info at seantis ch> +- Report bugs at +http://github.com/seantis/collective.suisseid/issues + +Contact us at: +seantis +gmbh +http://www.seantis.ch +<info at seantis ch> + +Requirements +============ + +* +Xmlsec + + * Debian package 'xmlsec1' + ... + + +%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 collective/suisseid/._README.rst collective/suisseid/README.rst ._README.rst README.rst +%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth +%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info + +%changelog +* Thu May 12 2016 copr-service - 0.1b3-1 +- Initial package.
\ No newline at end of file @@ -0,0 +1 @@ +2562f5711a48de4d5423676ab493a763 collective.suisseid-0.1b3.tar.gz |