- Remove the old and outdated python-abi hack
f38
Thorsten Leemhuis 18 years ago
parent 75e47dc21b
commit b47b532c12

@ -4,7 +4,7 @@
Summary: Cryptography library for Python Summary: Cryptography library for Python
Name: python-crypto Name: python-crypto
Version: 2.0.1 Version: 2.0.1
Release: 8.1 Release: 9.1
License: Public Domain License: Public Domain
Group: Development/Libraries Group: Development/Libraries
URL: http://www.amk.ca/python/code/crypto.html URL: http://www.amk.ca/python/code/crypto.html
@ -13,7 +13,6 @@ BuildRequires: python >= 2.2
BuildRequires: python-devel >= 2.2 BuildRequires: python-devel >= 2.2
BuildRequires: gmp-devel >= 4.1 BuildRequires: gmp-devel >= 4.1
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
%description %description
Python-crypto is a collection of both secure hash functions (such as MD5 and Python-crypto is a collection of both secure hash functions (such as MD5 and
@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Aug 21 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.0.1-9
- Remove the old and outdated python-abi hack
* Fri Aug 03 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> * Fri Aug 03 2007 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info>
- Update License field due to the "Licensing guidelines changes" - Update License field due to the "Licensing guidelines changes"

Loading…
Cancel
Save