Name: pimpmyrice Version: 0.4.2 Release: 1%{?dist} Summary: A brief description of the package License: MIT URL: https://github.com/daddodev/pimpmyrice Source0: pimpmyrice-0.4.2.tar.gz BuildArch: noarch BuildRequires: python3-devel, python3-build, python3-setuptools, python3-wheel, python3-pip AutoReq: no Requires: python3-rich Requires: python3-docopt Requires: python3-pyyaml Requires: python3-jinja2 Requires: python3-requests Requires: python3-psutil Requires: python3-numpy Requires: python3-pillow Requires: python3-pydantic Requires: python3-typing-extensions %description A longer description of the package. %prep %autosetup %build python3 -m build --no-isolation -s %install %{__mkdir_p} %{buildroot}%{python3_sitelib} python3 -m pip install --no-index --no-build-isolation --root=%{buildroot} --prefix=/usr --no-deps --ignore-installed dist/pimpmyrice-0.4.2.tar.gz %files %doc README.md LICENSE %{_bindir}/pimp %{python3_sitelib}/pimpmyrice/ %{python3_sitelib}/pimpmyrice-0.4.2.dist-info/ %changelog * Fri Aug 08 2025 daddodev - 0.4.2-1 - New upstream release