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