From: Jakub Bogusz Date: Wed, 5 Feb 2003 11:21:41 +0000 (+0000) Subject: - mv gputty.spec GPuTTY.spec to reflect Name X-Git-Url: http://git.pld-linux.org/?p=packages%2FGPuTTY.git;a=commitdiff_plain;h=56dad349fd62bb912f995d652a1632e7d5db3466;ds=sidebyside - mv gputty.spec GPuTTY.spec to reflect Name Changed files: GPuTTY.spec -> 1.1 --- diff --git a/GPuTTY.spec b/GPuTTY.spec new file mode 100644 index 0000000..bac1035 --- /dev/null +++ b/GPuTTY.spec @@ -0,0 +1,56 @@ +Summary: Remembers telnet and SSH sessions +Summary(pl): Zapamiêtuje sesje telnet i SSH +Name: GPuTTY +Version: 0.9.4 +Release: 1 +License: GPL v2 +Group: X11/Applications/Networking +Source0: ftp://ftp.defora.org/pub/projects/gputty/%{name}-%{version}.tar.gz +Source1: %{name}.desktop +URL: http://www.defora.org/projects/gputty/ +BuildRequires: autoconf +BuildRequires: gnome-libs-devel +BuildRequires: libgtkpp-devel +Provides: gputty +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GPuTTY is a PuTTY clone using the Gnome environment. It can store and +launch telnet and SSH sessions. It's not a terminal emulator. + +%description -l pl +GPuTTY jest klonem PuTTY u¿ywaj±cym ¶rodowiska Gnome. Potrafi +zapamiêtaæ o odpaliæ sesje telnet oraz SSH. Nie jest to emulator +terminala. + +%prep +%setup -q + +%build +rm -f missing +%{__gettextize} +%{__aclocal} -I %{_aclocaldir}/gnome +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications + +%find_lang %{name} --with-gnome + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_bindir}/gputty +%attr(644,root,root) %{_applnkdir}/Network/Communications/*