|
|
|
@ -27,19 +27,17 @@ BuildRequires: python3dist(pytest)
|
|
|
|
|
BuildRequires: git-core
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global common_description %{expand: \
|
|
|
|
|
%global common_description %{expand:
|
|
|
|
|
This provides a plugin for Hatch that uses your preferred version control
|
|
|
|
|
system (like Git) to determine project versions.}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%{common_description}
|
|
|
|
|
%description %{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-hatch-vcs
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
%description -n python3-hatch-vcs
|
|
|
|
|
%{common_description}
|
|
|
|
|
%description -n python3-hatch-vcs %{common_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|