[python-rsa/f19] Initial import (#965095)

Yohan Graterol yograterol at fedoraproject.org
Thu Jun 13 16:13:15 UTC 2013


commit e0488db998df08ae426eb5c559170abfe80eb429
Author: Yohan Graterol <yohangraterol92 at gmail.com>
Date:   Thu Jun 13 11:43:00 2013 -0430

    Initial import (#965095)

 python-rsa.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/python-rsa.spec b/python-rsa.spec
new file mode 100644
index 0000000..a4359e1
--- /dev/null
+++ b/python-rsa.spec
@@ -0,0 +1,42 @@
+%global pkgname rsa
+
+Name:           python-rsa
+Version:        3.1.1
+Release:        2%{?dist}
+Summary:        Pure-Python RSA implementation
+
+License:        ASL 2.0
+URL:            http://stuvel.eu/rsa
+Source0:        https://pypi.python.org/packages/source/r/rsa/%{pkgname}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+BuildRequires:  python-pyasn1
+BuildRequires:  python-unittest2
+
+%description
+Pure-Python RSA implementation
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+rm -rf %{pkgname}-*.egg-info
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root {BUILDROOT}
+
+%check
+%{__python} run_tests.py
+ 
+%files
+%doc LICENSE
+
+%changelog
+* Sun May 26 2013 Yohan Graterol <yohangraterol92 at gmail.com> - 3.1.1-2
+- Change license name, remove MANIFEST.in
+* Sun May 19 2013 Yohan Graterol <yohangraterol92 at gmail.com> - 3.1.1-1
+- Initial packaging 


More information about the scm-commits mailing list