Fix missing file

epel9
Fabio Alessandro Locati 9 years ago
parent f038075355
commit 92a3df93e9

@ -102,7 +102,8 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
%files -n python2-%{pypi_name} %files -n python2-%{pypi_name}
%{!?_licensedir:%global license %doc} %{!?_licensedir:%global license %doc}
%doc README.rst # Not shipped in this release, see https://github.com/sybrenstuvel/python-rsa/pull/51
# %doc README.md
%license LICENSE %license LICENSE
%if 0%{?with_python3} == 0 %if 0%{?with_python3} == 0
%{_bindir}/pyrsa-priv2pub %{_bindir}/pyrsa-priv2pub
@ -127,7 +128,9 @@ cp %{buildroot}%{_bindir}/pyrsa-decrypt-bigfile %{buildroot}%{_bindir}/pyrsa-dec
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%doc README.rst LICENSE # Not shipped in this release, see https://github.com/sybrenstuvel/python-rsa/pull/51
# %doc README.md
%license LICENSE
%{_bindir}/pyrsa-priv2pub %{_bindir}/pyrsa-priv2pub
%{_bindir}/pyrsa-keygen %{_bindir}/pyrsa-keygen
%{_bindir}/pyrsa-encrypt %{_bindir}/pyrsa-encrypt

Loading…
Cancel
Save