Author: shadzik Date: Fri Jul 14 12:11:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new by Jacek 'jackass' Brzozowski
---- Files affected: SPECS: gtkterm.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gtkterm.spec diff -u /dev/null SPECS/gtkterm.spec:1.1 --- /dev/null Fri Jul 14 14:11:51 2006 +++ SPECS/gtkterm.spec Fri Jul 14 14:11:46 2006 @@ -0,0 +1,71 @@ +# $Revision$, $Date$ +Summary: gtkterm - clone of the Hyperterminal +Summary(pl): gtkterm - klon Hyperterminala +Name: gtkterm +Version: 0.99.5 +Release: 1 +License: GPL v2 +Group: X11/Applications +Source0: http://www.jls-info.com/julien/linux/%{name}-%{version}.tar.gz +# Source0-md5: 007ce7810466396b6452dea9c57c5f02 +URL: http://www.jls-info.com/julien/linux/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gtk+2-devel +BuildRequires: intltool +BuildRequires: libtool +BuildRequires: ncurses-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +It is a "clone" of the famous Hyperterminal. But it is much more +simple, that is to say, that it can only communicate with a serial +link and that it does not support all the modem protocols. + +%description -l pl +Jest to klon sławnego Hyperterminala. Jednak jest o wile prostszy, to +znaczy może komunikować się tylko z portem, ale nie wspiera wszystkich +protokołów modemowych + +%prep +%setup -q + +%build +%{__intltoolize} +%{__gettextize} +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/* + +%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 2006/07/14 12:11:46 shadzik +- new by Jacek 'jackass' Brzozowski + + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
