2024-01-05 21:37:21 +01:00
|
|
|
Name: cutecom
|
2024-02-28 09:57:10 +01:00
|
|
|
Version: 0.51.0
|
|
|
|
Release: 1mamba
|
2024-01-05 21:37:21 +01:00
|
|
|
Summary: A graphical serial terminal, like minicom
|
|
|
|
Group: Graphical Desktop/Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-02-28 09:57:10 +01:00
|
|
|
URL: https://gitlab.com/cutecom/cutecom
|
|
|
|
Source: https://gitlab.com/cutecom/cutecom.git/v%{version}/cutecom-%{version}.tar.bz2
|
2024-01-05 21:37:21 +01:00
|
|
|
Patch0: %{name}-0.14.2-desktopfile.patch
|
2024-02-28 09:57:10 +01:00
|
|
|
Patch1: cutecom-0.51.0-fix_qpainterpath.patch
|
2024-01-05 21:37:21 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-02-28 09:57:10 +01:00
|
|
|
BuildRequires: libQt5SerialPort-devel
|
2024-01-05 21:37:21 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-02-28 09:57:10 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-05 21:37:21 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
CuteCom is a graphical serial terminal, like minicom.
|
|
|
|
|
2024-02-28 09:57:10 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 21:37:21 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-02-28 09:57:10 +01:00
|
|
|
%patch 0 -p1
|
|
|
|
%patch 1 -p0 -b .fix_qpainterpath
|
2024-01-05 21:37:21 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall -C build
|
2024-02-28 09:57:10 +01:00
|
|
|
|
|
|
|
install -D -m0644 cutecom.1 %{buildroot}%{_mandir}/man1/cutecom.1
|
|
|
|
install -D -m0644 cutecom.desktop %{buildroot}%{_datadir}/applications/cutecom.desktop
|
|
|
|
install -D -m0644 cutecom.png %{buildroot}%{_datadir}/pixmaps/cutecom.png
|
2024-01-05 21:37:21 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/cutecom
|
2024-02-28 09:57:10 +01:00
|
|
|
%{_datadir}/applications/cutecom.desktop
|
|
|
|
%{_datadir}/pixmaps/cutecom.png
|
|
|
|
%{_mandir}/man1/cutecom.1*
|
|
|
|
%doc LICENSE
|
2024-01-05 21:37:21 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-02-28 09:57:10 +01:00
|
|
|
* Fri Nov 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.51.0-1mamba
|
|
|
|
- update to 0.51.0
|
|
|
|
|
2024-01-05 21:37:21 +01:00
|
|
|
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 0.22.0-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Jul 01 2009 Automatic Build System <autodist@mambasoft.it> 0.22.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14.2-1mamba
|
|
|
|
- update to 0.14.2
|
|
|
|
|
|
|
|
* Thu Feb 09 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.2-1qilnx
|
|
|
|
- package created by autospec
|