Изменил(а) на 'SPECS/python-whisper.spec'

This commit is contained in:
sboldyreva 2023-08-25 16:37:39 +00:00
parent e94efdb693
commit f9020c29a5
1 changed files with 5 additions and 5 deletions

View File

@ -120,11 +120,11 @@ install -D -p -m0644 %{SOURCE19} %{buildroot}%{_mandir}/man1
%changelog
* Fri Aug 25 2023 Sofia Boldyreva <sboldyreva@almalinux.org> - 1.1.10-1
- Added %{python3_sitelib}/whisper.py*, %{python3_sitelib}/__pycache__/*, %{python3_sitelib}/whisper-*-py%{python3_version}.egg-info to %files to be able to build on AlmaLinux
- Removed -f %{pyproject_files} in %files to be able to build on AlmaLinux
- Removed %generate_buildrequires, %pyproject_buildrequires -r to be able to build on AlmaLinux
- Replaced %pyproject_wheel with %py3_build in %build to be able to build on AlmaLinux
- Replaced %pyproject_install, %pyproject_save_files %{srcname} with %py3_install in %install to be able to build on AlmaLinux
- Added {python3_sitelib}/whisper.py*,{python3_sitelib}/__pycache__/*, {python3_sitelib}/whisper-*-py%{python3_version}.egg-info to files to be able to build on AlmaLinux
- Removed -f {pyproject_files} in files to be able to build on AlmaLinux
- Removed generate_buildrequires, pyproject_buildrequires -r to be able to build on AlmaLinux
- Replaced pyproject_wheel with py3_build in build to be able to build on AlmaLinux
- Replaced pyproject_install, pyproject_save_files {srcname} with py3_install in install to be able to build on AlmaLinux
* Mon Aug 07 2023 Jonathan Steffan <jsteffan@fedoraproject.org> - 1.1.10-1
- Update to 1.1.10