Add %pypi_source macro.
Adds the %pypi_source macro, as well as %__pypi_url and %__pypi_default_extension. This should make references to sources in PyPI much simpler for nearly all Python packages.
This commit is contained in:
parent
3c79d6a899
commit
37a004eed8
2 changed files with 49 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-rpm-macros
|
||||
Version: 3
|
||||
Release: 29%{?dist}
|
||||
Release: 30%{?dist}
|
||||
Summary: The unversioned Python RPM macros
|
||||
|
||||
License: MIT
|
||||
|
|
@ -71,6 +71,10 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 3-30
|
||||
- Add %%pypi_source macro, as well as %%__pypi_url and
|
||||
%%_pypi_default_extension.
|
||||
|
||||
* Wed Apr 18 2018 Miro Hrončok <mhroncok@redhat.com> - 3-29
|
||||
- move macros.pybytecompile from python3-devel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue