update to 0.6.1 [release 0.6.1-1mamba;Wed Jun 26 2024]

This commit is contained in:
Silvan Calarco 2024-06-27 08:43:58 +02:00
parent 38942deffc
commit c756cd2bed

View File

@ -1,19 +1,22 @@
%define gitver %(echo %version | cut -d. -f3)
Name: krop
Version: 0.6.0
Release: 2mamba
Version: 0.6.1
Release: 1mamba
Summary: A tool to crop PDF files, with an eye towards eReaders
Group: Graphical Desktop/Applications/Publishing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://arminstraub.com/software/krop
Source: https://github.com/arminstraub/krop.git/v%{version}/krop-%{version}.tar.bz2
Source: https://github.com/PunkPangolin/krop.git/qt6-%{gitver}/krop-%{version}.tar.bz2
#Source: https://github.com/arminstraub/krop.git/v%{version}/krop-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END
Requires: python-poppler-qt5-py3
Requires: PyQt6-py3
Requires: PyQt6-sip-py3
Requires: python-pypdf-py3
%description
@ -42,10 +45,12 @@ install -D -m0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.d
%defattr(-,root,root)
%dir %{python3_sitearch}/krop-%{version}-py*.egg-info
%{python3_sitearch}/krop-%{version}-py*.egg-info/*
%{_datadir}/applications/%{name}.desktop
%doc LICENSE
%changelog
* Wed Jun 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-1mamba
- update to 0.6.1
* Wed Jan 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-2mamba
- rebuilt with python3 == 3.11