require python-configobj-py3
restore patch for configobj [release 2.1.4-2mamba;Sat Aug 10 2024]
This commit is contained in:
parent
4ae8c6eea1
commit
5f42cfca5c
@ -1,6 +1,6 @@
|
||||
Name: terminator
|
||||
Version: 2.1.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Multiple GNOME terminals in one window
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
@ -13,6 +13,7 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python-configobj-py3
|
||||
|
||||
%description
|
||||
Multiple GNOME terminals in one window.
|
||||
@ -21,7 +22,8 @@ Multiple GNOME terminals in one window.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1 -b .0001-fixed-validate-module-import-for-newer-version-of-co
|
||||
%define _default_patch_fuzz 2
|
||||
%patch 0 -p1 -b .0001-fixed-validate-module-import-for-newer-version-of-co
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
@ -52,8 +54,11 @@ rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
||||
%{_mandir}/man5/terminator_config.5*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Aug 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.4-2mamba
|
||||
- require python-configobj-py3
|
||||
- restore patch for configobj
|
||||
|
||||
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 2.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user