Author: bszx                         Date: Mon Feb 21 17:42:11 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release

---- Files affected:
SPECS:
   cutecom.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cutecom.spec
diff -u /dev/null SPECS/cutecom.spec:1.1
--- /dev/null   Mon Feb 21 18:42:11 2005
+++ SPECS/cutecom.spec  Mon Feb 21 18:42:06 2005
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:       A graphical serial terminal
+Name:          cutecom
+Version:       0.13.1
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Communications
+Source0:       http://cutecom.sourceforge.net/%{name}-%{version}.tar.gz
+# Source0-md5: dc1c75f9b55993b9d9426e17c11915a1
+URL:           http://cutecom.sourceforge.net
+BuildRequires: qt-devel
+BuildRequires: qmake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cutecom is a graphical serial terminal, like minicom. It is aimed
+mainly at hardware developers or other people who need a terminal to
+talk to their devices.
+
+%prep
+%setup -q
+
+%build
+./configure
+%{__make} QTDIR=%{_prefix}
+
+echo "Categories=Qt;Utility;" >> ./cutecom.desktop
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
+
+cp cutecom $RPM_BUILD_ROOT%{_bindir}/
+cp cutecom.desktop $RPM_BUILD_ROOT%{_desktopdir}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog README
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/02/21 17:42:06  bszx
+- initial release
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to