Improve grep regex for RECORD and REQUESTED files
This commit is contained in:
parent
052c239cab
commit
0498ef29dd
@ -40,8 +40,8 @@ Summary: %{summary}
|
|||||||
%check
|
%check
|
||||||
# Internal check that the RECORD and REQUESTED files are
|
# Internal check that the RECORD and REQUESTED files are
|
||||||
# always removed in %%pyproject_wheel
|
# always removed in %%pyproject_wheel
|
||||||
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "*.dist-info/RECORD$")
|
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "\.dist-info/RECORD$")
|
||||||
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "*.dist-info/REQUESTED$")
|
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "\.dist-info/REQUESTED$")
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
|
@ -37,8 +37,8 @@ Summary: %{summary}
|
|||||||
%check
|
%check
|
||||||
# Internal check that the RECORD and REQUESTED files are
|
# Internal check that the RECORD and REQUESTED files are
|
||||||
# always removed in %%pyproject_wheel
|
# always removed in %%pyproject_wheel
|
||||||
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "*.dist-info/RECORD$")
|
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "\.dist-info/RECORD$")
|
||||||
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "*.dist-info/REQUESTED$")
|
test ! $(find %{buildroot}%{python3_sitelib}/ | grep -E "\.dist-info/REQUESTED$")
|
||||||
|
|
||||||
%files -n python3-zope-event -f %{pyproject_files}
|
%files -n python3-zope-event -f %{pyproject_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user