]> git.pld-linux.org Git - packages/GPuTTY.git/blob - GPuTTY.spec
dc434592c55d0f5bf4236c44b1b1db5b445a6a4a
[packages/GPuTTY.git] / GPuTTY.spec
1 Summary:        Remembers telnet and SSH sessions
2 Summary(pl):    Zapamiêtywanie sesji 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 # Source0-md5:  70674349468d0bdcdba1de32934ea912
10 Source1:        %{name}.desktop
11 Source2:        %{name}-pl.po
12 Patch0:         %{name}-am_fix.patch
13 Patch1:         %{name}-pl.patch
14 URL:            http://www.defora.org/projects/gputty/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gettext-devel
18 BuildRequires:  gnome-libs-devel
19 BuildRequires:  libgtkpp-devel
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 GPuTTY is a PuTTY clone using the Gnome environment. It can store and
24 launch telnet and SSH sessions. It's not a terminal emulator.
25
26 %description -l pl
27 GPuTTY jest klonem PuTTY u¿ywaj±cym ¶rodowiska Gnome. Potrafi
28 zapamiêtaæ o odpaliæ sesje telnet oraz SSH. Nie jest to emulator
29 terminala.
30
31 %prep
32 %setup -q
33 install %{SOURCE2} po/pl.po
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 rm -f missing
39 %{__gettextize}
40 %{__aclocal} -I %{_aclocaldir}/gnome
41 %{__autoconf}
42 %{__automake}
43 %configure
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications/%{name}.desktop
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.07819 seconds and 2 git commands to generate.