]> git.pld-linux.org Git - packages/deadftp.git/blobdiff - deadftp.spec
- updated gettext BR
[packages/deadftp.git] / deadftp.spec
index 231839a2f8f59d37113c330adba9f8d3972bc6e1..ee4b58457ca4b30a76c50382852720338d400b49 100644 (file)
@@ -1,15 +1,17 @@
 Summary:       A Graphical FTP client
-Summary(pl):   Graficzny klient FTP
+Summary(pl.UTF-8):     Graficzny klient FTP
 Name:          deadftp
 Version:       0.1.3
-Release:       1
+Release:       4
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/deadftp/%{name}-%{version}.tar.bz2
+# Source0-md5: b5bd88ef57c7d7a653621ef1c835f790
+Patch0:                %{name}-desktop.patch
 URL:           http://deadftp.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: gettext-tools
 BuildRequires: gnome-libs-devel >= 1.2.0
 BuildRequires: libglade-gnome-devel >= 0.11
 BuildRequires: libtool
@@ -20,13 +22,14 @@ DeadFTP is an FTP client for GNOME. DeadFTP provides all basic
 functionality of an FTP client as well as a transfer queue and a
 hostmanager.
 
-%description -l pl
-DeadFTP jest klientem FTP dla rodowiska GNOME. DeadFTP zapewnia
-podstawow± funkcjonalno¶c klienta FTP, jak równie¿ kolejkê transferów
+%description -l pl.UTF-8
+DeadFTP jest klientem FTP dla środowiska GNOME. DeadFTP zapewnia
+podstawową funkcjonalność klienta FTP, jak również kolejkę transferów
 i hostmanagera.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
@@ -44,7 +47,7 @@ rm -f missing
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       Applicationsdir=%{_applnkdir}/Network/FTP
+       Applicationsdir=%{_desktopdir}
 
 %find_lang %{name} --with-gnome
 
@@ -57,4 +60,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/deadftp
 %{_pixmapsdir}/*
-%{_applnkdir}/Network/FTP/*
+%{_desktopdir}/*.desktop
This page took 0.164936 seconds and 4 git commands to generate.