Use two lines between specfile sections
This is conventional and makes the specfile more readable.
This commit is contained in:
parent
5c9b86e0f7
commit
b9118b192b
@ -12,11 +12,13 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Path Specification (pathspec) is a utility library for pattern matching of file
|
Path Specification (pathspec) is a utility library for pattern matching of file
|
||||||
paths. So far this only includes Git's wildmatch pattern matching which itself
|
paths. So far this only includes Git's wildmatch pattern matching which itself
|
||||||
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
|
is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-pathspec
|
%package -n python3-pathspec
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
@ -29,9 +31,11 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n pathspec-%{version}
|
%autosetup -n pathspec-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
@ -39,12 +43,14 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files.
|
|||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-pathspec
|
%files -n python3-pathspec
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python3_sitelib}/pathspec
|
%{python3_sitelib}/pathspec
|
||||||
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Mar 24 2023 Dan Radez <dradez@redhat.com> - 0.11.1-1
|
* Fri Mar 24 2023 Dan Radez <dradez@redhat.com> - 0.11.1-1
|
||||||
- update to 0.11.1 rhbz#2178386
|
- update to 0.11.1 rhbz#2178386
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user