]> git.pld-linux.org Git - packages/GPuTTY.git/blame - GPuTTY.spec
- converted to UTF-8
[packages/GPuTTY.git] / GPuTTY.spec
CommitLineData
56dad349 1Summary: Remembers telnet and SSH sessions
897cf3bc 2Summary(pl.UTF-8): Zapamiętywanie sesji telnet i SSH
56dad349
JB
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
8a102dd6 9# Source0-md5: 70674349468d0bdcdba1de32934ea912
56dad349 10Source1: %{name}.desktop
583dbf88
PG
11Source2: %{name}-pl.po
12Patch0: %{name}-am_fix.patch
13Patch1: %{name}-pl.patch
56dad349
JB
14URL: http://www.defora.org/projects/gputty/
15BuildRequires: autoconf
30ea2680 16BuildRequires: automake
583dbf88 17BuildRequires: gettext-devel
56dad349
JB
18BuildRequires: gnome-libs-devel
19BuildRequires: libgtkpp-devel
56dad349
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
9bde868c 23GPuTTY is a PuTTY clone using the GNOME environment. It can store and
56dad349
JB
24launch telnet and SSH sessions. It's not a terminal emulator.
25
897cf3bc
JR
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
56dad349
JB
29terminala.
30
31%prep
32%setup -q
583dbf88
PG
33install %{SOURCE2} po/pl.po
34%patch0 -p1
35%patch1 -p1
56dad349
JB
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
56dad349
JB
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
6b86946b 52install -D %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications/%{name}.desktop
56dad349
JB
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
ea6684b0 63%{_applnkdir}/Network/Communications/*
This page took 0.074777 seconds and 4 git commands to generate.