SPECS: komport.spec (NEW) - initial pld release
arekm
arekm at pld-linux.org
Tue Oct 4 16:07:38 CEST 2005
Author: arekm Date: Tue Oct 4 14:07:38 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial pld release
---- Files affected:
SPECS:
komport.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/komport.spec
diff -u /dev/null SPECS/komport.spec:1.1
--- /dev/null Tue Oct 4 16:07:38 2005
+++ SPECS/komport.spec Tue Oct 4 16:07:32 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+Summary: Serial port communications and vt102 terminal emulator for KDE
+Name: komport
+Version: 0.5.9
+Release: 1
+License: GPL v2
+Group: Applications/Communications
+Source0: http://dl.sourceforge.net/komport/%{name}-%{version}.tar.gz
+# Source0-md5: 215bab736190d6150988bc39929a846d
+Source1: %{name}.desktop
+URL: http://komport.sourceforge.net/
+BuildRequires: kdelibs-devel
+BuildRequires: openssl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Serial port communications and vt102 terminal emulator for KDE. Aim of
+the project is to provide an alternative to minicom, and with a KDE
+style user interface.
+
+komport is a minicom-like serial terminal emulator with scripting
+support. The requirement for this program was to be small enough to
+fit on a floppy-based Linux distribution - such as the one from Linux
+Router Project.
+
+%prep
+%setup -q
+
+%build
+rm -f komport/settingsdialog.[ch]
+%configure2_13 \
+ --enable-final \
+ --with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/apps/komport
+%{_iconsdir}/*/*/*/*.png
+%{_desktopdir}/*.desktop
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/10/04 14:07:32 arekm
+- initial pld release
+
================================================================
More information about the pld-cvs-commit
mailing list