|
|
@ -1,14 +1,14 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.5.1)
|
|
|
|
## (rpmautospec version 0.6.0)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 2;
|
|
|
|
release_number = 3;
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# when bootstrapping Python, pytest-xdist is not yet available
|
|
|
|
# The pytest-xdist package is not available when bootstrapping or for EL builds
|
|
|
|
%bcond xdist %{undefined rhel}
|
|
|
|
%bcond xdist %{undefined rhel}
|
|
|
|
|
|
|
|
|
|
|
|
# Package the placeholder rpm-macros (moved to redhat-rpm-config in F40)
|
|
|
|
# Package the placeholder rpm-macros (moved to redhat-rpm-config in F40)
|
|
|
@ -26,16 +26,14 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global srcname rpmautospec
|
|
|
|
%global srcname rpmautospec
|
|
|
|
%global canonicalname %{py_dist_name %{srcname}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{canonicalname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 0.6.0
|
|
|
|
Version: 0.6.1
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Package and CLI tool to generate release fields and changelogs
|
|
|
|
Summary: Package and CLI tool to generate release fields and changelogs
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: https://github.com/fedora-infra/%{canonicalname}
|
|
|
|
URL: https://github.com/fedora-infra/%{srcname}
|
|
|
|
Source0: https://github.com/fedora-infra/%{canonicalname}/releases/download/%{version}/%{canonicalname}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/fedora-infra/%{srcname}/releases/download/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
Patch100: python-rpmautospec-0.6.0-old-poetry.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: git
|
|
|
@ -56,17 +54,17 @@ A package and CLI tool to generate RPM release fields and changelogs.}
|
|
|
|
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{canonicalname}
|
|
|
|
%package -n python3-%{srcname}
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
%{?python_provide:%python_provide python3-%{srcname}}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{canonicalname} %_description
|
|
|
|
%description -n python3-%{srcname} %_description
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{canonicalname}
|
|
|
|
%package -n %{srcname}
|
|
|
|
Summary: CLI tool for generating RPM releases and changelogs
|
|
|
|
Summary: CLI tool for generating RPM releases and changelogs
|
|
|
|
Requires: python3-%{canonicalname} = %{version}-%{release}
|
|
|
|
Requires: python3-%{srcname} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{canonicalname}
|
|
|
|
%description -n %{srcname}
|
|
|
|
CLI tool for generating RPM releases and changelogs
|
|
|
|
CLI tool for generating RPM releases and changelogs
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with rpmmacropkg}
|
|
|
|
%if %{with rpmmacropkg}
|
|
|
@ -83,10 +81,11 @@ enabled packages locally.
|
|
|
|
%pyproject_buildrequires
|
|
|
|
%pyproject_buildrequires
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{srcname}-%{version} -N
|
|
|
|
%autosetup -n %{srcname}-%{version}
|
|
|
|
%autopatch -M 99
|
|
|
|
|
|
|
|
%if %{with oldpoetry}
|
|
|
|
%if %{with oldpoetry}
|
|
|
|
%autopatch 100
|
|
|
|
sed -i \
|
|
|
|
|
|
|
|
-e 's/\[tool\.poetry\.group\.dev\.dependencies\]/[tool.poetry.dev-dependencies]/g' \
|
|
|
|
|
|
|
|
pyproject.toml
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
|
|
@ -112,10 +111,10 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
|
|
|
|
--numprocesses=auto
|
|
|
|
--numprocesses=auto
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{canonicalname} -f %{pyproject_files}
|
|
|
|
%files -n python3-%{srcname} -f %{pyproject_files}
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{canonicalname}
|
|
|
|
%files -n %{srcname}
|
|
|
|
%{_bindir}/rpmautospec
|
|
|
|
%{_bindir}/rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with rpmmacropkg}
|
|
|
|
%if %{with rpmmacropkg}
|
|
|
@ -125,6 +124,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Nils Philippsen <nils@redhat.com> - 0.6.1-1
|
|
|
|
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Nils Philippsen <nils@redhat.com> - 0.6.0-1
|
|
|
|
* Sat Jan 27 2024 Nils Philippsen <nils@redhat.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
|
|
|
|
|
|
|