From d0fbbc523067eb5cf2f0ed99a420c652a9732f25 Mon Sep 17 00:00:00 2001 From: Yohan Graterol Date: Thu, 13 Jun 2013 11:20:48 -0430 Subject: [PATCH] Fix error --- python-rsa.spec | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 python-rsa.spec diff --git a/python-rsa.spec b/python-rsa.spec deleted file mode 100644 index a4359e1..0000000 --- a/python-rsa.spec +++ /dev/null @@ -1,42 +0,0 @@ -%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 - 3.1.1-2 -- Change license name, remove MANIFEST.in -* Sun May 19 2013 Yohan Graterol - 3.1.1-1 -- Initial packaging