]> git.pld-linux.org Git - packages/GPuTTY.git/blobdiff - GPuTTY.spec
- updated gettext BR
[packages/GPuTTY.git] / GPuTTY.spec
index 0a8d136f2b8435e82c5a2ae0a996384388d43772..6f784acb494486311f1cebd0a74a376c2c674632 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Remembers telnet and SSH sessions
-Summary(pl):   Zapamiêtuje sesje telnet i SSH
+Summary(pl.UTF-8):     Zapamiętywanie sesji telnet i SSH
 Name:          GPuTTY
 Version:       0.9.4
 Release:       1
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       ftp://ftp.defora.org/pub/projects/gputty/%{name}-%{version}.tar.gz
+# Source0-md5: 70674349468d0bdcdba1de32934ea912
 Source1:       %{name}.desktop
 Source2:       %{name}-pl.po
 Patch0:                %{name}-am_fix.patch
@@ -13,18 +14,18 @@ Patch1:             %{name}-pl.patch
 URL:           http://www.defora.org/projects/gputty/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: gnome-libs-devel
 BuildRequires: libgtkpp-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-GPuTTY is a PuTTY clone using the Gnome environment. It can store and
+GPuTTY is a PuTTY clone using the GNOME environment. It can store and
 launch telnet and SSH sessions. It's not a terminal emulator.
 
-%description -l pl
-GPuTTY jest klonem PuTTY u¿ywaj±cym ¶rodowiska Gnome. Potrafi
-zapamiêtaæ o odpaliæ sesje telnet oraz SSH. Nie jest to emulator
+%description -l pl.UTF-8
+GPuTTY jest klonem PuTTY używającym środowiska GNOME. Potrafi
+zapamiętać o odpalić sesje telnet oraz SSH. Nie jest to emulator
 terminala.
 
 %prep
@@ -44,12 +45,11 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications
+install -D %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Network/Communications/%{name}.desktop
 
 %find_lang %{name} --with-gnome
 
@@ -60,4 +60,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/gputty
-%attr(644,root,root) %{_applnkdir}/Network/Communications/*
+%{_applnkdir}/Network/Communications/*
This page took 0.037748 seconds and 4 git commands to generate.