]> git.pld-linux.org Git - packages/GPuTTY.git/blame_incremental - GPuTTY.spec
- tabs in preamle
[packages/GPuTTY.git] / GPuTTY.spec
... / ...
CommitLineData
1Summary: Remembers telnet and SSH sessions
2Summary(pl.UTF-8): Zapamiętywanie sesji telnet i SSH
3Name: GPuTTY
4Version: 0.9.4
5Release: 1
6License: GPL v2
7Group: X11/Applications/Networking
8Source0: ftp://ftp.defora.org/pub/projects/gputty/%{name}-%{version}.tar.gz
9# Source0-md5: 70674349468d0bdcdba1de32934ea912
10Source1: %{name}.desktop
11Source2: %{name}-pl.po
12Patch0: %{name}-am_fix.patch
13Patch1: %{name}-pl.patch
14URL: http://www.defora.org/projects/gputty/
15BuildRequires: autoconf
16BuildRequires: automake
17BuildRequires: gettext-devel
18BuildRequires: gnome-libs-devel
19BuildRequires: libgtkpp-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23GPuTTY is a PuTTY clone using the GNOME environment. It can store and
24launch telnet and SSH sessions. It's not a terminal emulator.
25
26%description -l pl.UTF-8
27GPuTTY jest klonem PuTTY używającym środowiska GNOME. Potrafi
28zapamiętać o odpalić sesje telnet oraz SSH. Nie jest to emulator
29terminala.
30
31%prep
32%setup -q
33install %{SOURCE2} po/pl.po
34%patch0 -p1
35%patch1 -p1
36
37%build
38rm -f missing
39%{__gettextize}
40%{__aclocal} -I %{_aclocaldir}/gnome
41%{__autoconf}
42%{__automake}
43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52install -D %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications/%{name}.desktop
53
54%find_lang %{name} --with-gnome
55
56%clean
57rm -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%{_applnkdir}/Network/Communications/*
This page took 0.104014 seconds and 4 git commands to generate.