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
|
Name: terminator
|
||||||
Version: 2.1.4
|
Version: 2.1.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Multiple GNOME terminals in one window
|
Summary: Multiple GNOME terminals in one window
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,6 +13,7 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
Requires: python-configobj-py3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Multiple GNOME terminals in one window.
|
Multiple GNOME terminals in one window.
|
||||||
@ -21,7 +22,8 @@ Multiple GNOME terminals in one window.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python3} setup.py 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*
|
%{_mandir}/man5/terminator_config.5*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 2.1.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user