automatic version update by autodist [release 4.0.0-1mamba;Tue Apr 21 2020]

This commit is contained in:
Automatic Build System 2024-01-05 20:49:26 +01:00
parent 24fa2737e8
commit 6c0db4abc3

View File

@ -1,7 +1,7 @@
%define bonus_version 0.8.2
Name: bleachbit
Version: 3.2.0
Version: 4.0.0
Release: 1mamba
Summary: A cleaning tool to free disk space and to maintain privacy
Group: Graphical Desktop/Applications/Utilities
@ -15,11 +15,11 @@ Source1: http://sourceforge.net/projects/bleachbit/files/bleachbit/bleachb
Source2: bleachbit-root.desktop
Source3: bleachbit-root.png
License: GPL
Requires: python >= %python_version
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: python
BuildRequires: python3
BuildRequires: desktop-file-utils
Requires: python3 >= %python3_version
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -35,7 +35,7 @@ This package includes also the BleachBit Bonus.
%build
make -C po local
%{__python} setup.py build
%{__python3} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -70,6 +70,9 @@ rm -f %{buildroot}%{_datadir}/bleachbit/Windows.py*
%doc COPYING
%changelog
* Tue Apr 21 2020 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
- automatic version update by autodist
* Sun Feb 09 2020 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
- automatic version update by autodist