67 lines
1.9 KiB
RPMSpec
67 lines
1.9 KiB
RPMSpec
Name: cutecom
|
|
Version: 0.22.0
|
|
Release: 2mamba
|
|
Summary: A graphical serial terminal, like minicom
|
|
Group: Graphical Desktop/Applications/Networking
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://cutecom.sourceforge.net/
|
|
Source: http://cutecom.sourceforge.net/cutecom-%{version}.tar.gz
|
|
Patch0: %{name}-0.14.2-desktopfile.patch
|
|
Patch1: %{name}-0.20.0-install_man.patch
|
|
License: GPL
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libqt-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXext-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
CuteCom is a graphical serial terminal, like minicom.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
#%patch1 -p1
|
|
|
|
%build
|
|
%cmake -d build
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall -C build
|
|
#install -D -m0755 cutecom %{buildroot}%{_bindir}/cutecom
|
|
#install -D -m0644 cutecom.desktop %{buildroot}%{_datadir}/applications/cutecom.desktop
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/cutecom
|
|
%{_kdedatadir}/applnk/Utilities/cutecom.desktop
|
|
%{_mandir}/man1/cutecom.*
|
|
%doc Changelog COPYING README
|
|
|
|
%changelog
|
|
* 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
|