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