]> git.pld-linux.org Git - packages/GPuTTY.git/commitdiff
- mv gputty.spec GPuTTY.spec to reflect Name
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Feb 2003 11:21:41 +0000 (11:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GPuTTY.spec -> 1.1

GPuTTY.spec [new file with mode: 0644]

diff --git a/GPuTTY.spec b/GPuTTY.spec
new file mode 100644 (file)
index 0000000..bac1035
--- /dev/null
@@ -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/*
This page took 0.061142 seconds and 4 git commands to generate.