]> git.pld-linux.org Git - SPECS.git/blob - komport.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / komport.spec
1 Summary:        Serial port communications and vt102 terminal emulator for KDE
2 Summary(pl.UTF-8):      Program do komunikacji przez port szeregowy i emulator terminala vt102 dla KDE
3 Name:           komport
4 Version:        0.5.9
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/komport/%{name}-%{version}.tar.gz
9 # Source0-md5:  215bab736190d6150988bc39929a846d
10 Source1:        %{name}.desktop
11 URL:            http://komport.sourceforge.net/
12 BuildRequires:  kdelibs-devel
13 BuildRequires:  openssl-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Serial port communications and vt102 terminal emulator for KDE. Aim of
18 the project is to provide an alternative to minicom, and with a KDE
19 style user interface.
20
21 komport is a minicom-like serial terminal emulator with scripting
22 support. The requirement for this program was to be small enough to
23 fit on a floppy-based Linux distribution - such as the one from Linux
24 Router Project.
25
26 %description -l pl.UTF-8
27 Program do komunikacji przez port szeregowy i emulator terminala vt102
28 dla KDE. Celem projektu jest dostarczenie alternatywy dla minicoma z
29 interfejsem użytkownika w stylu KDE.
30
31 komport to emulator terminala szeregowego podobny do minicoma z
32 obsługą skryptów. Wymagania tego programu miały być tak małe, by
33 mieścił się na dyskietkowych dystrybucjach Linuksa - takich jak ta z
34 projektu Linux Router Project.
35
36 %prep
37 %setup -q
38
39 %build
40 rm -f komport/settingsdialog.[ch]
41 %configure2_13 \
42         --enable-final \
43         --with-qt-libraries=%{_libdir}
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/kde
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc AUTHORS ChangeLog TODO
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/apps/komport
63 %{_iconsdir}/*/*/*/*.png
64 %{_desktopdir}/kde/*.desktop
This page took 0.103208 seconds and 3 git commands to generate.