|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
|
Version: 3.4
|
|
|
|
|
Version: 3.4.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pure-Python RSA implementation
|
|
|
|
|
|
|
|
|
@ -102,8 +102,7 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
|
|
|
|
|
|
|
|
|
|
%files -n python2-%{pypi_name}
|
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
# Not shipped in this release, see https://github.com/sybrenstuvel/python-rsa/pull/51
|
|
|
|
|
# %doc README.md
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%if 0%{?with_python3} == 0
|
|
|
|
|
%{_bindir}/pyrsa-priv2pub
|
|
|
|
@ -128,8 +127,7 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
|
# Not shipped in this release, see https://github.com/sybrenstuvel/python-rsa/pull/51
|
|
|
|
|
# %doc README.md
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_bindir}/pyrsa-priv2pub
|
|
|
|
|
%{_bindir}/pyrsa-keygen
|
|
|
|
@ -158,6 +156,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Mar 26 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.4.1-1
|
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 18 2016 Fabio Alessandro Locati <fabio@locati.cc> - 3.4-1
|
|
|
|
|
- Bump to 3.4
|
|
|
|
|
- Remove the patch that is no longer needed since it has been merged upstream
|
|
|
|
|