## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: simple-extract Version: 0.3.3 Release: %autorelease Summary: A small command line utility to help extract compressed archives. License: MIT URL: https://github.com/berrym/simple_extract Source: %{pypi_source simple_extract} BuildArch: noarch BuildRequires: python3-devel Recommends: tar Recommends: gzip Recommends: bzip2 Recommends: unzip Recommends: rpm2cpio Recommends: cpio Recommends: ar Recommends: xz Recommends: zstd Recommends: curl Recommends: wget %description A small command line utility to automatically extract compressed archives, with the capability of fetching the archive from the internet first. %prep %autosetup -p1 -n simple_extract-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l simple_extract %check %pyproject_check_import %files -n simple-extract -f %{pyproject_files} %doc README.md %{_bindir}/simple-extract %changelog ## START: Generated by rpmautospec * Tue Dec 24 2024 John Doe - 0.3.3-1 - Uncommitted changes ## END: Generated by rpmautospec