Remove some obsolete spec-file boilerplate
This commit is contained in:
parent
a0d6c98192
commit
a7c7b08ff0
@ -21,13 +21,11 @@ services like Amazon S3 and Amazon EC2.}
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
||||||
|
|
||||||
%description -n python3-%{pypi_name} %{_description}
|
%description -n python3-%{pypi_name} %{_description}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pypi_name}-%{version}
|
%setup -q -n %{pypi_name}-%{version}
|
||||||
rm -rf %{pypi_name}.egg-info
|
|
||||||
# Remove online tests
|
# Remove online tests
|
||||||
rm -rf tests/integration
|
rm -rf tests/integration
|
||||||
|
|
||||||
@ -48,6 +46,7 @@ rm -rf tests/integration
|
|||||||
- Do not number the sole Source
|
- Do not number the sole Source
|
||||||
- Do not use the deprecated zero-argument form of %%pypi_source
|
- Do not use the deprecated zero-argument form of %%pypi_source
|
||||||
- Avoid repeating the description and summary in the spec file
|
- Avoid repeating the description and summary in the spec file
|
||||||
|
- Remove some obsolete spec-file boilerplate
|
||||||
|
|
||||||
* Tue Jan 02 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.34.11-1
|
* Tue Jan 02 2024 Gwyn Ciesla <gwync@protonmail.com> - 1.34.11-1
|
||||||
- 1.34.11
|
- 1.34.11
|
||||||
|
Loading…
Reference in New Issue
Block a user