]> git.pld-linux.org Git - packages/GPuTTY.git/blob - GPuTTY.spec
- mv gputty.spec GPuTTY.spec to reflect Name
[packages/GPuTTY.git] / GPuTTY.spec
1 Summary:        Remembers telnet and SSH sessions
2 Summary(pl):    Zapamiêtuje sesje telnet i SSH
3 Name:           GPuTTY
4 Version:        0.9.4
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Networking
8 Source0:        ftp://ftp.defora.org/pub/projects/gputty/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 URL:            http://www.defora.org/projects/gputty/
11 BuildRequires:  autoconf
12 BuildRequires:  gnome-libs-devel
13 BuildRequires:  libgtkpp-devel
14 Provides:       gputty
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 GPuTTY is a PuTTY clone using the Gnome environment. It can store and
19 launch telnet and SSH sessions. It's not a terminal emulator.
20
21 %description -l pl
22 GPuTTY jest klonem PuTTY u¿ywaj±cym ¶rodowiska Gnome. Potrafi
23 zapamiêtaæ o odpaliæ sesje telnet oraz SSH. Nie jest to emulator
24 terminala.
25
26 %prep
27 %setup -q
28
29 %build
30 rm -f missing
31 %{__gettextize}
32 %{__aclocal} -I %{_aclocaldir}/gnome
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
46
47 %find_lang %{name} --with-gnome
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog NEWS README
55 %attr(755,root,root) %{_bindir}/gputty
56 %attr(644,root,root) %{_applnkdir}/Network/Communications/*
This page took 0.025475 seconds and 3 git commands to generate.