]> git.pld-linux.org Git - packages/GPuTTY.git/blob - GPuTTY.spec
0a8d136f2b8435e82c5a2ae0a996384388d43772
[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 Source2:        %{name}-pl.po
11 Patch0:         %{name}-am_fix.patch
12 Patch1:         %{name}-pl.patch
13 URL:            http://www.defora.org/projects/gputty/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  gettext-devel
17 BuildRequires:  gnome-libs-devel
18 BuildRequires:  libgtkpp-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 GPuTTY is a PuTTY clone using the Gnome environment. It can store and
23 launch telnet and SSH sessions. It's not a terminal emulator.
24
25 %description -l pl
26 GPuTTY jest klonem PuTTY u¿ywaj±cym ¶rodowiska Gnome. Potrafi
27 zapamiêtaæ o odpaliæ sesje telnet oraz SSH. Nie jest to emulator
28 terminala.
29
30 %prep
31 %setup -q
32 install %{SOURCE2} po/pl.po
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 rm -f missing
38 %{__gettextize}
39 %{__aclocal} -I %{_aclocaldir}/gnome
40 %{__autoconf}
41 %{__automake}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
53
54 %find_lang %{name} --with-gnome
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %attr(755,root,root) %{_bindir}/gputty
63 %attr(644,root,root) %{_applnkdir}/Network/Communications/*
This page took 0.059501 seconds and 2 git commands to generate.