]> git.pld-linux.org Git - packages/GPuTTY.git/blob - GPuTTY.spec
- massive attack: adding Source-md5
[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 # 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 install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
54
55 %find_lang %{name} --with-gnome
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %doc AUTHORS ChangeLog NEWS README
63 %attr(755,root,root) %{_bindir}/gputty
64 %attr(644,root,root) %{_applnkdir}/Network/Communications/*
This page took 0.0849569999999999 seconds and 4 git commands to generate.