77 lines
2.3 KiB
RPMSpec
77 lines
2.3 KiB
RPMSpec
Name: terminator
|
|
Version: 2.1.4
|
|
Release: 3mamba
|
|
Summary: Multiple GNOME terminals in one window
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://gnome-terminator.org/
|
|
Source: https://github.com/gnome-terminator/terminator.git/v%{version}/terminator-%{version}.tar.bz2
|
|
Patch0: terminator-2.1.1-0001-fixed-validate-module-import-for-newer-version-of-co.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython311-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: libvte
|
|
Requires: python-configobj-py3
|
|
|
|
%description
|
|
Multiple GNOME terminals in one window.
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%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
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python3} setup.py install \
|
|
-O1 --skip-build \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{python3_inc} \
|
|
--install-lib=%{python3_sitearch} \
|
|
--record=%{name}.filelist
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
sed -i "/share\/man/d" %{name}.filelist
|
|
|
|
rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
%dir %{python3_sitearch}/terminatorlib
|
|
%{python3_sitearch}/terminatorlib/*
|
|
%{_mandir}/man1/terminator.1*
|
|
%{_mandir}/man5/terminator_config.5*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Sun Aug 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.4-3mamba
|
|
- require libvte
|
|
|
|
* 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
|
|
|
|
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 13 2022 Automatic Build System <autodist@mambasoft.it> 2.1.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-1mamba
|
|
- package created using the webbuild interface
|