## START: Set by rpmautospec ## (rpmautospec version 0.6.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 %global pypi_name pydapsys Name: python-%{pypi_name} Version: 0.2.1 Release: %{autorelease} Summary: Read recordings made with DAPSYS %global forgeurl https://github.com/Digital-C-Fiber/PyDapsys %forgemeta License: BSD-3-Clause URL: %forgeurl Source: %forgesource BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: PyDapsys is a package to read neurography recordings made with DAPSYS (Data Acquisition Processor System). It is based on a reverse-engineered specification of the binary data format used by the latest DAPSYS version. Optionally, the library provides functionality to store loaded data into Neo datastructures, from where they can be exported into various other formats.} %description %_description %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %_description %pyproject_extras_subpkg -n python3-%{pypi_name} neo %prep %forgeautosetup -p1 %generate_buildrequires %pyproject_buildrequires -x neo %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L %{pypi_name} %check # Project does not provide unit tests %pyproject_check_import %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %license LICENSE %changelog ## START: Generated by rpmautospec * Sat May 25 2024 Sandro - 0.2.1-1 - Initial package ## END: Generated by rpmautospec