parent
8d3d1dde64
commit
69b720ea4f
2 changed files with 5 additions and 50 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: python-rpm-macros
|
||||
Version: 3
|
||||
Release: 23%{?dist}
|
||||
Release: 24%{?dist}
|
||||
Summary: The unversioned Python RPM macros
|
||||
|
||||
License: MIT
|
||||
|
|
@ -8,7 +8,6 @@ Source0: macros.python
|
|||
Source1: macros.python-srpm
|
||||
Source2: macros.python2
|
||||
Source3: macros.python3
|
||||
Source4: macros.platform-python
|
||||
|
||||
BuildArch: noarch
|
||||
# For %%python3_pkgversion used in %%python_provide
|
||||
|
|
@ -45,12 +44,6 @@ Summary: RPM macros for building Python 3 packages
|
|||
%description -n python3-rpm-macros
|
||||
RPM macros for building Python 3 packages.
|
||||
|
||||
%package -n platform-python-rpm-macros
|
||||
Summary: RPM macros for building Platform-Python packages
|
||||
|
||||
%description -n platform-python-rpm-macros
|
||||
RPM macros for building Platform-Python packages.
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
|
|
@ -58,7 +51,7 @@ RPM macros for building Platform-Python packages.
|
|||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{rpmmacrodir}
|
||||
install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
|
||||
install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
|
||||
%{buildroot}/%{rpmmacrodir}/
|
||||
|
||||
|
||||
|
|
@ -74,11 +67,11 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
|
|||
%files -n python3-rpm-macros
|
||||
%{rpmmacrodir}/macros.python3
|
||||
|
||||
%files -n platform-python-rpm-macros
|
||||
%{rpmmacrodir}/macros.platform-python
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 28 2017 Tomas Orsava <torsava@redhat.com> - 3-24
|
||||
- Remove platform-python macros (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)
|
||||
|
||||
* Thu Oct 26 2017 Ville Skyttä <ville.skytta@iki.fi> - 3-23
|
||||
- Use -Es/-I to invoke macro scriptlets (#1506355)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue